Have a Snippet?

Keep, track and share your code snippets with your friends



Tag "C++" (15)



C++: dynamical DLL Share on Vkontakte

Lazy loading in your app ... Reveal Code


C++: Merge sort Share on Vkontakte

Merge sort ... Reveal Code


C++: Перегрузка арифметичкских операторов Share on Vkontakte

Арифметические операторы: +; -; *; /
Логические операторы: ==; != ... Reveal Code


C++: Простейший functor Share on Vkontakte

Простейший пример функтора ... Reveal Code


C++: Функция main() Share on Vkontakte

Функция main в стиле ООП
Содержит:
* Заготовка главного класса приложения.
* Перехватчик необработанных исключений ... Reveal Code


C++: Random Share on Vkontakte

Boost/std device random ... Reveal Code


C++: Get/Post Request POCO lib Share on Vkontakte

Get/Post Request POCO lib ... Reveal Code


C++: GCD Share on Vkontakte

A Very simple function for finding greatest common divisor of two integers ... Reveal Code


C++: unique vector Share on Vkontakte

removes duplicate elements ... Reveal Code


C++: float RegExp Share on Vkontakte

takes a float number ... Reveal Code


C++: map of pointers to functions Share on Vkontakte

map of pointers to functions ... Reveal Code


C++: Private members Share on Vkontakte

access to private members ... Reveal Code


C++: XOR Share on Vkontakte

XOR for each character in the string ... Reveal Code


C++: Get Between the String Share on Vkontakte

returns the string between two strings ... Reveal Code