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++
Is my fstream bad or not good()?
Dec 08, 2025
c++
iostream
fstream
Why is it a syntax error to use explicit object parameters in a function pointer?
Dec 09, 2025
c++
visual-c++
c++23
explicit-object-parameter
Why is a type alias not allowed to be a friend class name in C++?
Dec 09, 2025
c++
c++11
types
friend
type-alias
How to write/read std::chrono::zoned_seconds to/from a stream using chrono::parse?
Dec 08, 2025
c++
datetime-format
fstream
c++-chrono
c++23
Put parameters for different functions inside an array in C++?
Dec 08, 2025
c++
Two identical constructors however compiler selects the templated one
Dec 09, 2025
c++
templates
c++17
class-template
constructor-overloading
templated conversion operator type deduction differs in clang and gcc
Dec 08, 2025
c++
templates
gcc
clang++
type-deduction
How to group "unlike" elements when iterating array (e.g.:{1,2,2,1,3,3,3,2,1,1} to {1,2}{2,1,3}{3}{3,2,1}{1})?
Dec 06, 2025
c++
arrays
algorithm
for-loop
iterator
Why is const rvalue reference implicitly converted into const reference?
Dec 08, 2025
c++
In Visual Studio 2019 C++, how can I expand a dynamically allocated array so that all of its elements are displayed?
Dec 09, 2025
c++
debugging
visual-studio-2019
stdvector
debuggervisualizer
Is there a robust way to set a compiler flag in CMake, overriding/replacing another if it exists?
Dec 08, 2025
c++
cmake
compiler-warnings
What type of analysis do compilers do to spot opportunities for reducing entires chunks of code with calls to builtins?
Dec 07, 2025
c++
assembly
clang
bit-manipulation
compiler-optimization
What is the type of a by-value lambda capture of a reference?
Dec 09, 2025
c++
language-lawyer
Restrict C++ Template argument to be inside a namespace
Dec 09, 2025
c++
templates
c++20
« Newer Entries
Older Entries »