Before I learn C++ |
Author: |
Message: |
Dox
Junior Member
Posts: 34
34 / / –
Joined: Oct 2005
|
O.P. Before I learn C++
I am a VB user and I was thinking of finally getting into C++ I have Dev C++ and VC++.net which one do you guys recommend I start out with?
Want 35% off all Elixant hosting packages? Drop me a PM
|
|
12-17-2005 01:31 AM |
|
|
Val
Senior Member
Posts: 698 Reputation: 45
31 / /
Joined: Jun 2004
|
RE: Before I learn C++
Well tbh i think you should start off with C because that will help you to learn C++, C++ is a advanced version of C hence you should learn C
EDIT: verstion to version, I hate you Lou!
This post was edited on 12-29-2005 at 12:38 AM by Val.
Menthix:
Anonymous doesn\'t have a leader.
Anonymous is the leader of ShawnZ.
Max:
True. But deep down, we all know.
ShawnZ is incharge.
he is /b/ in human form.
|
|
12-17-2005 01:53 AM |
|
|
ShawnZ
Veteran Member
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
|
RE: Before I learn C++
quote: Originally posted by ValSpy
Well tbh i think you should start off with C because that will help you to learn C++, C++ is a advanced verstion of C hence you should learn C
Completely the opposite...
By the way, start off with DevCPP over VCPP any day.
Spoiler: the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
|
|
12-17-2005 02:23 AM |
|
|
Val
Senior Member
Posts: 698 Reputation: 45
31 / /
Joined: Jun 2004
|
RE: Before I learn C++
quote: Originally posted by ShawnZ
Completely the opposite...
what are you talking about ShawnZ the complete oppsite so you should learn the advance stuff before the basic stuff then you wont know whats its all about. Think about it this way do you first learn how to speak basic english or learn how to write a persuasive essay 1000 words and with no spelling mistakes without using a computer? exsactly
Menthix:
Anonymous doesn\'t have a leader.
Anonymous is the leader of ShawnZ.
Max:
True. But deep down, we all know.
ShawnZ is incharge.
he is /b/ in human form.
|
|
12-17-2005 02:44 AM |
|
|
brian
Senior Member
Posts: 819 Reputation: 43
– / / –
Joined: Sep 2004
|
RE: Before I learn C++
Just because C++ has two plus' that it means that it is harder.
|
|
12-17-2005 03:42 AM |
|
|
John Anderton
Elite Member
Posts: 3908 Reputation: 80
37 / /
Joined: Nov 2004
Status: Away
|
RE: Before I learn C++
quote: Originally posted by nvez
Just because C++ has two plus' that it means that it is harder.
C++ was developed from c
[
KarunAB.com]
[img]http://gamercards.exophase.com/459422.png[
/img]
|
|
12-17-2005 09:13 AM |
|
|
Millenium_edition
Veteran Member
Posts: 1787 Reputation: 57
Joined: Apr 2003
|
RE: Before I learn C++
quote: Originally posted by John Anderton
quote: Originally posted by nvez
Just because C++ has two plus' that it means that it is harder.
C++ was developed from c
it's an improved version of c. if you start off by learning C, you'll get used to the old C mentality and all the power of C++ will be lost (mainly OOP, but also other the other small advantages of C++ will not be noticed)
|
|
12-17-2005 10:05 AM |
|
|
Dox
Junior Member
Posts: 34
34 / / –
Joined: Oct 2005
|
O.P. RE: Before I learn C++
So its better to just start with learning C++?
Want 35% off all Elixant hosting packages? Drop me a PM
|
|
12-17-2005 10:06 AM |
|
|
segosa
Community's Choice
Posts: 1407 Reputation: 92
Joined: Feb 2003
|
RE: Before I learn C++
He's talking about compiler, not the language itself... Both DevCPP and Visual Studio compile C and C++.
Anyway, I suggest you use Visual Studio (what you referred to as VC++.NET), I prefer it over DevCPP.
EDIT: Just think of C++ as C with OOP (classes, specifically). It doesn't matter which you start with as long as when you need it, you learn OOP.
This post was edited on 12-17-2005 at 10:12 AM by segosa.
The previous sentence is false. The following sentence is true.
|
|
12-17-2005 10:08 AM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: Before I learn C++
VC++.NET is the MS devkit, so is probably more suited to Windows development than Dev-C++, which doesn't come with a Windows SDK.
As for whether to learn C or C++ first, please, please, learn C first! It'll teach you how to handle pointers properly (and the Win32 API is in C).
C++ is more typesafe, but C forces good programming technique, otherwise it all goes wrong.
|
|
12-17-2005 12:23 PM |
|
|
|