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++-faq
"std::endl" vs "\n"
Aug 13, 2022
c++
coding-style
iostream
c++-faq
Why is iostream::eof inside a loop condition (i.e. `while (!stream.eof())`) considered wrong?
Jul 29, 2017
c++
iostream
c++-faq
When can I use a forward declaration?
Aug 13, 2022
c++
forward-declaration
c++-faq
What does the C++ standard state the size of int, long type to be?
Apr 22, 2018
c++
c++-faq
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Aug 13, 2022
c++
c
struct
sizeof
c++-faq
Meaning of 'const' last in a function declaration of a class?
Aug 13, 2022
c++
constants
declaration
c++-faq
What is std::move(), and when should it be used?
Aug 13, 2022
c++
c++11
move-semantics
c++-faq
stdmove
What is object slicing?
Nov 12, 2022
c++
inheritance
c++-faq
object-slicing
std::wstring VS std::string
Aug 13, 2022
c++
string
unicode
c++-faq
wstring
Why use apparently meaningless do-while and if-else statements in macros?
Aug 13, 2022
c++
c
c-preprocessor
c++-faq
What does T&& (double ampersand) mean in C++11?
Aug 13, 2022
c++
c++11
rvalue-reference
c++-faq
perfect-forwarding
Why should C++ programmers minimize use of 'new'?
Aug 13, 2022
c++
memory-management
heap-memory
new-operator
c++-faq
What is the difference between a definition and a declaration?
Aug 13, 2022
c
declaration
terminology
definition
c++-faq
What are the rules about using an underscore in a C++ identifier?
Aug 13, 2022
c++
naming-conventions
standards
c++-faq
What are the new features in C++17?
Aug 13, 2022
c++
standards
c++-faq
c++17
Undefined behavior and sequence points
Aug 13, 2022
c++
undefined-behavior
c++-faq
sequence-points
Do the parentheses after the type name make a difference with new?
Feb 25, 2022
c++
constructor
initialization
new-operator
c++-faq
What are POD types in C++?
Aug 13, 2022
c++
types
c++-faq
Difference between private, public, and protected inheritance
Aug 13, 2022
c++
inheritance
encapsulation
access-specifier
c++-faq
Where and why do I have to put the "template" and "typename" keywords?
Aug 13, 2022
c++
templates
typename
c++-faq
dependent-name
« Newer Entries
Older Entries »