Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visual-c++

CSpinButtonCtrl drawing problem with small CEdit control

visual-c++ mfc

CRTP fails w/ decltype

Confusion in two MFC GDI function

Why would a VC++ program that is storing 5MB of data consume 64MB of system memory?

Can a templated Pointer class have a virtual destructor?

c++ visual-c++

How do I set a breakpoint for when a vector<int> increases in length?

How to prevent Visual Studio 2010 adding large SQL file to my project in C++?

Can I further reduce "private bytes" memory usage of this tiny MSVC++ project?

c++ windows visual-c++

std::thread class in VC++ 11 causes random crashes. Any workarounds?

Freeing a BSTR using ::SysFreeString(). More Platform Dependant?

Referencing classes from an VC++ .EXE project from a unit tests .EXE project

c++ unit-testing visual-c++

How to change the "FONT" for CEdit?

visual-c++ mfc

Does MSBuild need Visual Studio to be installed?

C++ How do you change an integer to a string? [duplicate]

c++ visual-c++

Winsock2 - How to use IOCP on client side

What is the best way to create a COM component today?

c# c++ visual-c++ com atl

Deploy a C program compiled in VS2010

Change themes, etc. on Visual Studio 2012 *Express* Desktop

visual-studio visual-c++

altering PATH via property sheets when firing up a debugger in visual studio

need to call a function at periodic time intervals in c++

c++ visual-c++ timer