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

2 Posted Topics

Member Avatar for imest

your if is oviously wrong.. you need to remove the semicolon... that is terminating the statement and not seeing your if clause... try this [code] if (a >= 1 && a <= 2) printf("Thanks for choosing a valid character. \n"); else printf("Invalid entry! \n"); [/code] or just use good ole …

Member Avatar for imest
0
159
Member Avatar for superservo15

I'm having type problems... if anyone could help that'd be great. Also, I haven't coded in c++ for 2 years.. very rusty :) Ok, I have the following dynamic char array and code [CODE] char* term1; term1 = "f(x)"; //i really have a loop here... if ( term1[1] == "(" …

Member Avatar for ITgeneration
0
164

The End.