Connecting Tech Pros Worldwide Forums | Help | Site Map

I Need A Vector, Victor

Jack
Guest
 
Posts: n/a
#1: Aug 19 '05
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.


Alf P. Steinbach
Guest
 
Posts: n/a
#2: Aug 19 '05

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