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++
Why does std::vector's swap function have a different noexcept specification than all other container's swap functions?
Sep 15, 2025
c++
c++17
stdvector
swap
noexcept
Pointer arithmetic across subobject boundaries
Sep 14, 2025
c++
pointers
c++11
language-lawyer
pointer-arithmetic
May volatile be in user defined types to help writing thread-safe code
Sep 15, 2025
c++
thread-safety
volatile
Modern approach to making std::vector allocate aligned memory
Sep 15, 2025
c++
c++17
stdvector
simd
memory-alignment
Why is there still no range-enabled reduction algorithm in std?
Sep 15, 2025
c++
range
std
c++23
isocpp
Is it possible to make zero-allocation coroutine runtime in C++?
Sep 15, 2025
c++
asynchronous
c++20
language-design
c++-coroutine
Why does std::vector CTAD accept both int and double?
Sep 15, 2025
c++
c++17
ctad
Can be the number of uncaught exceptions be more than one?
Sep 15, 2025
c++
exception
c++17
Can I read the C++ 2011 FDIS anywhere?
Sep 14, 2025
c++
c++11
standards
iso
Constructing a vector of structs (with some custom constructors) from exactly two string literals crashes. Why?
Sep 14, 2025
c++
vector
overload-resolution
list-initialization
OpenCV Image Mat to 1D CHW(RR...R, GG..G, BB..B) vector
Sep 14, 2025
c++
opencv
cudnn
Mock function with arguments as pointer
Sep 13, 2025
c++
unit-testing
hippomocks
Why doesn't rvalue destroy right after it's used?
Sep 15, 2025
c++
move-semantics
C++ "::" without class name [duplicate]
Sep 15, 2025
c++
namespaces
scope
scope-resolution
Problems with fopen function on Mac
Sep 15, 2025
c++
c
macos
fopen
How can I define an UUID for a class, and use __uuidof, in the same way for g++ and Visual C++?
Sep 12, 2025
c++
winapi
visual-c++
g++
uuid
Generating prefix bitmasks
Sep 15, 2025
c++
c
bit-manipulation
undefined-behavior
branchless
How to add precompiled headers in CMake for visual studio generator
Sep 13, 2025
c++
cmake
Underscore prefix problem in x86: Calling NASM function from C++ function works in x64 but fails in x86
Sep 14, 2025
c++
windows
assembly
visual-studio-2019
nasm
In a template function, How do I use std::underlying_type just if type of the input is enum class?
Sep 15, 2025
c++
templates
sfinae
static-cast
enum-class
« Newer Entries
Older Entries »