Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

static_cast an interface to derived class

c++ static-cast

Comma Formatting for numbers in C++

c++

Measure CPU time spent on each thread separately in C++

Win32 API: How to avoid flickering of basic window controls?

c++ winapi flicker

placement-new address vs raw memory address

c++ placement-new

"multiple definitions" error appears for char* arrays but not for unsigned char arrays

c++ arrays

How do I get a string resource by name in win32 or MFC?

c++ visual-studio winapi mfc

inherit from std::function, syntax and usage?

WinMain redefinition

c++ winapi

Stringstream when iterating through string doesnt work

_pAtlModule pointer is null when i try to CreateInstance using the CComObject function

c++ com atl

Using Visual Studio to do Code Coverage on gtest unit tests for native VS C++

Compiling Allegro 5 Program through command line on a Mac

When to call SSL_set_verify vs SSL_CTX_set_verify

c++ ssl boost openssl boost-asio

copy assignment operator clarification

What is an example of an expression that does not produce a value?

c++