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
~892 People Reached
Favorite Forums
Favorite Tags
Member Avatar for yuriy_1

i have a problem where i need to read lines of names from a file, and put the first line into a string then break up that string into three variables for first, middle, and last name. how does one go about doing that? i can only read the full …

Member Avatar for tinstaafl
0
364
Member Avatar for yuriy_1

Write a C++ program that reads in from a file that contains full names of employees of ABC Company. The file is formatted in the following way: John Jacob Schmidt Jane Marry Roe … The program should take each name from the file into a string and display each part …

Member Avatar for tinstaafl
0
528