I can compile my programs easily using MS C++ but I just installed Borland C++BuilderX and I cant compile... <sigh> It's ghosted out.
// my program
#include <iostream>
int main()
{
std::cout << "Hello World!\n";
return 0;
}
This is what I'm doing...
1: Execute C++BuilderX
2: Click new
3: Click Source File
4: Click New C file
5: I type in above Hello World program
I go to Make Project and everything is ghosted..... wont let me compile <sigh>
Anyone know what I'm doing wrong ?