please i need help ... how do you use get line function to read the line of code?... work below

include <cstdlib>
#include <iostream>
#include <string>

using namespace std;

#include "ccc_time.h"

int main()
{
// Get time.

Time fast_user();

// Prompt user for line.
cout << " Enter the quick brown fox jumps over the lazy dog";

// Use getline function to read in line.





system("PAUSE");
return EXIT_SUCCESS;
}
Topic archived. No new replies allowed.