User Profile
Collapse
-
Thanks man! Will try it out!... -
-
Using Multiple Getlines() Language: C++
Why can't I use multiple getlines()
C++ Code:
#include <iostream>
#include <fstream>
#include <string>
#include <cstdlib>
using namespace std;
int main()
{
int choice=0;
while(choice<6)
{
cout << "1. Add Entry Name, age and address" << endl;
cout <<...
No activity results to display
Show More
Leave a comment: