|
|
Direct X and Game Programming tutorial start by giving an overview of directx and then tell you how to program Direct x in C/C++.
Also includes a nice example of how to start developing.
|
Platforms: windows Released: Sep 23, 2022
|
C and C++ |
Keywords: C++, dx, direct x, dirextx 9, Microsoft Direct |
Socket programming in MFC is usually a bit messy. It's always clean and convenient to write the socket programs using Win32.
A big advantage writing these programs in Win32 is, we can follow the same model as in any Unix C++ socket program. Also, with each and every new version of Winsock, we don't know how many bugs are going to get added to the development frameworks.
|
Released: Sep 9, 2022
|
C and C++ |
Download: codersource.net
Keywords: Win32 Socket, SOCKADDR, Socket, CoderSource |
C# 2.0 introduces several language extensions, the most important of which are Generics, Anonymous Methods, Iterators, and Partial Types.
The language extensions in C# 2.0 were designed to ensure maximum compatibility with existing code. For example, even though C# 2.0 gives special meaning to the words where, yield, and partial in certain contexts, these words can still be used as identifiers. Indeed, C# 2.0 adds no new keywords as such keywords could conflict with identifiers in existing code.
|
Platforms: Windows Released: Oct 28, 2021
|
C and C++ |
Download: ferca.com
|
This is a documentation for ppC++ - HTML-embedded C++ preprocessor. This manual is very short and clear, shows all positions of current ppC++ development state.
For advanced C/C++ programmers.
|
Released: Oct 21, 2022
|
C and C++ |
Download: ppc.take-1.biz
|
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.
Even someone with an IQ under 25 can understand C++ data types using this book.
|
Platforms: windows Released: Oct 18, 2022
|
C and C++ |
|
|
This Tutorial also includes a V_TABLE Proof by going into the Disassembled Listing of a Program that we create that uses Polymorphism.
|
Platforms: windows Released: Oct 18, 2022
|
C and C++ |
Download: sanchitkarve.tripod.com
|
This is a simple introduction to making multi-platform games with the SDL.
|
Released: Oct 17, 2022
|
C and C++ |
|
|
This is a short but complete tutorial, that will show you how the Base 64 Bit encrypting algorithm works. Includes some code examples in C++ as well.
|
Released: Oct 8, 2022
|
C and C++ |
|
|
This tutorial will show you how the Selection Sort algorithm works. It is mostly used to sort numbers, but you can sort letters aswell using the ASCII numeration. The tutorial also includes a sample program that demonstrates the algorithm.
|
Released: Oct 8, 2022
|
C and C++ |
|
|
|