I haven't done much with C++ and even less with string.h. I'm trying to get user input into a string, how do I do it? Again here's what I have:
Code:void go() { cout << "URI: "; string uri; cin >> uri; }
|
Results 1 to 7 of 7
Thread: [RESOLVED] cin >> stringThreaded View
|
Click Here to Expand Forum to Full Width |