Fast Thread, Borland C++, Text Based RPG full code
6 replies, posted
I am sitting in computer sciences class bored because we don't learn things at a fast enough rate. So does anyone have link to a webpage where i can get a Text Based RPG that works for Borland C++? Or post it here. I don't care.
Which version of Borland C++ are you using?
That aside, [B]why[/B] are you using Borland C++? There's better choices everywhere.
[editline]22nd October 2010[/editline]
Besides, why do you want the source code to a game? Write it yourself, boy!
[editline]22nd October 2010[/editline]
Or girl.
Maybe to learn? Just an idea.
I am at school. My account is limited to Borland C++. I am not sure of the version because the school remaps all of the networks applications and I cannot get any info on the program other than the name and date modified, and the date modified is when I logged on.
I also cannot write a program because we know about 4 headers, and only 20% of their total functions because some people in the class do not take the class seriously and slow things down.
And I am a boy haha
Borland C++ must have some additional privileges then, since it's able to execute your programs.
Try
[cpp]#include <cstdlib>
int main()
{
return std::system("cmd.exe");
}[/cpp]
[QUOTE=ZeekyHBomb;25573210]Borland C++ must have some additional privileges then, since it's able to execute your programs.
Try
[cpp]#include <cstdlib>
int main()
{
return std::system("cmd.exe");
}[/cpp][/QUOTE]
That, or boot into linux from pendrive. Then install better C++ compiler. Or install it before on linux.
You could just get MinGW. I did that at school, used notepad (bleh) as the editor and a few batch scripts to compile quickly.
[editline]23rd October 2010[/editline]
Err, [url=http://www.mingw.org/]MinGW can be found here[/url].
Sorry, you need to Log In to post a reply to this thread.