Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c++03
Why does GCC 6.3 compile this Braced-Init-List code without explicit C++11 support?
Oct 16, 2022
c++
gcc
initializer-list
c++03
list-initialization
How can I open a file for reading & writing, creating it if it does not exist, without truncating it?
Sep 21, 2022
c++
iostream
fstream
c++03
Understanding C++03 Standard Grammar for Operator Overloading
Aug 29, 2022
c++
language-lawyer
c++03
How to define a custom cross-platform size_t type?
Oct 16, 2022
c++
c++11
c++03
size-t
size-type
C++, is set_terminate local to every thread?
Jun 27, 2022
c++
exception-handling
c++11
language-lawyer
c++03
Template specialization for multiple types
Dec 11, 2020
c++
templates
c++03
Passing std:array around
Dec 25, 2020
c++
arrays
c++03
Are conditional expressions in C++ always of bool type?
Aug 22, 2022
c++
c
c++11
language-lawyer
c++03
What restrictions does ISO C++03 place on structs defined at function scope?
Sep 20, 2022
c++
c++03
"Constant expressions" prior to C++11
Oct 27, 2022
c++
c++03
c++98
compile-time-constant
constant-expression
Are static class members guaranteed to be initialized before `main` is called?
Feb 19, 2022
c++
language-lawyer
c++03
Getting the type of a member
Nov 03, 2022
c++
templates
template-meta-programming
c++03
Will "&a+1 > &a" cause an undefined behaviour
Sep 15, 2022
c++
c
c99
c++03
How can I deploy a C++11 program (with dependencies) on CentOS 6, whose GCC is C++03?
Sep 15, 2022
c++
c++11
gcc
compatibility
c++03
Does std::vector::resize() ever reallocate when new size is smaller than current size? [duplicate]
Sep 15, 2022
c++
c++11
std
c++03
c++98
What's the difference in undefined behavior between C++03 and C++11?
Nov 12, 2022
c++
c++11
undefined-behavior
c++03
Why do inline functions have external linkage by default?
Sep 14, 2022
c++
c++11
inline
linkage
c++03
How to break shared_ptr cyclic reference using weak_ptr
Apr 16, 2018
c++
smart-pointers
c++03
Difference in c_str function specification between C++03 and C++11
Sep 06, 2022
c++
string
c++11
c++03
c-str
How to write `is_complete` template?
Sep 23, 2022
c++
templates
typetraits
c++03
« Newer Entries
Older Entries »