EpicThings wrote:Why'd he make a new one for DSGM5? Makes no sense.
EpicThings wrote:I think DSGM5 looks easier to use than 4.9. I don't know how to add anything to a room in 4.9! :O
EpicThings wrote:I gave up on version 5.12 because I knew nothing about computers.
#include <stdio.h>
int main()
{
printf( "Hello World!\n" );
getchar();
return 0;
}#include <iostream>
using namespace std;
int main()
{
cout<<"Hello World!\n";
cin.get();
}Users browsing this forum: No registered users and 1 guest