Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A good resource for learning C++ ??

Status
Not open for further replies.

SurvivorTiger

Programmer
Jul 9, 2002
265
US
Hey everyone;
I can only program with Visual Basic and i now want to learn C++. Would anyone recommand any good resource (book, website, etc.) because anything i found, i didn't like...
Thanks AIM: survivertiger & Ye This Is Me
 
Hi there,

I would say learn C first. But if you want to go with C++, I have "C++ The Complete Reference" by Herbert Schildt which I use quite a lot. It might be a good idea to keep in mind that syntax is easy to learn but it's important to learn object oriented design principles as well. I don't know any good design books off hand, though, sorry.

TTFN
T
 
I always rave about the Deitel books. I've seen no better authors for giving you a good, solid foundation of the basics of the language. They include a pretty elaborate OOD/ UML case study in their intro book as well as a chapter on legacy C.

Be advised, however, that they teach only standard C++ in the "How to Program" book (not proprietary technologies needed for GUI development), however, they also have texts on C++ .NET (for beggining, and experienced programmers).



You can sometimes find bargain buys on EBay or Half.com for these too.

PS- I liked the jokes on your site! Where did you find the pic of a blond printing a document (the monitor/ copying machine one). I'd like to send some friends directly to the image, and would love to have the URL.
 
Hi,
I have an extra copy of "C++ How To Program" 3rd Edition for $30. The CD may be defective, but Prentice Hall will replace it for free upon request.

I like Bruce Eckel's books too. Very clear and thorough presentations.

BoulderBum, If you want jokes, just lemme know.

Thanks,

Norm rossno@yahoo.com
 
This is not the correct forum for this stuff, but ...

Dear Abby,

My husband is a lying cheat.
He tells me he loves me, but he has
cheated our entire marriage.
He is a good provider and has
many friends and supporters.
They know he is a lying cheat,
but they just ignore the issue.

He is a hard worker but many of his
coworkers are leery of him.
Every time he gets caught,
he denies it all. Then he admits
that he was wrong and begs me to
forgive him. This has been going on
for so long, everyone in town knows
he is a lying cheat. To top it off,
he ignores me just because I am a lesbian.

Abby, I just don't know what to do.

Signed,
Frustrated

Dear Frustrated:

You should dump him.
Now that you are finally
a New York Senator,
you don't need him anymore.

 
Here's one I've used on and off for a bit. It's all FAQ based, but the search generally does a pretty good job of pointing where you need to go. I learned C++ in college, not from that site, but I know people did. Granted, they knew C first, so I don't know how it'd be coming from VB. Heck, it's a free solution. You can check out and decide, losing nothing but time.

I like jokes. We should really have a jokes topic around here somewhere. Maybe list it under the "Mac" section. ----------------------------------------------------------------------------------
...but I'm just a C man trying to see the light
 
Thanks to all of you...but if anyone wants more jokes, just do a google search and you will find tons of sites that have all kind of different funny stuff.... AIM: survivertiger & Ye This Is Me
 
There's always room for a little humor! Good one, rossno!

Also, SurvivorTiger, I think it's lame you wouldn't provide the URL.

Peace.
 
Thanks BoulderBum. Snuff said!! hee hee. Oh, oh.

I liked the link too.

Didn't see much on the new STL stuff though. Thanks ICRF

norm

PS Yes, you have to focus on the subject at hand in order to REALLY learn a subject, but you also need to come up for air frequently, ... or you will drown in your deep and narrow preponderances, entirely missing the "good things in life". You will not love, ... nor have the capacity to appreciate your fellow comrades and collectively rejoice in your clever and crafty C++ accomplishments.
 
I've found the book:

C++ for Programmers extremely usefully.

It disposes of all the basic programming knowledge that a lay person would require and gets down to the information that a programmer needs to quickly learn another language.

Marl
 
Hey BoulderBum;
It's not because i don't want to share the URL, it's just that I have no idea where i found those stuff, i found them like long long time ago and i found them by searching in google....Thanks....
AIM: survivertiger & Ye This Is Me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top