Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Any Suggestions for a Good Visual C++ Book

Robin Ivory
Registered User
Join date: 20 Jan 2007
Posts: 443
11-04-2007 00:46
Does anyone have a suggestion for a good, very basic, starting book for Visual C++ ?

I have very limited programming knowledge, but I am motivated!
Kyrah Abattoir
cruelty delight
Join date: 4 Jun 2004
Posts: 2,786
11-04-2007 05:35
if i was you i would loose the visual part, visual c++ is windows specific, while of you learn C++ simply, you won't be limited by the platform you are developing on.
_____________________

tired of XStreetSL? try those!
apez http://tinyurl.com/yfm9d5b
metalife http://tinyurl.com/yzm3yvw
metaverse exchange http://tinyurl.com/yzh7j4a
slapt http://tinyurl.com/yfqah9u
Walker Moore
Fоrum Unregular
Join date: 14 May 2006
Posts: 1,458
11-04-2007 07:07
What Kyra said.

However, the Sams Publishing "Teach Yourself <language name> in x days" books are usually an effective stepping stone for absolute beginners relying on no outside programming tuition (at college, university, etc.) whatsoever.

http://www.amazon.com/Sams-Teach-Yourself-Visual-Days/dp/0672312409

Edit: I used one of those to learn Borland Delphi 2 back in 1996 .. which led me onto other OOP languages like C++, and to be honest, I've generally picked up the basics of most scripting and programming languages (Java, PHP, and even LSL) quite quickly since those days.
_____________________
It's only a forum, no one dies.
Shayde Tobias
Registered User
Join date: 8 Aug 2007
Posts: 26
11-04-2007 11:29
This post is in the WRONG THREAD... move it along, folks.
_____________________
Respectfully,
Shayde Tobias
Robin Ivory
Registered User
Join date: 20 Jan 2007
Posts: 443
11-04-2007 18:41
From: Shayde Tobias
This post is in the WRONG THREAD... move it along, folks.


So where should it be?

And thank you Walker!