T
TonyJeffs
Great book - I like the way that unlike other books, AC++ explains as
much as possible about every piece of code discussed, so I'm not left
thinking, "well...OK... I get line 12, but I wonder what the rest of
it means...".
Still, I have some questions, that are frustrating me:-
Grateful for any comments.
1. What is the difference between
#include <iostream> // (or any include file) which is used in this
book, and
#include <iostream.h> // which is used in other books I've looked at.
2. Does the absence of the '.h' have something to do with the need
for std:: before cout ?
3. std, the book esplains, is a namesace. But what is a namespace,
particularly in this case?. Is it something I can open and look at in
Notepad?
.....................................
I'm up to chapter 4, and relativaly comfortable with it, but these
early questions are still nagging me.
Thanks
much as possible about every piece of code discussed, so I'm not left
thinking, "well...OK... I get line 12, but I wonder what the rest of
it means...".
Still, I have some questions, that are frustrating me:-
Grateful for any comments.
1. What is the difference between
#include <iostream> // (or any include file) which is used in this
book, and
#include <iostream.h> // which is used in other books I've looked at.
2. Does the absence of the '.h' have something to do with the need
for std:: before cout ?
3. std, the book esplains, is a namesace. But what is a namespace,
particularly in this case?. Is it something I can open and look at in
Notepad?
.....................................
I'm up to chapter 4, and relativaly comfortable with it, but these
early questions are still nagging me.
Thanks