Click here to Skip to main content
15,887,485 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Today I learned Pin
den2k8821-Feb-22 21:00
professionalden2k8821-Feb-22 21:00 
GeneralRe: Today I learned Pin
CodeWraith21-Feb-22 21:57
CodeWraith21-Feb-22 21:57 
GeneralRe: Today I learned Pin
den2k8821-Feb-22 22:18
professionalden2k8821-Feb-22 22:18 
GeneralRe: Today I learned Pin
CodeWraith22-Feb-22 23:51
CodeWraith22-Feb-22 23:51 
GeneralRe: Today I learned Pin
craig robbins MN22-Feb-22 1:02
craig robbins MN22-Feb-22 1:02 
GeneralRe: Today I learned Pin
OriginalGriff22-Feb-22 1:03
mveOriginalGriff22-Feb-22 1:03 
GeneralRe: Today I learned Pin
den2k8822-Feb-22 2:11
professionalden2k8822-Feb-22 2:11 
Generalwhich language is used in this code snippet? Pin
Southmountain21-Feb-22 9:04
Southmountain21-Feb-22 9:04 
I obtained a piece of code from Internet, but can not tell which computer language is used. so I try to post here to get some hints.
it is likely C grammar, but has some unfamiliar special functions invoked:

//-------------13/1----------------------------//
extern bool Angle_13_1=false;
extern color Col_13_1=Sienna;
extern int Style_13_1=0;
extern int Width_13_1=1;
double EndPrice_13_1;

//---------------1/14---------------------------//
extern bool Draw.as.Background=true;
//----------------------------------------------//

int init(){return(0);}
int deinit(){
ObjectDelete(AngleNum +"Angle_1_1");
ObjectDelete(AngleNum +"Angle_1_2")

return(0);}

diligent hands rule....

GeneralRe: which language is used in this code snippet? Pin
OriginalGriff21-Feb-22 9:18
mveOriginalGriff21-Feb-22 9:18 
GeneralRe: which language is used in this code snippet? Pin
Southmountain21-Feb-22 9:20
Southmountain21-Feb-22 9:20 
GeneralRe: which language is used in this code snippet? Pin
Mircea Neacsu21-Feb-22 9:24
Mircea Neacsu21-Feb-22 9:24 
GeneralRe: which language is used in this code snippet? Pin
OriginalGriff21-Feb-22 9:39
mveOriginalGriff21-Feb-22 9:39 
GeneralRe: which language is used in this code snippet? Pin
charlieg21-Feb-22 11:46
charlieg21-Feb-22 11:46 
GeneralRe: which language is used in this code snippet? Pin
0x01AA21-Feb-22 9:21
mve0x01AA21-Feb-22 9:21 
GeneralRe: which language is used in this code snippet? Pin
Eddy Vluggen21-Feb-22 9:30
professionalEddy Vluggen21-Feb-22 9:30 
GeneralRe: which language is used in this code snippet? Pin
Southmountain21-Feb-22 12:49
Southmountain21-Feb-22 12:49 
GeneralRe: which language is used in this code snippet? Pin
Dave Kreskowiak21-Feb-22 9:53
mveDave Kreskowiak21-Feb-22 9:53 
GeneralRe: which language is used in this code snippet? Pin
Southmountain22-Feb-22 8:19
Southmountain22-Feb-22 8:19 
JokeRe: which language is used in this code snippet? Pin
dan!sh 21-Feb-22 21:30
professional dan!sh 21-Feb-22 21:30 
GeneralI've sort of trapped myself with C++. Pin
honey the codewitch21-Feb-22 8:52
mvahoney the codewitch21-Feb-22 8:52 
GeneralRe: I've sort of trapped myself with C++. Pin
raddevus21-Feb-22 9:19
mvaraddevus21-Feb-22 9:19 
GeneralRe: I've sort of trapped myself with C++. Pin
honey the codewitch21-Feb-22 11:18
mvahoney the codewitch21-Feb-22 11:18 
GeneralRe: I've sort of trapped myself with C++. Pin
raddevus21-Feb-22 11:37
mvaraddevus21-Feb-22 11:37 
GeneralRe: I've sort of trapped myself with C++. Pin
CPallini21-Feb-22 9:42
mveCPallini21-Feb-22 9:42 
GeneralRe: I've sort of trapped myself with C++. Pin
Rick York21-Feb-22 19:29
mveRick York21-Feb-22 19:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.