Skip to main content
paulm's user avatar
paulm's user avatar
paulm's user avatar
paulm
  • Member for 14 years, 1 month
  • Last seen more than 3 years ago
  • United Kingdom
33 votes
Accepted

How to convert std::wstring to LPCTSTR in C++?

19 votes
Accepted

Argument of type "char *" is incompatible with parameter of type "LPWSTR"

14 votes

gcov out of memory / mismatched version?

10 votes
Accepted

How to compile a C++ code in gcc (g++) to see the name mangling on overloaded functions?

6 votes

Compile C++ in VS without requiring MSVCP120D.dll at runtime

6 votes
Accepted

C++ Using features of a newer compiler to generate code for use by an older compiler

6 votes

Qt QGraphicsView unit testing - how to keep the mouse in a "pressed" state?

6 votes
Accepted

type casting in C

6 votes

Qt GUI user interaction with QMessageBox from within QThread object

6 votes

Visual Studio Website build fails intermittently on CI server

5 votes
Accepted

Error: Error 1 error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup

5 votes

MSBuild Item Include (wildcard) not expanding

4 votes
Accepted

Static lib links, c++, VS Express 2013

4 votes

Why do (only) some compilers use the same address for identical string literals?

4 votes

Is there any way to use Qt without using dynamic memory for everything?

4 votes

Allocations for #define and const

4 votes

Why does message box in C++ show chinese message

3 votes
Accepted

How to capture the QDockWidget close button click event

3 votes
Accepted

Is it possible to prevent an application from being activated (brought to front) without using DLL injection?

3 votes

Hooking CreateFile in notepad.exe does not catch API calls

3 votes

What does where T : name of type mean?

3 votes
Accepted

C++: Inclusion inside inclusion

3 votes
Accepted

A multithreading app compiled with MSVC fails at runtime

3 votes

Access Violation SFML

3 votes

C#-Like Delegates in C++

3 votes

Explicitly initialize DWORD to 1, but debugger shows wildly out of range value

3 votes

How to wait until VirtualBox has finished loading to execute next command in Windows Batch?

2 votes

_Block_Type_Is_Valid (pHead->nBlockUse) Deleting stack memory?

2 votes

What issues can I expect compiling C code with a C++ compiler?

2 votes
Accepted

c++ memory allocation vector of pointers