I'm at page 52. I haven't typed exactly each piece of code, because all of the codes I've seen until now, I've already practiced several times previously.
I know it won't take two days. Besides the PDF is 886 pages :). My problem is that I don't really have where to buy the book from, so the PDF version is the only possibility right now.
Well, actually, that's my problem, I'm a student and they tell us to use the Deitel book, maybe because the university has some contract with the editorial, I don't know, but anyway, thanks for the...
Would you suggest me a good one? I'm reading Deitel's How to program in C++, I don't know if it's really good, but sometimes I feel the topics aren't ordered very well. Anyway, I'm still a beginner,...
Could you put an example with C++ code, because I don't really know how to use vectors yet. I mean I did something similar with an array but it was finite. I have never used vector before, I more or...
The user starts inputting words or phrases, the word or phrase ends when the user presses enter. The program will keep asking for a word or a phrase until the...