If i have the following code:
How can i use cout to display this information?Code:string clientName = "Dan"; string getClientName(void) { return clientName }
p.s. I tried cout << getClientName() << endl; but it didnt work.
|
Results 1 to 11 of 11
Threaded View
|
Click Here to Expand Forum to Full Width |