Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~659 People Reached
Favorite Forums
Favorite Tags
c++ x 7
Member Avatar for rjstamey

I was wondering if there is a way to make it so that someone can only input a specific data type. My program ask for input of specific numbers for a menu. If I enter a character, the program crashes. Is there a way to make it so that it …

Member Avatar for WaltP
0
105
Member Avatar for rjstamey

I am having a problem with my program not reading the OR statements right. [CODE] do { blah blah blah }while(y!=1||y!=2); [/CODE] I have also used it as this format, ((y!=1)||(y!=2)) The program is marking it as true and keeping me stuck the loop even though y is == 1 …

Member Avatar for rjstamey
0
97
Member Avatar for rjstamey

Hello all, I am trying to figure out how to create new class objects when the user is asked if he/she would like to. What I have is a program we have to write that takes a certain number of students and keeps track of their name, assignments, and the …

Member Avatar for xfbs
0
457