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

I need help with getline in the for loop,the loop can take the inputs from file in 1st loop,but it skipped the first getline after the 2nd loop...Any help will be appreciated... #include <iostream> #include <string> #include <iomanip> #include <fstream> using namespace std; int main() { string name; int num_semester; …

Member Avatar for deceptikon
0
139