Search code examples
Good Idea / Bad Idea Should I Reimplement Most Of C++?...


c++code-reusestandard-library

Read More
Make std:array size depending on class template parameter...


c++templatesstandard-library

Read More
C Standard Conformance - Identifiers...


cstandardsc99standard-librarystandards-compliance

Read More
std::map not removing duplicates with custom object...


c++dictionarycomparatorstandard-library

Read More
Can std::vector capacity/size/reserve be used to manually manage vector memory allocation?...


c++vectorstandard-libraryc++98

Read More
Are there any 100% C++11 compatible implementations of std?...


c++c++11stdstandard-library

Read More
Is the remove function guaranteed to delete the file?...


cc99language-lawyerstandard-library

Read More
Standard c++ library linking...


c++linkerstandard-library

Read More
Why were Haskell 98's standard classes made inferior to Haskell 1.3's?...


haskellstandard-library

Read More
Are these appropriate practices when working with std::map?...


c++enumsdictionarystandard-library

Read More
Rationale for C++'s std map insert semantics?...


c++dictionarystandard-library

Read More
Using the standard/output stream as string input/output...


javaiostandard-library

Read More
C Standard Library linking in windows...


cwindowsdllstandard-library

Read More
Where are the functions in the C standard library defined?...


cstandard-library

Read More
Possibility of COW std::string implementation in C++11...


c++stringc++11language-lawyerstandard-library

Read More
Why is this cast to bool required?...


c++gcccastingstandard-library

Read More
Which Scala methods return null instead of an Option and why?...


scalamethodsnullstandard-libraryscala-option

Read More
What are the differences amongst Python's "__get*__" and "_del*__" methods?...


pythongetter-setterstandard-libraryaccessor

Read More
Counting lines of a file in Scala...


scalafile-ionewlinestandard-library

Read More
How does a C runtime library provided by a compiler say gcc alllows different function arguments &am...


ccompiler-constructionstandard-library

Read More
How do I use Agda's implementation of delimited continuations?...


standard-libraryagdadelimited-continuations

Read More
Instantiating Data.AVL module with different element types...


modulestandard-libraryagda

Read More
Why is "lazy" a keyword rather than a standard-library type?...


scalakeywordlazy-evaluationstandard-library

Read More
How do I propose a feature to the library working group?...


c++standardsstandard-library

Read More
Boost dependency for a C++ open source project?...


c++booststandard-library

Read More
Restriction of C standard I/O and why we can't use C standard I/O with sockets...


csocketsstandard-library

Read More
What's the equivalent of cout for output to strings?...


c++standard-library

Read More
what is libc? what are the functions it includes? how can we get the source code of it?...


cstandardsstandard-librarylibclibm

Read More
what is the idiomatic way to slice a map in Clojure?...


dictionaryclojurestandard-library

Read More
Why doesn’t std::map provide key_iterator and value_iterator?...


c++iteratorstandard-librarystdmapc++03

Read More
BackNext