All standard C libraries are the same on every C compiler, and all standard C++ library is the same on every C++ compiler... They're obviously implemented differently under the covers, but their observable effect and their usage is the same.

Many compilers (especially Microsoft) like to add extra libraries in addition to the standard ones, so here are the standard C & C++ libraries: http://www.cppreference.com/