Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visual-c++

Why FILE pointer need to be declared out main() in Visual Studio 2010?

c visual-c++ c89

error LNK2001: unresolved external symbol __imp__PathRemoveFileSpecA@4

How to check type on compile time

Creating Custom Performance Counters in Visual C++

In VC++, how to check if a directory is empty?

visual-c++

What's the lifetime of the object returned by typeid operator?

MSVCP100D.dll missing

Calling constructor in return statement

c++ visual-c++

COM Basic links

c# c++ com winapi visual-c++

How to easily pass a very long string to a worker process under Windows?

c++ windows visual-c++ interop

How to determine at runtime when your C++ application has the visual studio debugger attached?

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?