d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > C++: How To? > Topic
12Next
Add Reply New Topic New Poll
Member
Posts: 3,594
Joined: Sep 1 2014
Gold: 0.00
Sep 2 2014 06:47pm
I want to learn programming with C++
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Member
Posts: 3,594
Joined: Sep 1 2014
Gold: 0.00
Sep 3 2014 04:15am
Quote (carteblanche @ Sep 3 2014 02:49am)


Thx.
More recommends?
Member
Posts: 3,594
Joined: Sep 1 2014
Gold: 0.00
Sep 4 2014 05:10am
Shall I download all three compilers that are recommended?

Btw i got a program called eclipse, why shouldnt I use eclipse?

This post was edited by steftus on Sep 4 2014 05:11am
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Sep 4 2014 04:42pm
Compiler doesn't matter much depending on platform. Personally I use mingw GCC with code::blocks as my IDE.

Eclipse is just a application to help aid you with programming such as providing auto indenting, auto completion, and quick compile/project management options. It is fine as long as you can set it up to use a C or C++ compiler.

I personally suggest code::blocks mingw as a windows IDE, if you're on linux then I would use vim+gcc directly depending on project size.
Member
Posts: 9,803
Joined: Jun 28 2005
Gold: 6.67
Sep 4 2014 05:36pm
I'm partial to QtCreator. It's lightning fast, very powerful, free and works on all major platforms. Qt support is a side benefit.
Member
Posts: 3,594
Joined: Sep 1 2014
Gold: 0.00
Sep 4 2014 08:08pm
well today i just found out what an compiler is..
eclipse has an integrated compiler for c++ and also for java :D
what an IDE is, i dont know :D
still a complicating materia
Member
Posts: 9,803
Joined: Jun 28 2005
Gold: 6.67
Sep 5 2014 02:57am
http://en.wikipedia.org/wiki/Integrated_development_environment

Eclipse is a slowpoke. And it's not the best one for C++. But it will do if you really want to use it.
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
Sep 6 2014 05:58pm
Quote (steftus @ Sep 4 2014 09:08pm)
well today i just found out what an compiler is..
eclipse has an integrated compiler for c++ and also for java :D
what an IDE is, i dont know :D
still a complicating materia


And I'm writing a compiler this semester :p

But yeah, any reason why you are wanting to learn c++ specifically op?
Member
Posts: 14,861
Joined: Jun 28 2007
Gold: 35,165.53
Sep 7 2014 11:46pm
I just use visual studio, started with this back in High School. Plus C++ is a microsoft language, VC is a microsoft application, it's specifically made for microsoft languages.
You can also get it free if you're a student and have a .edu email you can get it free here: https://www.dreamspark.com/Student/Default.aspx

As for learning it, after many google searches and reading several forums, and recommendations, a book is the best bet. Everyone has always said to not learn from an online website. They're good as resources but learning the language is better from a book or a teacher.
C++ Primer is one of the most recommended choices, it can be a bit complicated but if you re-read and make sure you understand that part, everything after is connected and makes a lot more sense.
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll