User: Lodger

  • Public profile

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
Ruby
History
Joined:
Number of posts:128
Latest posts:

Search Function - File Handling
You are missing enclosing braces for your [code]searchAlbum()[/code] function. [code] void searchAl...

How insert a element in a map? help me
Or you can use the [code]std::make_pair(...)[/code] helper function with [code]insert[/code] [code]...

Loops in WinApi program?
Remember, when using worker threads in a Win32 app [b]don't touch the GUI![/b] or you can end up in ...

Function Problems
[code] ... else { cout << "Error, please type again" << endl; [s]main();[/s] // NEVER EVER call ma...

Storing hexadecimal values without converting.
[quote]You see GetAsyncKeyState accepts a hex value.[/quote] [code]GetAsyncKeyState[/code] actually ...

This user does not accept Private Messages