DEV Community

Discussion on: Helpful learning material for C++

Collapse
 
lpasqualis profile image
Lorenzo Pasqualis

Look no further than The C++ Programming Language by Bjarne Stroustrup, the designer and original implementer of C++.

Collapse
 
cadellsinghh_25 profile image
Cadell

great! thanks

Collapse
 
ddavis914 profile image
Dennis Davis

Agreed - if you have not already found it check this out: stroustrup.com/Programming/ there are some links to downloadable content - can't go wrong by learning from the creator.
What does your dev env look like?
I use Cygwin gcc with Eclipse and NetBeans IDEs.

Collapse
 
cadellsinghh_25 profile image
Cadell

wow didnt even see your question at the end there, so sorry.

I'm on a mac and from what I've seen online, xcode is the way to go.

Wrote the famous "Hello world" program today in xcode and so far so good...