Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Chubsdad
Chubsdad has asked
55
questions and find answers to
125
problems.
Stats
2.9k
EtPoint
791
Vote count
55
questions
125
answers
About
I am C++ enthusiast and enjoy learning C++.
Chubsdad questions
VS2013 compile without linking
Value initialization
Two questions on main
Why error is emitted two times?
What is meant by 'use of a function'
.extern module in IL files
Azure yaml - line break character support
Build pipeline's default branch. What does it mean?
How to specify triggers using variables in Azure DevOps Services pipeline yaml
Modulus operator changes
Chubsdad answers
Class name macro [duplicate]
What's the advantage of making methods public in an interface, but protected in the implementation?
Object initialization
Why would a friend function be defined as part of a struct - boost thread_data?
Access specifiers and virtual functions
Is there any need to assign null pointer to std::auto_ptr
what is a type in C++?
C++ casting of templated class
Test for void pointer in C++ before deleting
Which is better: Function overriding or passing a function pointer for event handling