This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bug in compiler

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!";
}

Parents
  • 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.

Reply
  • 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.

Children
No data