d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Anyone Start With C++?
Prev12
Add Reply New Topic New Poll
Member
Posts: 23,518
Joined: Aug 3 2011
Gold: 3,575.00
Oct 19 2017 03:51pm
I'd recommend an easier programming language such as C# or Python. I started with C++ and wish I hadn't...
Member
Posts: 11,849
Joined: Apr 21 2008
Gold: 572.25
Oct 19 2017 07:50pm
Quote (Cocoo @ 19 Oct 2017 16:51)
I'd recommend an easier programming language such as C# or Python. I started with C++ and wish I hadn't...


why ?
Member
Posts: 5,348
Joined: Sep 15 2017
Gold: Locked
Oct 20 2017 06:54am
My opinion would be to start with C language

First time you deal with types, memory management and compilation.
You shouldn't add the difficulty to learn object oriented programming at the same time, plus C++ have some features like garbage collection and other stuff that might confuse you at the beginning (why do I don't have to free my pointer ?).

I might be wrong but that's my thoughts
Go Back To Programming & Development Topic List
Prev12
Add Reply New Topic New Poll