d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Want To Start > To Diff..?
12Next
Add Reply New Topic New Poll
Member
Posts: 1,337
Joined: Feb 7 2011
Gold: 0.85
Jun 22 2012 10:25am
should I start with something else? or can you jump directly into to c++..

100% beginner, though I think I have a good touch for learning new things.

ty.
Member
Posts: 16,144
Joined: Mar 27 2008
Gold: 14,618.00
Jun 22 2012 11:21am
no problem to jump directly into C++, but imo no reason to not first learning some C.
Member
Posts: 827
Joined: Jan 16 2012
Gold: 0.00
Warn: 10%
Jun 22 2012 03:54pm
You'd better go with python.
Member
Posts: 219
Joined: Jun 8 2012
Gold: 96.00
Jun 22 2012 05:18pm
I started with C++ and I dont regret it, though I was coding in this language only for about 2 months it has taught me a lot about basic stuff such as variables, loops, some basic syntax...then I touched winAPI a bit and started to code in PHP, what I do already for about 2 years...Anyways, you'd better go with PHP ;)
Member
Posts: 1,337
Joined: Feb 7 2011
Gold: 0.85
Jun 22 2012 06:02pm
Quote (Perykles @ Jun 23 2012 12:18am)
I started with C++ and I dont regret it, though I was coding in this language only for about 2 months it has taught me a lot about basic stuff such as variables, loops, some basic syntax...then I touched winAPI a bit and started to code in PHP, what I do already for about 2 years...Anyways, you'd better go with PHP ;)


I'm not looking to code websites at all.. looking to make programs etc..
Banned
Posts: 2,525
Joined: Jan 2 2012
Gold: 0.01
Warn: 10%
Jun 22 2012 07:25pm
Quote (Perykles @ 23 Jun 2012 00:18)
I started with C++ and I dont regret it, though I was coding in this language only for about 2 months it has taught me a lot about basic stuff such as variables, loops, some basic syntax...then I touched winAPI a bit and started to code in PHP, what I do already for about 2 years...Anyways, you'd better go with PHP ;)


what the fuck

who normal recommends php over c++? (or just over anything else)

OP, go for c++, you can't go wrong here.
Member
Posts: 22,605
Joined: Sep 23 2007
Gold: 1.01
Warn: 40%
Jun 22 2012 08:30pm
Quote (ikusus @ 23 Jun 2012 03:25)
what the fuck

who normal recommends php over c++? (or just over anything else)

OP, go for c++, you can't go wrong here.


it depends on what you want to do - i use php since it's nice to do websites.
nn coding a website in c++, unless there is really a reason to do it.

for general programming i would not recommend php, but for websites i would.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jun 22 2012 08:41pm
Quote (tcl @ Jun 22 2012 10:30pm)
it depends on what you want to do - i use php since it's nice to do websites.
nn coding a website in c++, unless there is really a reason to do it.

for general programming i would not recommend php, but for websites i would.


for someone starting, they'd go with html -> css -> javascript before php.
Member
Posts: 107
Joined: Jun 20 2012
Gold: 0.00
Jun 25 2012 03:49pm
if you want to get into system application design c and C++ are both great options.

I would say learn C first though, as you "can" (though it's not good practice) use some C in C++ very easily, however using C++ in C is just not possible.
I would recommend C over C++ even more if you're wanting to get into writing code for/on POSIX based systems as a majority of libraries are based in C still.
Though both are great languages to learn and will lend skills to you that are very useful for learning other languages.

Cheers and best of luck with studies!
Member
Posts: 2,674
Joined: May 21 2012
Gold: 10,228.10
Jun 26 2012 08:33am
I always learned/"taught" with java to begin with.

What every you do please find a decent compiler once you familar with what you're doing.
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll