thanks! I have DGDK, but I don't know to much about C++ so I didn't think any type of game was what I should be working on right now.
*edit*
it still isn't staying open, and its telling me that their were build errors...
code...
/* My first program in C++
with block comments */
#include <iostream>
#include <windows.h>
using namespace std;
int main() //this is the main function
{
cout << "Yo dizzle! "; //prints Yo dizzle!
cout << "I'm learning to code in C++"; // prints another line of text
system("PAUSE")
return 0; //end the main function
}
Image thanks goes to AndrewT