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
~722 People Reached
Favorite Forums
Favorite Tags
c++ x 3

2 Posted Topics

Member Avatar for lanario

I just wrote this for my class: [ICODE] //written by Ben Hinrichs 2009 #include <iostream.h> class RationalNumber { public: RationalNumber() { doTheMath(); } void doTheMath() { cout << "Enter an int: "; cin >> a; cout << "Enter a denominator: "; cin >> b; if (b <= 0) cout << …

Member Avatar for LUDACHRl5
0
603
Member Avatar for Xantox

So I would like to know if there's any way to do the following more efficiently: [CODE]while(g[0] = 0 || g[0] = 1 || g[0] = 2 || g[0] = 3 || g[0] = 4 || g[0] = 5 || g[0] = 6 || g[0] = 7 || g[0] = …

Member Avatar for Sky Diploma
0
119

The End.