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
~238 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for 3246251196

take a look at this code: --- void redundant_var() { char user_name[]=""; cout<<"insert name: "; cin>>user_name; swap_name(user_name); //another function not seen } --- now, the following code works fine, but i am SURE there is a away to pass in user_name without the need of storing it in a temporary …

Member Avatar for 3246251196
0
238