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++
Does a const variable store the value in the variable?
Dec 16, 2022
c++
Operator bool() conflicting with template Type() operator when Type = bool
Dec 16, 2022
c++
c++11
templates
Does std::initializer_list heap allocate memory?
Dec 15, 2022
c++
c++11
memory-management
initializer-list
When and how are thread_local variables initialized and destroyed?
Dec 16, 2022
c++
destructor
thread-local
Different implementations of begin() and end() of a container
Dec 16, 2022
c++
iterator
containers
Advantages of arrow syntax in function declaration
Dec 16, 2022
c++
templates
trailing-return-type
return-type-deduction
Why am I getting a "no match for operator*" when using range-based for loop on anything that isn't "*this"?
Dec 16, 2022
c++
Why is no deduction for template parameters only used as return type?
Dec 16, 2022
c++
templates
language-lawyer
template-argument-deduction
Checking if a character occurs at least N times in the string. Any solution in algorithms?
Dec 16, 2022
c++
string
algorithm
stl
How to store arguments list to vector?
Dec 14, 2022
c++
templates
constructor
variadic-templates
stdvector
Get file size using GetFileSize reports a segv on a valid file
Dec 16, 2022
c++
qt
winapi
file-io
filesize
C++ Classes for High Performance Computing
Dec 16, 2022
c++
hpc
return value iterator of std::generate_n, what can you do with it?
Dec 16, 2022
c++
algorithm
iterator
std
return-value
How to compare string_view using if-constexpt in a constexpr context
Dec 16, 2022
c++
c++20
string-view
if-constexpr
What would be an example where std::bit_cast produces a value representation of multiple values?
Dec 16, 2022
c++
language-lawyer
c++20
If `v` is a class, can `v + 1 - 1` be optimized by compiler to `v`?
Dec 14, 2022
c++
Can a .NET Core 5.0 assembly use a .NET Framework 4.8-targeted assembly?
Dec 15, 2022
c++
.net-core
c++-cli
.net-5
.net-4.8
What to assign a variable that I don't want to be equal to any possible input?
Dec 16, 2022
c++
c++11
Equivalent to `<T extends MyClass>` in C++
Dec 16, 2022
c++
templates
Unary fold with empty parameter pack
Dec 15, 2022
c++
variadic-templates
c++20
fold
« Newer Entries
Older Entries »