Unlike MSVC and Turbo C++, GCC has much less focus on library functions that are not part of the standard C and C++ libraries.
So you should look first to documentation of the standard C and C++ libraries, such as at
http://www.cplusplus.com/reference/clibrary/
GNU also has many extra libraries (multi precision math etc.) that are not part of the C and C++ standards but even though they ...



