Quantcast
Channel: Research Style » cplusplus
Browsing latest articles
Browse All 7 View Live

Забавный вывод

#include #include class Logger { public: static Logger* Instance() { return NULL; } void Log(std::wstring const& info) { std::wcout << info << std::endl; } }; int main() {...

View Article



Thread-safety singleton implementation in C++

Отличная статья про потокобезопасный Singleton на data-race. The post Thread-safety singleton implementation in C++ appeared first on Research Style.

View Article

C++ Optimization Strategies and Techniques

Оружие, бьющее точно в цель http://www.tantalon.com/pete/cppopt/main.htm The post C++ Optimization Strategies and Techniques appeared first on Research Style.

View Article

More C++ Idioms

Reusable pieces of C++ knowledge (с)   The post More C++ Idioms appeared first on Research Style.

View Article

Professional C++, 2nd Edition

  Вышло обновленное издание книги C++ для профессионалов. Вторая часть включает в себя нововведения стандарта C++ 11. Классно =) The post Professional C++, 2nd Edition appeared first on Research Style.

View Article


Syntactic sugar in C++

Со старым стандратом C++, использовать алгоритмы STL было не очень удобно. Но как там в рекламе =) Всё меняется когда приходят… тададам =)) Новый стандарт С++ 11.   Кстати, C-11...Continue reading The...

View Article

The Definitive C++ Book Guide and List

Reference Style – All Levels   1.    The C++ Programming Language (Bjarne Stroustrup) The classic introduction to C++ by its creator. Written to parallel the classic K&R, this indeed reads...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images