Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visual-c++

Why does a struct consisting of a char, short, and char (in that order), when compiled in C++ with 4-byte packing enabled, come to a 6-byte struct?

C# for win32 or c++ [closed]

c# c++ winapi visual-c++

destructor works before . How?

c++ visual-c++ destructor

Get file name without extension?

Why won't this c++ code compile?

c++ visual-c++

__vftptr is NULL

Macro string: what does #define __T(x) x mean? And __T(#x)?

c++ c visual-c++

How to return a list of strings in C#

c# visual-c++ com

Getting edit box text from a modal MFC dialog after it is closed

visual-c++ mfc modal-dialog

When using Win32 code in your modern C++ app, should you use proper casting?

c++ winapi visual-c++

Possible mem leak?

c++ oop visual-c++

Declare variables that depend on unknown type in template functions

C++ Generating a 4 digit random number

c++ visual-c++

std::string equivalent for data with null characters?

c++ visual-c++ string file-io

Can you Hide a virtual method in c++?

c++ visual-c++

What is the Equivalent of "object of C# " in VC++?

c# c++ visual-c++ com

Error C3867 in C++

if statements always execute

c++ visual-c++ if-statement

Is there a type-safe way of getting an element count for arrays in C? [duplicate]

c arrays visual-c++ c89