News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Standard C++ library

Started by don orgen, July 09, 2012, 02:41:15 AM

Previous topic - Next topic

don orgen

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

MortenMacFly

Quote from: 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?
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

oBFusCATed

#2
Quote from: 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?
In fact this is the place - http://www.open-std.org/jtc1/sc22/wg21/  ;D
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]