Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: don orgen on July 09, 2012, 02:41:15 am

Title: Standard C++ library
Post by: don orgen on July 09, 2012, 02:41:15 am
I downloaded your Code::Blocks 10.05, version 1.1.  Where can I get a list of the functions in its standard C++ library and how they can be implemented?

Thanks,
Don Orgen
Title: Standard C++ library
Post by: MortenMacFly on July 09, 2012, 07:30:54 am
I downloaded your Code::Blocks 10.05, version 1.1.  Where can I get a list of the functions in its standard C++ library and how they can be implemented?
Code::Blocks is an IDE and not a compiler nor a C++ library, so your question makes no sense.

If you are looking for STL see here: http://www.cplusplus.com/reference/stl/ or Google or simply buy a book.

Also, next time please post such question in an own topic and not replying to a thread that is not related to your question at all. Thank you.
Title: Standard C++ library
Post by: oBFusCATed on July 09, 2012, 08:51:28 am
I downloaded your Code::Blocks 10.05, version 1.1.  Where can I get a list of the functions in its standard C++ library and how they can be implemented?
In fact this is the place - http://www.open-std.org/jtc1/sc22/wg21/  ;D