Archive for the 'Uncategorized' Category

Beginner’s Guide To c++

This is a guide to the very basics of c++ its aimed at people who have never programmed in C++, it covers setting up the program, and also the basics of variable definition, commenting, the cout and cin function and basic operators.
Read more…

An Explanation of Pointers (C++)

Pointers are basically the same as any other variable. However, what is different about them is that instead of containing actual data, they contain a pointer to the memory location where information can be found. This is a very important concept, and many programs and ideas rely on pointers as the basis of their design, […]

Initial Design Synopsis for a DragonFlyBSD Filesystem

Apparently, Matt Dillion has decided to roll his own filesystem for DragonFly. “Here is my initial outline of the filesystem design. It is open for discussion. Please feel to ask questions for anything you do not understand. I do not intend to start coding anything for at least two weeks. There are currently two rough […]

Pages (9): « First ... « 4 5 6 [7] 8 9 »