1.
Dinkumware, Ltd. - Compleat Libraries Reference The function returns the number of clock ticks of elapsed processor time, ... The following table lists all conversion specifiers defined for strftime . ... of the era tm_mon tm_year %z tm_isdst + time zone (hours east*100 + minutes), ...
2.
Dinkumware, Ltd. - Compleat Libraries Reference The Standard C++ library consists of 51 headers. Of these, 16 constitute the Standard Template Library, or STL. These are indicated below with the notation ...
3.
Dinkumware, Ltd. - Compleat Libraries Reference Several library functions help you convert data values from text sequences ... For the scan functions, literal text in a format string must match the next ...
4.
Dinkumware, Ltd. - Compleat Libraries Reference The following library functions help you convert between the multibyte and wide-character representations of extended characters: btowc , mblen , mbrlen ...
5.
Dinkumware, Ltd. - Compleat Libraries Reference If no threads are blocked on the object at the time of the call the function does ... template <class Lock> bool timed_wait(Lock& lock, const xtime& xt); ...
6.
Dinkum C/C++ Library Reference A reference for the library delivered with Microsoft Visual C++.
7.
Dinkumware, Ltd. - Compleat Libraries Reference map::const_pointer. typedef Alloc::const_pointer const_pointer;. The type describes an object that can serve as a constant pointer to an element of the ...
8.
Dinkumware C++ Library References Dinkumware's Standard C library is the only C99 library not bundled with a specific ... The headers come in two forms, new (C++) and traditional (C). ...
9.
Dinkumware, Ltd. - Compleat Libraries Reference class ostringstream : public ostream { public: explicit ostringstream(ios_base::openmode mode = ios_base::out); explicit ostringstream(const string& str, ...
10.
Dinkumware, Ltd. - Compleat Libraries Reference namespace std { class strstreambuf; class istrstream; class ostrstream; class strstream; .... ostrstream::freeze. void freeze(bool freezeit = true) ...
|