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
Ranked #55.0K
2 Posted Topics
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 …
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] == "(" …
The End.
superservo15