User profile: andywestken

User info
User name:andywestken
Name:Andy
Location:West Kensington, London, UK
Bio:C++/Windows Software Developer

Core skills : C++/STL/Boost; Visual Studio; Windows API; MFC; COM/DCOM/ActiveX; ATL/WTL; XML/XSD; Expat/MSXML; OOA/D; UML; Perforce/SVN/Git; ...

Other skills : C; Python; C#; JavaScript; VB.NET, VB6, ADO; SQL; ADSI, LDAP; WinSock; BoundsChecker, TrueTime, TrueCoverage; ...

And long ago : (Minnesota) Fortran, (Borland) Pascal, Prolog, and (BBC) BASIC
Statistical data
Birthdate:Oct 24, 1964
Gender:Male
Occupation:Programmer
Skills:C++
C++/MFC
C++/ATL
C++/.NET
C#/.NET
COM/DCOM/ActiveX
History
Joined:
Number of posts:4087
Latest posts:

Can anyone recommend any Javascript books/sites?
Douglas Crockford's books might be of interest? [output]JavaScript: The Good Parts. O'Reilly. 2008....

Is tab control a parent like group box?
This article might help? [i]How should I create controls on my dialog box that has a tab control?[/...

are zig & rust 6.5 & 3.7 times faster than C++ respectively? sieve of Eratosthenes
@anup30 If you're wanting to compare seeplus's code against the competition entrants, it should pro...

Is there an API to determine COM apartment model?
CoGetApartmentType function (combaseapi.h) https://learn.microsoft.com/en-us/windows/win32/api/comba...

Trying to pass a form by reference to a function
[quote]How do i pass slide1 to Function ChangeBackground() ?[/quote] The same way you're passing the...