Previous in Forum: Windows Explorer Toolbar   Next in Forum: Software for USBscope50 Not Working --- Java?
Close
Close
Close
8 comments
Rate Comments: Nested
Associate

Join Date: Aug 2010
Location: karnataka
Posts: 28

C++ for Beginners

11/30/2013 7:03 AM

Can anyone suggest which book can a beginner follow to get idea and program in C++?

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Guru
Popular Science - Evolution - New Member Popular Science - Weaponology - New Member

Join Date: May 2006
Location: The 'Space Coast', USA
Posts: 11119
Good Answers: 918
#1

Re: C++ for beginners

11/30/2013 8:04 AM

If you have little or no experience with C programming, then something like This Book might be a good start.

Otherwise, go to a book store or library and look through the programming section and find something that fits your experience level and learning style.

They pretty much all get you to the same place at the end of the book.

Register to Reply
Guru

Join Date: Apr 2011
Posts: 8006
Good Answers: 286
#2

Re: C++ for Beginners

11/30/2013 12:37 PM

You might also try learncpp.com and cprograming.com

.

Those are online tutorials. Not exactly what you asked for, but might be useful.

__________________
Eternal vigilance is the price of knowledge. - George Santayana
Register to Reply
Power-User

Join Date: Apr 2013
Posts: 188
Good Answers: 1
#3

Re: C++ for Beginners

12/01/2013 4:42 AM

From my own experience, I suggest that whatever book you get, get the program that relates to the book, WITH the book.

I was, and still am, a level below 0. I purchased a book that related to a version of C++ that was no longer available. Goodbye $$ on that one. I haven't been able to find any version of C++ that relates to any book, so much and all as I wanted to learn this programming, I had to simply give it away as a bad joke.

Sorry to be a wet blanket, but there are many out there that will send you a "buy this" or that, but no matter how it is glossed up....... BYe $$

Register to Reply
Power-User
Engineering Fields - Electrical Engineering - New Member

Join Date: Dec 2009
Posts: 247
#7
In reply to #3

Re: C++ for Beginners

12/02/2013 6:57 AM

try C++ by Robert Lafore...

sks

Register to Reply
Guru

Join Date: Mar 2011
Location: Sebastopol, California
Posts: 1205
Good Answers: 54
#4

Re: C++ for Beginners

12/01/2013 10:55 AM

Set yourself up with a Linux Distribution like Ubuntu, or Lubuntu and apt-get the gcc compilers and editing tools (IDEs).

Then look for books from O'reilly Publishing and get to work. They have the biggest and best collection of computer related books out there. You should see their lobby! I drool every time I go in there.

You want to learn Regx (regular expression), bash scripting, and then apply that to C and C++. Linux has all the tools and compilers you need for free, and they can all be kept up to date for free. You can't beat that with a stick!

http://www.oreilly.com/

http://en.wikipedia.org/wiki/List_of_Linux_distributions#Official_distributions

__________________
Most people are mostly good most of the time.
Register to Reply
Guru
New Zealand - Member - Kiwi Popular Science - Weaponology - New Member Engineering Fields - Power Engineering - New Member Engineering Fields - Electrical Engineering - New Member

Join Date: Sep 2006
Location: Auckland, New Zealand
Posts: 8777
Good Answers: 376
#5

Re: C++ for Beginners

12/01/2013 2:07 PM

Try "C++ for dummies".

__________________
jack of all trades
Register to Reply
Power-User

Join Date: Sep 2013
Posts: 152
Good Answers: 2
#6

Re: C++ for Beginners

12/02/2013 4:25 AM

Why don't you try Microsoft Visual Studio. I believe the Professional version it free for students and, I think other versions are free to non students. It has good tutorials, that step you through from the basics and, a good community to ask questions when you do get stuck. And you won't get ridiculed, like some other sites I can think of.

http://www.visualstudio.com/get-started/overview-of-get-started-tasks-vs

Register to Reply
Power-User

Join Date: May 2013
Posts: 293
Good Answers: 3
#8

Re: C++ for Beginners

12/02/2013 11:33 AM

Why C++? What do you want to do with it?

These are critical questions that need to be answered to provide useful help. C++ is one of the more difficult languages to learn. That is why someone tried to steer you to visual studio. VB is one of the easier to learn languages which can add other languages such as ASP and C# in small bites.

If you want to alter a C++ application that is something else.

Register to Reply
Register to Reply 8 comments
Copy to Clipboard

Users who posted comments:

aDIYguy (1); Anonymous Hero (1); Deefburger (1); DodgySolenoid (1); jack of all trades (1); Jacko the Aus (1); sauravbabu (1); truth is not a compromise (1)

Previous in Forum: Windows Explorer Toolbar   Next in Forum: Software for USBscope50 Not Working --- Java?

Advertisement