Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Dress up like Jon Lindemann.
Home
News
Games
Reviews
Previews
Editorials
Features
Events
Podcasts
Forums
Videos
Chat
Store
Forum Home
Help
Calendar
Login
Register
Nintendo World Report Forums
»
Community Forums
»
General Chat
»
Topic:
Where can I get a c++ compiler?
« previous
¦
General Chat
¦
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Where can I get a c++ compiler? (Read 4432 times)
0 Members and 1 Guest are viewing this topic.
mouse_clicker
Pod 6 is jerks!
Score: 3
Where can I get a c++ compiler?
«
on:
November 06, 2003, 10:32:48 AM »
Does anyone know where I can download a fair decent free C++ compiler? I'm taking a C++ class at school and wanted to be able to work on some stuff at home, too.
Logged
"You know you're being too serious when Mouse tells you to lighten up... ^_^"<BR>-Bill
Pale
Staff Layton Hat Thief
Score: 4
RE: Where can I get a c++ compiler?
«
Reply #1 on:
November 06, 2003, 10:47:20 AM »
Uhmm if it were me I would just go with installing linux on your machine and use emacs. Emacs is really a great text editor with auto formatting that works like a dream. Whenever I'm writing code (especially C) I always end up going back to emacs on my Linux box. I know installing linux just for a c compiler may seem silly, but linux is something everyone should try out anyway.
Logged
:: I was an active staffer forever ago, or was it yesterday. Time is an anomaly. Father of two boys.
---------------------
::
Grouvee
::
Instagram
mouse_clicker
Pod 6 is jerks!
Score: 3
RE:Where can I get a c++ compiler?
«
Reply #2 on:
November 06, 2003, 10:50:38 AM »
I'm not going to install Linux on my computer, man.
I'm too lazy to do that- I'm even surprised I'm asking where to get a compiler now.
Logged
"You know you're being too serious when Mouse tells you to lighten up... ^_^"<BR>-Bill
Ian Sane
Champion for Urban Champion
Score: 1
RE: Where can I get a c++ compiler?
«
Reply #3 on:
November 06, 2003, 11:15:50 AM »
What compiler do you use at school? I wouldn't be surprised if you could get a trial version of it or maybe even a student version. There may be a time restriction on it but at least it's better than nothing if you need a compiler right away.
Logged
mouse_clicker
Pod 6 is jerks!
Score: 3
RE:Where can I get a c++ compiler?
«
Reply #4 on:
November 06, 2003, 11:17:58 AM »
I use Turbo C++ at school, which sucks- I've crashed my computer there 5 or 6 times using it. I don't need it urgently, so I'm content waiting for something better. Palezero is helping me find a good compiler to use.
Logged
"You know you're being too serious when Mouse tells you to lighten up... ^_^"<BR>-Bill
Pale
Staff Layton Hat Thief
Score: 4
RE: Where can I get a c++ compiler?
«
Reply #5 on:
November 06, 2003, 11:22:46 AM »
Huzzah.
Logged
:: I was an active staffer forever ago, or was it yesterday. Time is an anomaly. Father of two boys.
---------------------
::
Grouvee
::
Instagram
mouse_clicker
Pod 6 is jerks!
Score: 3
RE:Where can I get a c++ compiler?
«
Reply #6 on:
November 06, 2003, 11:24:28 AM »
Nothing to see here.
Logged
"You know you're being too serious when Mouse tells you to lighten up... ^_^"<BR>-Bill
manunited4eva22
Got 1337?
Score: 1
RE: Where can I get a c++ compiler?
«
Reply #7 on:
November 06, 2003, 12:07:16 PM »
We use MS Visual C++
try this one on for size. Type a command that should open up a file and you can crash your pc. It's awesome.
Logged
GoldShadow1
Score: 0
RE: Where can I get a c++ compiler?
«
Reply #8 on:
November 06, 2003, 01:23:04 PM »
I don't know if it's better than Turbo (having never used it) but I use Dev-C++, which you can download for free at
http://www.bloodshed.net/devcpp.html
.
Man, I wish my school had a C++ class. I've learned some of it using online tutorials.
Logged
Grey Ninja
Retired Forum Drunk
Score: 0
RE: Where can I get a c++ compiler?
«
Reply #9 on:
November 06, 2003, 02:27:15 PM »
I'm a Visual Studio user myself. But it costs a fortune if you want to actually buy it. The cheaper alternative is Dev C++ which Goldshadow posted a link to. It's a fine compiler, and will serve you well.
Logged
Once I had, a little game
I liked to crawl back into my brain
I think you know the game I mean
KnowsNothing
Babycakes
Score: 11
RE: Where can I get a c++ compiler?
«
Reply #10 on:
November 07, 2003, 10:18:18 AM »
I have MS Visual C++ and have no flippin idea what to do with it..........-____-
Logged
kka wakka wakka wakka wakka wakka wakka wa
ghostVi
Score: 0
RE: Where can I get a c++ compiler?
«
Reply #11 on:
November 07, 2003, 12:27:01 PM »
gcc runs about everywhere, for windows only you might also try watcom's latest. google is your friend.
Logged
ghostVi
Score: 0
RE: Where can I get a c++ compiler?
«
Reply #12 on:
November 07, 2003, 12:31:51 PM »
And be sure to try STL (the Standard Template Library), best thing for all common structures/algorithms like quick sort, arrays (vectors), strings, and much more.
Logged
KDR_11k
boring person
Score: 28
RE: Where can I get a c++ compiler?
«
Reply #13 on:
November 08, 2003, 07:57:01 AM »
Dev-C++ uses the GCC 3. One of the few 100% standard compliant C++ compilers.
PZ: Heathen! BURN! ALL OBEY VI!
Logged
ThePerm
predicted it first.
Score: 64
RE:Where can I get a c++ compiler?
«
Reply #14 on:
November 08, 2003, 08:06:21 AM »
hastings
Logged
NWR has permission to use any tentative mockup/artwork I post
WinterMute
Score: 0
RE:Where can I get a c++ compiler?
«
Reply #15 on:
January 24, 2004, 08:43:49 PM »
You can get GCC for windows here
MinGW
If you want an equivalent for gamecube then try
my HomePage
Logged
KnowsNothing
Babycakes
Score: 11
RE: Where can I get a c++ compiler?
«
Reply #16 on:
January 25, 2004, 07:19:00 AM »
old thread.......
freeware thread
^^ i there's one in there somewhere if you still need/want it.
Logged
kka wakka wakka wakka wakka wakka wakka wa
Uglydot
Jesus
Score: 0
RE:Where can I get a c++ compiler?
«
Reply #17 on:
January 25, 2004, 01:08:24 PM »
I used bloodshed, which I found from a link at cprograming.com I think. Nice and simple for starting out with.
Logged
Print
Pages: [
1
]
Go Up
« previous
¦
General Chat
¦
next »
Nintendo World Report Forums
»
Community Forums
»
General Chat
»
Topic:
Where can I get a c++ compiler?