c, c++, c__tutorial, newbie, beginner, how, to, how to program, help
Quick Search for:  in language:    
c, c++, c__,tutorial, newbie, beginner, how, to, how to program, help
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
C/ C++ Stats

 Code: 474,575 lines
 Jobs: 1,061 postings

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for C/ C++.
Array of Pointers to Functions
By James D. Jackson on 10/3


Nim game
By PJ Gago on 10/3


ClearScreen
By James D. Jackson on 10/3


Pscan
By Benny T. on 10/3


Flashing Screen
By Some 1 on 10/2


SIR - Standard Incident Reporter
By One Light, Inc. on 10/2


Showbase
By Benny T. on 10/2


NTFSCE
By Benny T. on 10/2


ActivSocket Socket Component for Winsock, TCP/IP and client/server communication
By Bart Jonkman on 10/1


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 

Articles and Tutorials

Most Popular  
The articles and tutorials other users have found the most useful.  Broken out by beginner, intermediate and advanced level.
 
Newest  
Stay up to date with the latest and greatest!
 
To access the entire archive of articles and tutorials simply use the 'Browse All Categories' and 'Search' menu items in the drop-down hot menu at the top of the screen.

Most Popular

Beginner

Intermediate

Advanced

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.

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.

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!

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.

MasterX SDK Tutorials
by Jared Bruni
Language: C/C++

MasterX SDK Tutorials, goes through from beginging with MasterX, to graphics, to sound, to input, to creating a 2D particle engine.

MasterConsole 3
by Jared Bruni
Language: C/C++

MasterConsole 3, make console programs for this program in C and C++.

MasterRPG - ALPHA 1
by Jared Bruni
Language: C/C++

MasterRPG is a 2D rpg game. This is the first alpha release and it is in very early stages of production. So far it contains, the console, the basics of the tile map , plus the character can walk around while being animated. Theres still a whole lot left to be done, and yet it is already around 3139 lines of code. Full source can be downloaded within this article. * updated, now includes a link to download the alpha of the map editor.

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.

Beginners C++ - Lesson 1
by Found on the World Wide Web
Language: C/C++

Welcome fellow programmers!! This is part one of the course which will show you the basics of programming C++ from scratch using the any platform. If you already know how to use the C++ already, you might want to read later lessons when available. So, lets begin. Found at http://pa.pulze.com/

DECLARING VARIABLES / CONSTANTS IN C
by Indee
Language: C/C++

The tutorial is designed for the novice programmer and the programmer who has never used structured language before. It will give an impression how C works. Experts skip this articles.

MasterKong 2D
by Jared Bruni
Language: C/C++

This is a 2D video game.
Features


Is now Compatible with DirectX 8

2 Programs
Level Editor and game itself
Game comes with 5 levels. Contains over 60 bitmaps and 23 source files total.

Some of the features of the game itself

Projectiles , 2D Character Animation, Tile map, Options Screen, Start Screen Game Over Screen, About Screen,SoundHandler, and level select screen. The code is fully object oriented however doe ... (see entry for full description)


MasterX SDK 2.0 with NuclerMedia and MasterX SDK 2.1 with MasterGraphicEx
by Jared Bruni
Language: C/C++

MasterX SDK, is a series of classes, which encapsulate DirectX. 2.0 contains file lumpin algorths, as well as NuclearMedia. Comes with a example game skeleton. Now contains masterX 2.1 with MasterGraphicEx class by Danny Anderson

LostSideDead Experience
by Jared Bruni
Language: C/C++

Contains over 200 projects written by LostSideDead members, DirectX, Direct3D, OpenGL, ANSI C, and ANSI C++.

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 !"

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!!!

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

MasterRPG Alpha 2
by Jared Bruni
Language: C/C++

Second Alpha of a RPG game I am designing in C++.

Classes, Inheritance, Constructor Polymorphism, Pure Virtual Functions, ADT's and More!
by Jared Bruni
Language: C/C++

This tutorial was a request on explaing classes. This talks about the inline keyword, polymorphisim, inhertiance, mulitple inheritance, function overloading, Abstract data types, pure virtual functions, and more!

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.

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 ;-).

SuperMaster
by Jared Bruni
Language: C/C++

SuperMaster is the sequel to MasterKong. It is a 2D side scrolling video game. Article contains Super Master 1 , and Super Master 2.

MasterLibrary4 - over 17,000 lines of code
by Jared Bruni
Language: C/C++

C, C++, Win32, Ansi, DirectX, OpenGL, Interpreator, String Manipulation Library, Templates, Graphics Library, Scripting Language and more

masasm C preproccescor
by Jared Bruni
Language: C/C++

