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'm a C++ programmer. I write programs in C++. If I am to write a program, then the optimum path will be in C++.

    You probably want it to be the optimum path. But like most C++ programmers with poor C background you probably have no idea what a C++ application does to the system it runs on. My advice to you: Do not use C++ on an 8-bit micro as long as you do not exactly know what the result is going to be. You are now on an embedded system, so try to look at problems not only from the top level.

Reply
  • I'm a C++ programmer. I write programs in C++. If I am to write a program, then the optimum path will be in C++.

    You probably want it to be the optimum path. But like most C++ programmers with poor C background you probably have no idea what a C++ application does to the system it runs on. My advice to you: Do not use C++ on an 8-bit micro as long as you do not exactly know what the result is going to be. You are now on an embedded system, so try to look at problems not only from the top level.

Children
No data