We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!"; }
I,ve been given some hardware with a display on it.
... and the compiler is supposed to know about this how ?
A display makes a good console output.
It's nice and human-readable, but way, way more complex than, say, a serial port.
So I need it to go to the display.
In that case, you'll need to write code that controls the display, or find some library that contains such code.
The compiler doesn't know about the hardware you're using.