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
ios:: Explanation
ios:: Explanation
Aug 13, 2012 at 11:44am UTC
xantavis
(57)
Hi, I am learning cpp with the help of a book. But suddenly, in the book they use ios:: . But they didn't explain it. They used it while explaining some functions that are possible with #include iomanip.
Can someone explain it for me?
Thx for your help!
Aug 13, 2012 at 11:59am UTC
coder777
(8444)
ios is used for streams (for files and other):
http://www.cplusplus.com/reference/iostream/ios/
Topic archived. No new replies allowed.