Author Topic: Standard C++ library  (Read 7768 times)

don orgen

  • Guest
Standard C++ library
« 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
« Last Edit: July 09, 2012, 09:49:39 am by MortenMacFly »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Standard C++ library
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Standard C++ library
« Reply #2 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
« Last Edit: July 09, 2012, 09:49:48 am by MortenMacFly »
(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!]