Interesting. Thanks for the link.Quote:
Originally Posted by Maven
Printable View
Interesting. Thanks for the link.Quote:
Originally Posted by Maven
For small applications, I do not think that endl or '\n' will matter much. When you begin writing intensive io applications, it will become very important to have tighter control on your buffering. If you was writing a web application with fastcgi, for example, then it becomes critical to control output. While a web application in C++ is far away from novice level, it's a good idea to start developing understanding of buffering.Quote:
Originally Posted by yitzle
This is the basic of c++. Every one know about it...Quote:
Originally Posted by BeholderOf