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
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
Do these members have unspecified ordering?
Sep 04, 2022
c++
c++11
c++03
Why doesn't PRIu64 work in this code?
Feb 07, 2022
c++
printf
c++03
Why did C++11 make std::string::data() add a null terminating character?
Sep 17, 2022
c++
string
c++11
stdstring
c++03
Is it reasonable to use std::basic_string<t> as a contiguous buffer when targeting C++03?
Sep 03, 2022
c++
string
winapi
stl
c++03
Union initialization in C++ and C
Sep 02, 2022
c++
c
initialization
unions
c++03
In which versions of the C++ standard does "(i+=10)+=10" have undefined behaviour?
Sep 02, 2022
c++
c++11
undefined-behavior
language-lawyer
c++03
Is value of x*f(x) unspecified if f modifies x?
Oct 09, 2022
c++
c
c++03
operator-precedence
sequence-points
What is the C++03 memory model for concurrency?
Dec 16, 2021
c++
concurrency
c++03
memory-model
« Newer Entries
Older Entries »