Joined
Last Seen
-1 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #55.0K
~12.4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
c++ x 3
2 Posted Topics
Re: C++ Books
I think "Software Engineering a practitioners approach" by Roger S. Pressman is a great addition. Although not cheap(unless you buy the international editions now available). It is a great book on teaching the process on must go through to write, develop and implement problem solving skills needed to program. The …
Do not forget to declare your fstream variables also. Like in <iostream> cout and cin are predeclared, in <fstream> you must declare these in advance to using them.
The End.
sgtjoebear