Board index » cppbuilder » C++ question from a NooB
Nelsons1
![]() CBuilder Developer |
Nelsons1
![]() CBuilder Developer |
C++ question from a NooB2003-07-07 04:02:30 AM cppbuilder59 I'm very new to using C++. Just started a few days ago on my own. I've downloaded the free compiler bcc55. I ran my first program "hello world". #include <iostream> int main() { std::cout << "Hello world!\n"; return 0; } The program seems to work but only in a dos window. Is this right? How do I make a windows screen open up and display "hello world"? Sorry but i'm a total NooB Thanks guys |