my very first attempt at writing a language translater. A very basic language that does input and output as well as operations on variables. Translates to C then shells to gcc to compile. For windows users comes with gcc, I am going to make another pass for variable checks for a line by line print out for debugging so sometimes you have to use gcc 's errors to fix your code.

LostSideDead 2002 CD - this time on a secure server
by Jared Bruni
Language: C/C++

Is a collection of over 200 source codes that my friends and I have written, that you can burn to cd as a iso (even has autorun) or download a zip.

MAS (Master Assembly Script) Alpha Release and the LoSt Downloads
by Jared Bruni
Language: C/C++

This article contains 10 downloads in C and C++. Including the alpha release of my scripting language. As well as source code which was Lost. Console/DirectX/Win32 etc..

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 ;-)

Article concerning the CIS41 Emulator / Assembler / IDE Package
by Jared Bruni
Language: C/C++

In depth explanation, as well as ability to download. Source codes contain, Platform SDK using Win32 Interfaces, incorperating graphics into interfaces, using mouse moves, customized buttons, command line dos application (for the assembler which contains a awesome string algorithm to translate the mnemoics) a algorithm to process the binary (hex for shortand) that the assembler outputs and a standard notepad wanna be to execute the assembler (so you dont gotta use the commandline). ... (see entry for full description)

Master Assembly Script Alpha 2
by Jared Bruni
Language: C/C++

I thought about trashing the old masasm and masinterp source, and starting over, and have decided to not do that until version 2. This is the second alpha of my scripting engine, and is still very far from completion. This alpha includes backslash escape character sequence, the ability to produce your own objects other then just jared.mve, code labels, and a jmp instruction for loop logic. Right now I am working on the virtual stack, and flag registers, for the cmp instruction so un ... (see entry for full description)

Master Assembly Script( MAS ) Beta
by Jared Bruni
Language: C/C++

Mas Release 1, MasterX SDK 2.2, MVX with MAS, and a Mas Demo

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

 



Newest Tutorials

fighting game
by cJ!
10/1/2002 6:12:19 PM

Language: C/C++

im building a game where you fite a enemy i have some qestions

Is Text Browser for Dos Possible This Way?
by Josh Nixon
9/30/2002 4:02:25 PM

Language: C/C++

Im wondering if this way is possible or this would be in the least efficent.

Stdarg.h (Standard Argument List )
by M.Faizan
9/25/2002 5:50:12 AM

Language: C/C++

The Tutorial is about Standard header File < Stdarg.h >. The Description & details of all the Thingz(Macros ) in this Header File to implement Different argument related (like Printf type Function ) There is also an exapmple how to output Integes in graphics mode using a function which operate just like Printf....

Fade In / Fade Out in mode 13h
by Kamran Sethi
9/25/2002 12:56:33 AM

Language: C/C++

An impressive DOS based game / app FadeOut , FadeIn library . VEry impressive ! please vote if you liked it

LostSideDead 2002 CD - this time on a secure server
by Jared Bruni
9/22/2002 1:22:08 AM

Language: C/C++

Is a collection of over 200 source codes that my friends and I have written, that you can burn to cd as a iso (even has autorun) or download a zip.

Dear Planet Source Code Users
by The New iSoftware Company!
9/21/2002 7:12:27 PM

Language: C/C++

Please read. Ian likes this letter by me.

^! Structure Tutorial Funny and Easy to Learn!^
by Josh Nixon
9/20/2002 10:22:40 PM

Language: C/C++

This is a nice quick fast stright to the point tutorial on structs for [Beginners]. Its a little humorous so i dont bore any of you so check it out if you need help. :)

Clear Screen
by JoWooD
9/19/2002 5:11:15 AM

Language: C/C++

Do you ever wanted to clear your applicatio's screen in the middle of the program, like you did in Pascal, but you don't know how?Check this out!!!

Screensaver Skeleton Update
by Andrew Carter
9/18/2002 9:12:41 PM

Language: C/C++

To show text at the bottom of the users screen.

How IrDa (InfRared aDApter) communications happen.
by michele berardi
9/9/2002 1:16:49 PM

Language: C/C++

How IrDa (Infrared) devices communicates ? What are the metodologies and their limits? What is a BCR ? A synthetic explanation may be interesting. THE PLANET SOURCE CODE SPACE FOR THE ARTICLE SCRAMBLE SOME DIAGRAMS PLEASE DOWNLOAD THE ZIP. Here you can read another article about IrDa programming: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=38814&lngWId;=1 THE ZIP FILE CONTAIN THE ARTICLE WITH IMAGES AND ALSO IS LOCALIZED IN ENGLISH AND ITALIAN!


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | C/ C++ Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.