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
~100 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for sohar11

Hello everyone.. I have char of an array I need to stop reading from the array if I reache to newline.. the array cosists of characters of a text file but I need to stop reading when I reache to first \n or endl.. I tried to use this while(code[i]!='\n'){ …

Member Avatar for WaltP
0
100