Tips and Tutorials Subcategories
Database-Related
Development
File Manipulation
Games and Entertainment
Introduction to C and C++
Miscellaneous
Networking
Programming in C and C++
Security
ATech Group Scripts Collection 11th March 2006

Direct X and Game Programming Muhammad Saqib
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

Win32 Socket Client
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++ Tutorial on Copy constructors
C++ Copy constructor is
a constructor function with the same name as the class used to make deep copy of objects.
There are 3 important places where a copy constructor is called.


Released: Sep 8, 2022
C and C++

Keywords: Codersource, private, public, Copy Constructors, constructor

C# Version 2.0 Specification
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

ppC++ documentation
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

Understanding C++ data types Andrei Pociu
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++

Polymorphism in C++ Sanchit Karve
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

A Simple Intro to SDL
This is a simple introduction to making multi-platform games with the SDL.

Released: Oct 17, 2022
C and C++

Base64 Bit Encryption Tutorial
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++

Selection Sort
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++

Copyright 1999-2006 © ATech Group, All rights reserved. Privacy Policy | Terms and Conditions