Thread
:
[SOLVED] i need help on a program on C++?
View Single Post
#
4
(
permalink
)
07-08-2007, 04:31 AM
Opiate
Posts: n/a
Quote:
Originally Posted by
ancient_nerd
Is your arrow pointing the right direction. It is supposed to be
cin <<
No
Cin streams input into a variable. Think of it as pointing to where you want the input to go.
Code:
cin >> variable1
__________________
Opiate