Posts
 
Reputation
Joined
Last Seen
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
1 Commented Post
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

Member Avatar for Dave Sinkula

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 …

Member Avatar for shahidali6
11
10K
Member Avatar for C#Coder

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.

Member Avatar for sgtjoebear
0
2K

The End.