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
180
problems.
Stats
4.3k
EtPoint
1.3k
Vote count
7
questions
180
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
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
Variable-sized object may not be initialized Error despite initialization
declaring field as const invokes " function operator=(const memAddress &) cannot be referenced -- it is a deleted function"
Is there a way to concatenate multiple vectors simply?