Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
April 17, 2026, 05:00:25 pm
News:
We also have a
Discord channel!
Home
Help
Login
Register
PlaneShift
>>
Fan Area
>>
The Hydlaa Plaza
(Moderator:
lilura
) >>
C++ tutorial & compiler
« previous
next »
Print
Pages: [
1
]
Author
Topic: C++ tutorial & compiler (Read 907 times)
Clowd
Traveller
Posts: 11
C++ tutorial & compiler
«
on:
July 11, 2004, 02:06:43 am »
Does anyone know where I can find and download a free C++ compiler, as well as C++ tutorials? I\'m interested in learning the language.
Logged
Barugon
Traveller
Posts: 37
(No subject)
«
Reply #1 on:
July 11, 2004, 03:19:18 am »
I recommend
GCC
. If you use Windows then there\'s a really nice IDE that uses
MinGW
(a Windows version of GCC; MinGW stands for Minimalist GNU for Windows) called
Bloodshed Dev-C++
. As for tutorials, I would suggest using Google.
«
Last Edit: July 11, 2004, 03:25:52 am by Barugon
»
Logged
Two words: \"make menuconfig\"!
RussianVodka
Hydlaa Notable
Posts: 689
(No subject)
«
Reply #2 on:
July 11, 2004, 03:29:00 am »
I am curently using the \"
Learn C++ in 21 Days
\" tutorial... you could try that out.
Logged
Q: How many Planeshifters does it take to expalin a simple concept to a newb?
A: Six. Five to argue on who\'s explanation is right, and Moogie to lock the thread.
Harwen
Hydlaa Citizen
Posts: 312
(No subject)
«
Reply #3 on:
July 11, 2004, 04:38:28 am »
Ah, thanks RussianVodka, I was looking for another tut myself, all the ones I keep finding make me un-interested
Bloodshed is neato!
Logged
RussianVodka
Hydlaa Notable
Posts: 689
(No subject)
«
Reply #4 on:
July 11, 2004, 07:51:28 pm »
thanx to that tutorial (im not fully finished with it though) i speak fluent Hex!
Logged
Q: How many Planeshifters does it take to expalin a simple concept to a newb?
A: Six. Five to argue on who\'s explanation is right, and Moogie to lock the thread.
windwalker
Hydlaa Citizen
Posts: 265
(No subject)
«
Reply #5 on:
July 11, 2004, 09:10:53 pm »
Tutorial
theres another one
Logged
\"An archmage often can react poorly to interruption. Please reconsider before it is too late.\"
Clowd
Traveller
Posts: 11
(No subject)
«
Reply #6 on:
July 11, 2004, 09:58:44 pm »
ok, I\'ve just downloaded and installed Dev-C++ beta 8, I will be doing the tutorials at
http://www.cprogramming.com,
because it is the first C++ site I found, and its free.
Oh, and thank you all!
«
Last Edit: July 11, 2004, 09:58:56 pm by Clowd
»
Logged
Psybur
Hydlaa Resident
Posts: 165
(No subject)
«
Reply #7 on:
July 12, 2004, 04:53:08 pm »
I prefer books. :}
I use C++ for Dummies.
SAMS is also good.
Logged
Cryha
Traveller
Posts: 49
(No subject)
«
Reply #8 on:
July 12, 2004, 07:04:56 pm »
I\'m learning python. I\'ve heard that its a lot easier to use than C++ but still has the same functionality
Logged
Uyaem
Hydlaa Notable
Posts: 747
(No subject)
«
Reply #9 on:
July 13, 2004, 12:48:45 pm »
Biggest difference: Python is a script language, C is not.
Meaning that you will always need an interpreter to run programs made in Python. (or a native compiler, if available)
Logged
The internet is "the terrorists'" most important weapon, they say.
Wrong.
Fear is their most important weapon.
Ours is our freedom.
Print
Pages: [
1
]
« previous
next »
PlaneShift
>>
Fan Area
>>
The Hydlaa Plaza
(Moderator:
lilura
) >>
C++ tutorial & compiler