Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
P.W
P.W has asked
7
questions and find answers to
183
problems.
Stats
4.3k
EtPoint
1.3k
Vote count
7
questions
183
answers
About
C++ developer
P.W questions
Should there be a diagnostic from GCC compiler for this ill-formed C++ code involving [[fallthrough]] attribute?
To what extent modern C++ obviate the need for design patterns? [closed]
Will a class that is declared within a member initializer of a constructor of another class be visible outside it?
No compiler diagnostic when identifier in a simple-capture appears as the declarator-id of a parameter
P.W answers
Why does my program keep on giving me heap buffer overflow even though I am not going out of bounds on my array or overwriting any values
Class template argument deduction before C++17
aligning function declarations in clang-format
How to remove the C++ 11 extension warning in the vsCode [duplicate]
Linker in C++ is accepting Functions with same parameters and different return types but I get SEGFAULT
How to make gdb step-into operation in standard library C/C++ function?
What is the principle for behavior of boost adding month?
Why do I not need "std::" in some scenarios?
Does string::capacity/reserve() count terminating null?
Automatic type deduction with const_cast is not working