|
楼主 |
发表于 2003-8-26 22:12:56
|
显示全部楼层
Excellent helps!
I start using c++ by reading The C++ Programming Language,
third edition by Bjarne Stroustrup.
I have read chapter 1, and chapter 2, the problem I met is in chapter 3,
It seems that Bjarne Stroustrup doesn't explain that a function can not be defined
within another function, all of the fuctions except int main() must be called within the
function int main(), how to call the others within the function int main(),
Most of the source codes in the book <<the c++ programming language>> is not complete.
I have met the problem for two days, have had a look at <<c++ primer>> and
<<thinking in c++>> not carefully to try to fix the problem that I mentioned in my
previous posts, and have searched the resources in web, but all falled.
You posts are of beautiful helps to me.
I am in Linux now, it doesn't has Wubi inputing application.
|
|