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
Translate please
Translate please
Jan 17, 2016 at 1:26pm UTC
Rysha23
(8)
Can Anyone translate this for me please to cout and cin form.
printf("%d ", c[i]);
printf("%d ", a[k]);
scanf_s("%d", &a[i]);
Last edited on
Jan 17, 2016 at 1:36pm UTC
Jan 17, 2016 at 2:51pm UTC
keskiverto
(10402)
Have you read documentation of those functions, i.e. do you know what those function calls do?
http://www.cplusplus.com/reference/cstdio/printf/
https://msdn.microsoft.com/en-us/library/w40768et.aspx
Now that you have studied the printf and scanf_s, you could look at the I/O tutorial:
http://www.cplusplus.com/doc/tutorial/basic_io/
Jan 19, 2016 at 5:17pm UTC
Rysha23
(8)
Thank You Very Much ! :)
Topic archived. No new replies allowed.