Search code examples
C++: Is all of "std" cross platform?...


c++cross-platformstdstandard-library

Read More
Boost's lexical_cast From double to string Precision...


c++boostnumber-formattingstandard-libraryboost-lexicalcast

Read More
"cannot find stddef.h" error when compiling Ipopt example in ubuntu 16.04...


ubuntustandard-libraryipopt

Read More
Assigning to a map iterator causes value change without being a reference...


c++standard-library

Read More
Reading a text file backwards in C...


ctextstreamstandard-library

Read More
where is stdin defined in c standard library?...


cdeclarationstdindefinitionstandard-library

Read More
Building a Data.List.All from another Data.List.All...


liststandard-libraryagda

Read More
Implementation of std::disjunction in the Standard Library...


c++c++17standard-library

Read More
Are int8_t and uint8_t intended to be char types?...


c++c++11iostreamlanguage-lawyerstandard-library

Read More
What's the difference between Jane Street's ‘Base’, ‘Core’ and 'Core_kernel'?...


ocamlstandard-libraryreasonocaml-core

Read More
Is there anything called time in iostream or somewhere else in C++?...


c++timeiostreamstandard-librarystd

Read More
Using library functions in home-made OS...


coperating-systemstandard-library

Read More
What is the purpose of standard-layout guarantees for "black box" types?...


c++mutexatomicstandard-librarystandard-layout

Read More
Do any of python's built in modules use threads?...


pythonmultithreadingstandard-library

Read More
Why 'is_convertible' here in <utility> std::pair (STL)?...


c++c++17standard-library

Read More
cut strings with multiple enddelimiter...


c++stringsplitsubstringstandard-library

Read More
Using setjmp in a wrapper function and local variable clobbering...


cundefined-behaviorstandard-librarysetjmp

Read More
.Net Standard or Portable Class Library moving forward?...


.net.net-corestandard-library

Read More
Mocking the C++ Standard Library...


c++unit-testingmockingstandard-librarystd

Read More
python code doesn't generate the csv file...


pythoncsvstandard-library

Read More
What, exactly, is memcmp supposed to return?...


clanguage-lawyerstandard-librarymemcmp

Read More
Benefit of `contains[BB >: B](e: BB): Boolean` instead of `contains(e: Any): Boolean`...


scalastandard-libraryeither

Read More
Use Java Standard Lib for Kotlin when compiling to Javascript...


javascriptjavacollectionskotlinstandard-library

Read More
Is there a penalty for using built in libraries in Python?...


pythonperformancedependenciesstandard-library

Read More
What is std::decay and when it should be used?...


c++c++11standard-library

Read More
string producer/consumer in C++: std::deque<char> or std::stringstream?...


c++performancestreamqueuestandard-library

Read More
Why is Haskell missing "obvious" Typeclasses...


haskelltypeclassabstractionstandard-library

Read More
stdint.h and C99...


cc99standard-libraryopenvmsstdint

Read More
Calling a method in a static library...


c++cstatic-librariesstandard-library

Read More
Is there a standard java exception class that means "The object was not found"?...


javaexceptionstandard-library

Read More
BackNext