C++ Hello World ExampleThis is a featured page

Create a new empty project, and add a new code file to it.

Add the following code to the file:

#include <stdio.h>

int main()
{
printf("Hello, World!");
return 0;
}



Mrgameruler
Mrgameruler
Latest page update: made by Mrgameruler , May 19 2008, 3:11 PM EDT (about this update About This Update Mrgameruler Edited by Mrgameruler


view changes

- complete history)
Keyword tags: None
More Info: links to this page
There are no threads for this page.  Be the first to start a new thread.