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 effective-c++
Effective C++: Item 41 - confusion about Implicit interfaces
Dec 15, 2022
c++
effective-c++
Interview question; what is the main theme of Effective C++? [closed]
Nov 30, 2022
c++
effective-c++
Did I understand correctly the point of Scott Meyers' example of std::weak_ptr?
Oct 28, 2022
c++
c++11
weak-ptr
effective-c++
Understanding of Scott Meyers' third example of std::weak_ptr
Aug 20, 2022
c++
c++11
shared-ptr
weak-ptr
effective-c++
Assignment of function pointers (effective c++ item 35) [duplicate]
Feb 20, 2022
c++
function-pointers
effective-c++
About downcasting from base class to subclass pointer
Jul 10, 2022
c++
mfc
casting
static-analysis
effective-c++
How to understand the typedef in this declaration
May 24, 2022
c++
typedef
forward-declaration
effective-c++
Symbol Table created by the C++ compiler
Oct 25, 2022
c++
visual-c++
compiler-construction
symbols
effective-c++
How many temporary objects are created when two objects are added together without the return value optimization?
Feb 07, 2022
c++
operator-keyword
copy-elision
return-value-optimization
effective-c++
What's the preferred sequence to read Effective, More Effective & Effective Modern C++ (and STL)? [closed]
Apr 29, 2022
c++
effective-c++
Can I rewrite a logging macro with stream operators to use a C++ template function?
May 15, 2022
c++
macros
effective-c++
C++: Scott Meyers "Effective STL": item 31: know your sorting options: help to understand
Apr 22, 2022
c++
list
sorting
stl
effective-c++
Template in C++, why have to use enum
Apr 21, 2022
c++
effective-c++
Why does one need a null shared_ptr and how can it be used?
Mar 20, 2022
c++
c++11
shared-ptr
effective-c++
Forward declaration include, on top of declaration include (ClassFwd.h + Class.h)
Sep 20, 2019
c++
include
forward-declaration
effective-c++
fill std::array in the member initialization list
Apr 29, 2022
c++
c++11
stdarray
effective-c++
"Avoid returning handles to object internals", so what's the alternative?
Mar 08, 2022
c++
effective-c++
Is it appropriate to set a value to a "const char *" in the header file
Oct 20, 2022
c++
const-char
effective-c++
Effective C++ Item 23 Prefer non-member non-friend functions to member functions
Oct 14, 2022
c++
encapsulation
member-functions
non-member-functions
effective-c++
What function does C++ write and call in an empty class?
Sep 05, 2022
c++
default-constructor
effective-c++
empty-class
Older Entries »