A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.tutorialspoint.com/cpp_standard_library/cpp_ios_init.htm below:

C++ ios_base - init

C++ ios_base - init Description

This is used to construction of an object of this member type, ensures that the standard stream objects (cin, cout, cerr, clog, wcin, wcout, wcerr and wclog) are constructed and properly initialized.

Declaration

Following is the declaration for ios_base::Init.

class Init;

The class maintains an internal static counter with the number of existing objects.

class ios_base::Init {
   static int init_cnt;  
public:
   Init();
   ~Init();
}
Member functionss

Member functions of ios_base init should be like this −

ios.htm


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4