|
A C++ Tutorial for Complete Beginners # 1 by Jared Devall Language: C/C++
I wrote this tutorial for those who wish to fully understand things from the beginning. If something is not explained clearly or is incoherent, please let me know and I will try to fix it ASAP!
|
C++ Intro... by Amin Patel1 Language: C/C++
This tutorial has been made to give an introduction to new c++ programmers.
Unfortunately their are many great minds out there but they don't have access to free and quality c++ tutorials. So this is the first lesson.
|
Tutorial 3 by Amin Patel1 Language: C/C++
This tutorial has been made for new c++ programmers. Unfortunately their are many great minds out there but they don't have access to free and quality c++ tutorials.
|
WinSock Programming by Jason Beighel Language: C/C++
This article is my understanding of how to use the WinSock API. It explains how to create a socket, listen on a socket as a server, connect to a socket as a client, and how to pass information from the client to the server.
|
Tutorial 2 by Amin Patel1 Language: C/C++
This tutorial has been made for new c++ programmers. Unfortunately their are many great minds out there but they don't have access to free and quality c++ tutorials.
|
Absoulute C++ Beginner's pack by Ian Agar. Language: C/C++
This is a huge complete tutorial package teaching classes, variables, functions, Hello World, include files, preprocessor, comments, math operators, converting variables, and tons more in several paragraphs each lesson, going in order of difficulty. It includes an Examples folder and further references along with an introduction to C++ and a normal text and a Rich Text tutorial, so you get whatever suits you. Enjoy!
|
Beginners Guide to C++ Classes by Jason Language: C/C++
This is a tutorial meant for beginners that teaches you about classes! Classes are very important in C++, so you should learn them. For formatting and alignment reasons, I have put my tutorial on a website and not PSCode directly. Please vote if you like it! Thanks!
For comments, send an email to y2k_frogger@yahoo.com
|
|
An almost complete DLL guide! by D Davis Language: C/C++
+ Creating ActiveX DLL's in VB (and compatability issues), + Creating DLL's in C++, + Using ActiveX DLL's in VB apps, + Using Non-ActiveX DLL's in VB app and C++ apps, + Loading DLL's DYNAMICALLY in both VB and C++ (Good for plug-ins), + Calling a function by a string (Good for scripting programs).
This article was written for alot of reasons. For one, I needed to learn how to load and use DLL's and get a better understanding of doing so. Another was because ... (see entry for full description)
|
Write A Simple Operating System Now ! by vivek mohan Language: C/C++
The Simple Hello World Operating System package contains a boot sector code(ASM) , boot sector writer , an exe header stripper , and a simple guide on how to build a small OS which prints a Message "Hello World !"
|
Playing Audio in Windows using waveOut Interface by David Overton Language: C/C++
This tutorial will teach you how to use the Windows waveOut multimedia functions. It also explains a little about how audio is stored in the digital form. I hope this tutorial is useful. Full source code is included as is a downloadable version wrapped in an MSVC++ project.
|
Write An OS (II) - OPOS by vivek mohan Language: C/C++
This is the second part of my previous article Write A Simple OS now ! . This time its not just Hello WOrld , but a lot more than that. I have written a very simple basic kernel coded in turbo C 2.0 . It also has a simple $hell. Just follow the instructions in readme.now...And don't forget to vote ;-).
|
Beginners tutorial to file handling by Shahab Faruqi Language: C/C++
FILE HANDLING TUTORIAL FOR BEGINNERS
------------------------------------
This tutorial is intended who don't not a single thing about file handling in C++, one of the most important concepts of any type of programming. I intend to present this tutorial into 2 parts, but both these parts are independent of each other and you can start from any one.
This part focuses on:
->How to create files, read and write to them.
->The logic behind many commonly used objects like cout and cin [Di ... (see entry for full description)
|
The Legend of Zelduh (with level editor) by Joseph Harvey Language: C/C++
This program is a zelda clone that I made to learn how to use tilemaps. It's a very fun game!
Be sure to play with the level editor! Instructions are included in a word document if you need help!
Lost Side Dead!!!!!! www.lostsidedead.com
|
__How to Build Eliza Chatterbot - A Program that can Chat with Humans by Amit Mathur Language: C/C++
This article teaches you how you can create your own Chatterbot, a program that talks with human beings, just as we do. As you read this program, you will explore that this program, which falls under the domain of Artificial Intelligence, is nothing but manipulation of String and File Handling. This article aims at giving you a direction. The outcome is not a perfect program, but a minimal working skeleton. Rest you can do easily. There is practically NO LIMIT to how much input you ... (see entry for full description)
|
MasterX Console FTP by Lee Trager Language: C/C++
MasterX Console FTP. This will show you how to program MasterX Console programs and FTP API at the same time!!!
|
Casts Made Easy! by Andrew Hull Language: C/C++
A tutorial that explains and gives examples for static_cast, reinterpret_cast, const_cast, and dynamic_cast.
|
R00T B33R (must-see game) by Deslock Language: C/C++
This a game built with MasterX SDK, with cool graphics and animations its a re-creation of the old "Tapper" game. This time, you must serve r00t-beer to the clients. There is many differents customers, and the soundsFX are top notch!.
Executable or source codes.
|
|
Decompiling C++ CODE by OpcodeVoid Language: C/C++
Learn to DECOMPILE C++ NOW!!!, learn how the C++ compiler compilies your code to assembly and learn how to turn it back into c++, this fully feature artical does just that, best of all its free!!!
|
make 7 byte .exes by OpcodeVoid Language: C/C++
This is for Visual basic users also: this will show you how to create a exe with no compiler, linker, anything just pure machine code. Please vote
|
Make a Simple Text or Graphical Operating System by Matt Carpenter Language: C/C++
This tutorial explains in plain english how to create a real text or graphical Operating System that can be booted from a floppy. Source Code and compiling tools included (Link Fixed). Source code is in C and assembly. Vote if you like it, thanks ;-)
|
C++ & Assembly , by OpcodeVoid Language: C/C++
Learn how you can use your knowledge of assembly to code in c++, Also learn how you can EXECUTE two instruction at the SAME TIME for advance code optimizations
|
Self Modifying Code 32 bit by OpcodeVoid Language: C/C++
Learn how to create self modifying code now, Get expirence with Dynamicly generated functions and routines, All explain in this tutorials, This is better than girls gone wild Learn to protect your application from crackers by creating dynamic security routines
|
C++ Operating System Development by Steve von Takach Language: C/C++
The aim of this tutorial is to show you how to write a
developed kernel in C++. At this stage you should be fairly
competent in the use of C++ and to have a little knowledge
of how protected mode functions would be recommended.
I’ll try my best to walk you through the more important
parts of the code.
|
The 5 byte EXE file by Jonathan Smith Language: C/C++
This article is based on Vbmew's "make 7 byte .exes" (http://www.1cplusplusstreet.com/vb/scripts/ShowCode.asp?txtCodeId=2221&lngWId=3)
His article perked my interest in the Assembly language, so I went out and did some research. This article is a very brief primer on assembler and machine code.
|
Build an Assembler by OpcodeVoid Language: C/C++
This is for programmers of any langauge.This will teach you what happends to varibles and labels when they compile.Shows you example and c++ and visual basic and assembly. Teaches Opcodes and Machine code too.
|
Machine code commands by OpcodeVoid Language: C/C++
This is for programmers of all langauges.This will show you machine code commands so you can build your own assembler.This way saves so much space and speed you can make a exe less then 10 bytes
|
|