Connecting Tech Pros Worldwide Help | Site Map

I Need A Vector, Victor

  #1  
Old August 19th, 2005, 03:55 AM
Jack
Guest
 
Posts: n/a
I have two books on C++:

C++ in 10 Minutes
Teach Yourself C++ in 24 Hours

Neither have good information on building functions, classes, or
libraries to work with vectors. Can anyone recommend any tutorials on
the Web that go into the nitty gritty of vectors for the neophyte?
Thanks.

  #2  
Old August 19th, 2005, 04:15 AM
Alf P. Steinbach
Guest
 
Posts: n/a

re: I Need A Vector, Victor


* Jack:[color=blue]
> I have two books on C++:
>
> C++ in 10 Minutes
> Teach Yourself C++ in 24 Hours[/color]

Months would be a better measure: 10 months, 24 months, or more.

[color=blue]
> Neither have good information on building functions, classes, or
> libraries to work with vectors. Can anyone recommend any tutorials on
> the Web[/color]

See FAQ item 29.20
<url: http://www.parashift.com/c++-faq-lite/newbie.html#faq-29.20>.

[color=blue]
> that go into the nitty gritty of vectors for the neophyte?[/color]

<url: http://home.no.net/dubjai/win32cpptut/html/w32cpptut_01.html>
chapter 7.

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
defining + and = operator for vector<double> Amit answers 4 August 16th, 2005 12:05 AM
I'm getting a Segmentation fault after I clear a vector list fudmore answers 9 July 22nd, 2005 06:29 AM
vector of vectors Nancy Keuss answers 9 July 22nd, 2005 06:13 AM
Need help using STL to sort a vector of strings Al Newton answers 6 July 19th, 2005 05:07 PM