Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visual-c++

String^ declaration in C++

visual-c++ c++-cli

Why conversion from unsigned long long to double can lead to data loss?

Is there a conventional/standard way to create an MFC error dialog?

Change Edit Box content when Button is clicked in mfc

visual-c++ mfc

Do I need to distribute a header file and a lib file with a DLL?

spawning cmd.exe error in vs2008

How to know if code is running on the ui thread or a working thread (MFC Visual C++)

How to create a process in C++ on Windows?

c++ winapi visual-c++ process

how to reassemble tcp segment?

Does windows preload ComCtrl32.dll in an app?

How to get the status of a service programmatically (Running/Stopped)

Hiding an MFC dialog box

Conversion of ATL CString to character array

c++ visual-c++ char c-strings

Create a class that contains all functions of its parent class except one

How to add a conditional breakpoint in Visual C++

Converting float to 32-bit hexadecimal C++

c++ visual-c++

Passing constant Arrays with different sizes as function parameters in C++

c++ c visual-c++

10038 socket error

c++ visual-c++ sockets

Is there any way to use VC++ 2010 without including stdafx.h?

Is it compulsory to write int main(int argc, char *argv[]), can't use some other names instead of argc and *argv[]?