Prev 1 2 3 4 5 6 Next
|
|
A small book for those beginners in C++ or even in programming who didn’t understand C++ data types. This is meant to be a patch to other books, that cover the basics of C++. Data types can be a little tricky sometimes, and difficult to understand, this book explains how data types work, and also shows you how to use them by giving examples. More info |
|
|
|
|
|
Functions groups a number of program statements into a unit and gives it a name. This unit can be invoked from other parts of a program. A computer program cannot handle all the tasks by it self. Instead its requests other program like entities - called functions in C - to get its tasks done. A function is a self contained block of statements that perform a coherent task of same kind More info |
|
|
|
See how easy it is to create, optimize, and work with unique temporary files from your Managed C++ applications. More info |
|
|
|
Since for almost all windows application you need to create a window and handle its messages, I have decided to write a small tutorial on just how you go about to do that. The application that I have created for this tutorial doesn't do anything fancy, it just sits there on the screen allowing the user to resize and move it. More info |
|
|
|
Learn how to retrieve a current user's basic security information, such as the fully qualified user name (with domain or workgroup), whether the user is authenticated, and the authentication type. More info |
|
|
|
In this tutorial, I hope to explain some of the fundamental mechanisms and idioms of C++ and OOP programming with the implementation of a nice linked list! More info |
|
|
|
This article was written to provide the better understanding to people who do not have any experience in this field. I am not going to describe about PE structure, so I think it was explained enough in Matt Pietrek's articles in MSDN. I strongly recommend to read his article before continuing to read this article if you don't have any previous experience with PE structure. You could find useful the relevant reference link at the end of article. More info |
|
|
|
Learn howto handle strings in the C++ language. Great for beginners to c++. More info |
|
|
|
Tom Archer illustrates step-by-step instructions for using the .NET DataReader class to read image data from a database, and he presents a generic function that will write this data to disk. More info |
|
|
|
This small tutorial will teach you how to use a windows hook to catch the creation of a window in order to couple the window handle with a data object. This is very useful when creating wrapper classes for windows. More info |
|
|
| Prev 1 2 3 4 5 6 Next |