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
  • what is it the compileer you installled?

    keil c????

    if you be answer keil c then code you give is bad and not compiler

    you code is c++ but compile is c

    c not thinking about cout like this you be not good and give errror

Reply
  • what is it the compileer you installled?

    keil c????

    if you be answer keil c then code you give is bad and not compiler

    you code is c++ but compile is c

    c not thinking about cout like this you be not good and give errror

Children