I,ve installed the Compiler and I can,t get even the simplest code to compile properely.
Anyone know where the fix for this bug is?
Or is it a limit of the demonstration version?
void main(void) { cout << "Hello world!"; }
Exactly what has goto with C/C++ to do?
Refer to the 'Using goto in C/C++' debate.
So many people dismiss the use of it through academic belief and immediately preclude it's potential advantages.
FYI, I was likening it to the attitude I received concerning C++ on 8051 based embedded systems.