PDA

Click to See Complete Forum and Search --> : i would like some feedback


t420h
Mar 20th, 2002, 12:03 PM
our class is "piloting" a book for c++ called "C++ For You++" and i would like to get some feedback on what you guys think of it, me and some others in my class think its horrible because it uses things like apvector instead of real arrays like you would use in real life.

just pleaser give me some feed back on what you think

DNA7433
Mar 20th, 2002, 03:09 PM
our teacher has the book, but i've never looked at it

i hate apclasses!!!!! i always use the standard library, and our teacher doesn't care which we use

Zaei
Mar 20th, 2002, 03:39 PM
Just about any book that any AP Comp Sci class will use will use the ap classes, for the obvious reason, that, well, the class is about the AP exam (basically). You may hate the ap classes, just deal with it. In your own projects, use the standard libraries, in school, use the ap classes (unless you dont have to). Besides, most of the time, the ap classes do a good job simulating the functionality of the STL classes.

Basically, choose the book, not for its use of the ap classes or not, but for the other, more important stuff (writing style, exercises, explainations, etc).

Z.