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

C++

Anyone tried C++ yet. It seems to be available. I tried the following. iostream with no extension is available but the source file won't open it for some reason. On the last line of output window it says no C++ support available.

I was just curious to see how it compared to a C "hello C world"

But gave up.

#include <iostream>

int main(void)
{ cout << "hello C++ world"\n";
  return 0;
}

Parents Reply Children
No data