Search found 6 matches

by NasaGuru
Sat Mar 14, 2009 6:07 pm
Forum: General
Topic: Annoying issue w/ Borland C++ compiler
Replies: 8
Views: 913

Ah thank you that worked! Funny thing: I do modding for GTA:SA and for some reason it had GTASAWEAPONMOD as the font 0.o (those symbols, when magnified, are m16s and katanas hahaha). And of course now there is a new issue: compiling works fine, but when I try to run, it opens the command prompt and ...
by NasaGuru
Sat Mar 14, 2009 5:23 pm
Forum: General
Topic: Annoying issue w/ Borland C++ compiler
Replies: 8
Views: 913

None of the results have anything to do with my issue however. Thanks anyway.
by NasaGuru
Sat Mar 14, 2009 5:21 pm
Forum: General
Topic: Adding include folder to textpad
Replies: 1
Views: 346

Adding include folder to textpad

Hey! I want to add a folder of includes to textpad. How to I do this so I can use the includes?
by NasaGuru
Sat Mar 14, 2009 4:15 pm
Forum: General
Topic: Annoying issue w/ Borland C++ compiler
Replies: 8
Views: 913

cmon Im sure someone has had this problem before!
by NasaGuru
Fri Mar 13, 2009 8:06 pm
Forum: General
Topic: Annoying issue w/ Borland C++ compiler
Replies: 8
Views: 913

Thank you for that. Any idea at all about the weird symbols?
by NasaGuru
Thu Mar 12, 2009 11:14 pm
Forum: General
Topic: Annoying issue w/ Borland C++ compiler
Replies: 8
Views: 913

Annoying issue w/ Borland C++ compiler

Hello! I have used TextPad for Java programming for months now, and I want to use it for C++ too. I downloaded the borland c++ compiler and did the steps outlined by TextPad to let TextPad use it. I made a new file, and typed in: #include <iostream.h> void main() { cout << "SUP"; } Just as a test ...