Лента материалов c++11 www.internalpointers.com
P/B ratio
Share
enterprise value
ticker symbol
stock exchange
market cap
volume
EPS
EDGAR
dividend
P/E ratio
PEG ratio
C++11
C++14
C++
Different options with different meanings.
Pointer, constant pointer, pointer to constant, constant pointer to constant: what else?
New (!) ways of memory management.
Two ways of defining type aliases for a smarter code.
A brief tour into the realm of writing C/C++ applications, the role of the Standard Library and how it is implemented in various operating systems.
A collection of personal notes and thoughts on rvalue references, their role in move semantics and how they can significantly increase the performance of your applications.
A cool alternative to the C way of having static global variables.
A lightweight introduction to a couple of basic C++ features that act as a foundation for bigger structures.
Discovering one of the pillars of C++ generic programming.
An experimental Forward Iterator written from scratch to boost up hand-made containers.
Domain Tags
Log in to vote
Sign-Up