|
-
Sep 2nd, 2000, 07:58 AM
#1
Hi, I am new to C++ programming (I'm a VB programmer primarily), and I have just got hold of a copy of RHIDE compiler for 32bit DOS. I was wondering how restricted I am making programs that run from dos, how does it compare to windows?
Thanks.
this is the only code i know up to know:
[code]
#include <iostream.h>
int main()
{
cout << "Hello World!\n";
return 0;
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|