Search found 6 matches
- 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 ...
- Sat Mar 14, 2009 5:23 pm
- Forum: General
- Topic: Annoying issue w/ Borland C++ compiler
- Replies: 8
- Views: 913
- 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?
- Sat Mar 14, 2009 4:15 pm
- Forum: General
- Topic: Annoying issue w/ Borland C++ compiler
- Replies: 8
- Views: 913
- Fri Mar 13, 2009 8:06 pm
- Forum: General
- Topic: Annoying issue w/ Borland C++ compiler
- Replies: 8
- Views: 913
- 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 ...