¡@

Home 

c++ Programming Glossary: www.codeguru.com

How to send keystrokes to a window?

http://stackoverflow.com/questions/2113950/how-to-send-keystrokes-to-a-window

up calling SendInput in newer OSs some examples here http www.codeguru.com forum showthread.php t 377393 there's also WM_SYSCOMMAND WM_KEYDOWN..

Prevent class inheritance in C++

http://stackoverflow.com/questions/2184133/prevent-class-inheritance-in-c

compiled in MS C compiler Visual Studio . reference http www.codeguru.com forum archive index.php t 321146.html c inheritance control..

What is the fastest way to compute sin and cos together?

http://stackoverflow.com/questions/2683588/what-is-the-fastest-way-to-compute-sin-and-cos-together

~alein fsincos.html Here is another example for MSVC http www.codeguru.com forum showthread.php t 328669 Here is yet another example with..

How to list all installed ActiveX controls?

http://stackoverflow.com/questions/2755351/how-to-list-all-installed-activex-controls

activex controls give this as the first result http www.codeguru.com cpp com tech activex controls article.php c5527 Listing All..

C++ FSM design and ownership

http://stackoverflow.com/questions/3176110/c-fsm-design-and-ownership

What is the main difference in object creation between Java and C++?

http://stackoverflow.com/questions/3820178/what-is-the-main-difference-in-object-creation-between-java-and-c

yet a sure recipe for disaster. Bruce Eckel http www.codeguru.com java tij tij0082.shtml In C one must remember a virtual won't..

Accessing COM interface from C or C++ in Windows environment

http://stackoverflow.com/questions/410005/accessing-com-interface-from-c-or-c-in-windows-environment

www.codeproject.com KB COM comintro.aspx Another one http www.codeguru.com cpp com tech activex tutorials article.php c5567 share improve..

What easy zlib tutorials are there?

http://stackoverflow.com/questions/5362250/what-easy-zlib-tutorials-are-there

Strength Compression to Your C C Apps Website http www.codeguru.com cpp cpp algorithms compression article.php c11735 For simplicity's..

How to get hardware MAC address on Windows

http://stackoverflow.com/questions/823553/how-to-get-hardware-mac-address-on-windows

of ways to get it this article covers the most common http www.codeguru.com Cpp I N network networkinformation article.php c5451 I'm currently..

Why is :: (scope) used with empty left-hand operand?

http://stackoverflow.com/questions/8679457/why-is-scope-used-with-empty-left-hand-operand

scratching my head wondering why... As an example http www.codeguru.com forum showthread.php t 377394 void LeftClick INPUT Input 0 left..