cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
need some help with this code input.
need some help with this code input.
May 12, 2011 at 10:23am UTC
iamuser2007
(33)
hi
i tried cin and scanf but i didn't get it. How i can get input in this code?
thanks for guidance and help
Last edited on
May 12, 2011 at 7:20pm UTC
May 12, 2011 at 11:00am UTC
kbw
(9488)
Where do you read the data in?
May 12, 2011 at 11:43am UTC
iamuser2007
(33)
in
int
main()
i don't know much. so that's why i am asking.
thnx for help
May 12, 2011 at 12:12pm UTC
kbw
(9488)
You don't actually read anything in.
Check out this I/O tutorial, it's not perfect but it's a start:
http://www.cplusplus.com/doc/tutorial/files/
May 12, 2011 at 12:51pm UTC
iamuser2007
(33)
no.
i want to get input from user not from file.
this code is not written by me. i am practicing and try to learning cpp. can you modify the code?
and write how to get input from user.
May 12, 2011 at 12:55pm UTC
iamuser2007
(33)
ok i got your meaning.
i need to input from output file, these list numbers, but how to do it? i don't know.
Topic archived. No new replies allowed.