|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
Free C++ Programming Software
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | ||||||||
|
Case Modder
|
I have been learning C++ this year for my computing A level course, at school we use borland C++ but this software requires paying for. And i wanted to practice it at home.
Just wanted to know what free programs everyone uses to program in C++. Thanks Aaron
|
||||||||
|
|
|
|
#2 (permalink) | |||||||||||
|
Lord of the Chicken Wings
![]() |
I don't use it, but I think the main one is the GNU compiler GCC.
__________________
Vulcan Dragon Core i7 920 @ 3.8 GHz Currently Playing: Grand Theft Auto 4 (X360); Rock Band 2 (X360); Far Cry 2 (PC) XBox Live Gamertag: Vulcan Draggon
|
|||||||||||
|
|
|
|
#3 (permalink) | |||||||||||
|
4.0ghz
|
i use bloodshed dev-c++ on windows.
gcc on linux is pretty much your main option. what else? to compile and run: (i found this out 10min ago): gcc -o filename filename.cpp ./filename filename like, with lov2drift's program, i called it lov.c gcc -o lov lov.c ./lov lov found that somewhere... ![]()
__________________
Overclocking in a nutshell: CyberDruid's BOOK | EvilXP's List of OCing Guides | DeathONator's Ultimate Overclocking Guide | The TOS Quote:
|
|||||||||||
|
|
|
|
#4 (permalink) | |||||||||||
|
Lord of the Chicken Wings
![]() |
If you're going to use command line compilers like gcc, you're definitely going to want to learn how to use makefiles.
__________________
Vulcan Dragon Core i7 920 @ 3.8 GHz Currently Playing: Grand Theft Auto 4 (X360); Rock Band 2 (X360); Far Cry 2 (PC) XBox Live Gamertag: Vulcan Draggon
|
|||||||||||
|
|
|
|
#5 (permalink) | |||||
|
Programmer
|
Meh, if you are using Borland at school you are going to want to use Borland at home, just search out an older version of it, they keep those free. Yes, Borland 5 is free but Borland 6 is not. (I'm sorry I'm out of date with Borland compiler, just think of it this way... Borland x costs money while Borland x-- is free, where x = CURRENT version.)
__________________
|
|||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|