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

2 Posted Topics

Member Avatar for gang

can anyone there help me about my problem in displaying a record of names,gender,annual salary and age..the inputs are the first name,lastname,gender,birthday and monthly income...i just have a hard time implementing it coz i have to use a string to deal with the name..how will i make it???just a hint....

Member Avatar for gang
0
103
Member Avatar for mengmarc

[QUOTE=dougy83;573825]You can't input a friend because there's an 'enter' key still coming in cin. use [icode]cin.get();[/icode] after the [icode]cin>>option[/icode][/QUOTE] getline() function is in the library of #incude <conio.h> u should include the library..i tried it and it works....

Member Avatar for Narue
0
310

The End.