Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visual-c++

Why is my child window unresponsive to mouse events?

c++ winapi visual-c++

Windows Credential Provider, Filter, and Unlock Workstation Scenario

Visual Studio warning C4133

Is it always safe to replace a built-in array with a std/tr1/boost::array?

Visual C++ 2008 Linking (specifically embedding manifest) taking too long

Size of a struct containing 1 Pointer

c++ visual-c++ g++

Why is my code generating a syntax error?

How do ATL/WTL alternative message maps (ALT_MSG_MAPs) work? When do I use them?

How to locate (& remove) MFC dependent code in a project?

Why does the compiler want a trailing return-type?

c++ visual-c++ for-loop c++11

Has anyone worked with JSON in C++ in Visual Studio 2010

Visual Studio key bindings configuration file

How to tell if a Visual Studio project file represents application, DLL or static library project?

How to convert ANSI byte to Unicode string?

c++ visual-c++ mfc atl

How to use tlb files in a native C++ project

Get the VC root in Emacs Lisp

Template specialization - different behaviour between MSVC and GCC/MinGW

MFC - Resource IDs uniqueness

visual-c++ mfc

Bizarre behavior with Visual Studio's debugger; "The network location cannot be reached" (ERROR_NETWORK_UNREACHABLE)

How could I speed up comparison of std::string against string literals?