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 may have started the thread thinking there was a bug.

    Since then I've been reading manuals and scanning web sites.

    I've been busy and think I've learnt a lot in a short time.

    I now know more about the various programming languages and (contrary to the apparent wish of some posters to this thread) am now working on a project with confidence that it will do what the contract requires.

    For example, I am already communicating with the display and showing text. Moreover, I am using classes.

    I hope that I will continue to learn and as a consequence I can then make and provide balanced opinions in the future.

Reply
  • I may have started the thread thinking there was a bug.

    Since then I've been reading manuals and scanning web sites.

    I've been busy and think I've learnt a lot in a short time.

    I now know more about the various programming languages and (contrary to the apparent wish of some posters to this thread) am now working on a project with confidence that it will do what the contract requires.

    For example, I am already communicating with the display and showing text. Moreover, I am using classes.

    I hope that I will continue to learn and as a consequence I can then make and provide balanced opinions in the future.

Children