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 there a way for implicit conversion from double to std::array<double,1>?
Dec 08, 2022
c++
implicit-conversion
stdarray
Cost of namespaces
Dec 08, 2022
c++
compiler-optimization
Explanation for "Unreachable code" within c++ function
Dec 06, 2022
c++
arrays
function
Why does Rust require a C++ toolchain to produce a Rust binary, while languages like Go do not have this requirement?
Dec 07, 2022
c++
go
rust
toolchain
build-tools
Am I using std::move() too often?
Dec 08, 2022
c++
c++17
move
move-semantics
Why my std::atomic<int> variable isn't thread-safe?
Dec 08, 2022
c++
thread-safety
atomic
race-condition
stdatomic
How to assign function in if condition?
Dec 08, 2022
c++
No diagnostic for pack expansion in std::index_sequence
Dec 07, 2022
c++
c++17
Can we limit user input in C++?
Dec 08, 2022
c++
What is the following C++ code used for -> "#define idiv(a, b) (((a) + (b) / 2) / (b))"?
Dec 08, 2022
c++
optimization
Post-increment operator behaviour w.r.t comma operator?
Dec 08, 2022
c++
post-increment
comma-operator
Declaration inside a loop
Dec 07, 2022
c++
c++14
Why doesn't initializing a C++ struct to `= {0}` set all of its members to 0?
Dec 07, 2022
c++
struct
initialization
zero-initialization
How do I call C++ functions from C?
Dec 08, 2022
c++
c
Is there a formula to find the numbers of bits for either exponent or significant in a floating point number?
Dec 07, 2022
c++
c
floating-point
bit-manipulation
How to use copy elision when function is called in if block
Dec 07, 2022
c++
conditional-statements
c++17
copy-elision
Use of c++ lambda expression to initialize a class member
Dec 07, 2022
c++
c++11
lambda
How to check if int32_t number can fit in int8_t and int16_t?
Dec 07, 2022
c++
c
clang
Cast structs with certain common members
Dec 07, 2022
c++
c++11
struct
casting
reinterpret-cast
Register allocation rules in code generated by major C/C++ compilers
Dec 08, 2022
c++
c
assembly
compiler-construction
cpu-registers
« Newer Entries
Older Entries »