User profile: cttprogz

User info
User name:cttprogz
History
Joined:
Number of posts:3
Latest posts:

IF Statement Issue
[code]if(choice !='a' && choice !='b' && choice !='c' && choice !='d' && choice !='q' )[/code] tr...

IF Statement Issue
I think you are having trouble with the condition ,try this . . . [code] if(choice !='a' || choice !...

how can i insert unknown number of strings with cin
Actually in our school ,we are only required to use one library and that's <iostream.h>,with this on...

This user does not accept Private Messages