Hey guys
I'm very, very new with C++
I just downloaded a free compiler called: Dev-Cpp
So.. I got my hands on some free source codes from games just to check it out.
Now I want that game to work so in the zip file I open the file and it loads Dev-Cpp, so I see my code and when I hit : Compile, it compiles and than there aren't any errors, so when I hit Debug it says the source code is not Compiled... But I just compiled the whole code![]()
So my quesion is : How do I get that game working
Thnx alot



LinkBack URL
About LinkBacks





I used to be an adventurer like you... then I took an arrow to the knee.
You may need some particular compiler and/or some particular 3rd party graphics library. If there are multiple source files, there will be some compiler-specific way (such as setting-up a "project") of getting all of these files compiled (and linked) together.