User profile: Lodger

User info
User name:Lodger
Location:UK
Bio:Been doing this a good number of years now & it pays the bills so I'm happy :)
Statistical data
Birthdate:Oct 12, 1979
Gender:Male
Occupation:Programmer
Skills:C
C++
Perl
C++/MFC
C++/ATL
C++/.NET
C#
C#/.NET
Objective C
History
Joined:
Number of posts:67
Latest posts:

VC++2012 cannot open include file stdafx.h
Or how about setting a breakpoint (assuming you're running a debug build) before the program termina...

what i always thought were hackers are actually crackers, so what do hackers do then
One example could be Neuro Linguistic Programming perhaps?

error C2227
FYI - This is not C++, it's C++/CLI which is a Microsoft .NET language.

Class thread function
Make the thread function static and pass [code]this[/code] as the argument. You can then cast your d...

MFC programming
The best way to inform your UI that your worker thread's progress is to use PostMessage to send your...