Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visual-c++

How can I cast a gcroot<Object^> to IMyInterface in C++.net?

What happens if function inlining is too aggressive?

Directly casting from pointer to a template function?

c++ visual-c++

DWORD,LPTSR,LPBYTE,HANDLE what do these terms mean?

c++ winapi visual-c++ gdi

Help with linking in Visual C++ Express

c++ sockets visual-c++

What is the difference between catch(...) vs catch(CException *)?

where do i include the string library in my C++ header file

visual-c++ header-files

Which one is better stl map or unordered_map for the following cases

c++ visual-c++ stl

Why is 0 mod 0 an error?

Can't find mkdir() function in dirent.h for windows

c++ c visual-c++ mkdir dirent.h

Any way to see Debug output without Visual Studio?

visual-c++ debugging

Visual C++ 2010 - fatal error LNK1169: one or more multiply defined symbols found

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