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: 450,330 lines
 Jobs: 605 postings

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for C/ C++.
Find hidden "back streamed" files on NTFS partitions. This code is a must for sec consultants.
By Israel B. Bentch on 8/22


Need Help With Dynamic Arrays
By Steven Raybell on 8/21


^a simple calculator
By Mike Hopkins on 8/21


MandelbrotViewe r
By DR Rocket on 8/21


EasyC.dll - Total Novice Win32 DLL (for VB)
By Dylan Morley on 8/21


Open/Save file dialogs class wrapper
By John Bell on 8/21


Click here to see a screenshot of this code!HRM:-Windows in DOS mode
By Joel Eliah on 8/21

(Screen Shot)

Click here to see a screenshot of this code!Number System
By Gašper Rajšek on 8/20

(Screen Shot)

ThreadInClass
By Massimiliano Tomassetti on 8/20


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++.

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.

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!

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.

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

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

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

The 5 byte EXE file
by Ultimatum
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.

 



Newest Tutorials

How to compile sound files directly into an exe.
by John Bell
8/20/2002 4:20:12 AM

Language: C/C++

Shows a technique for having wav files compiled directly into an executable.

Building a Remote Control using MFC
by David Nishimoto
8/16/2002 10:35:43 AM

Language: C/C++

Overview: This article walks you step by step through creating a modeless dialog box. A Modeless dialog allows you to move back and forth between two windows. For example a remote and the screen. The remote is used to change parameters that effect the screen.

int64 Explained
by Sartak
8/9/2002 9:24:34 PM

Language: C/C++

This article is intended to explain the usage of 64-bit integers. It goes over how to declare them (__int64), how to use them in format functions (%I64Ld), and how to convert strings into 64-bit integers (_atoi64).

Almost Complete Calculator
by Andrew Carter
8/9/2002 1:58:19 PM

Language: C/C++

Calculates Numbers, well not yet.

Direct3D For Dummiez!
by Matt Carpenter
8/4/2002 7:14:20 PM

Language: C/C++

Learn Direct3D 8.1 The easy way with this tutorial. Commented Tutorial in HTML and full Source Code Included! If you like this, please rate it here on PSC! Thanks ;)

Make a Simple Text or Graphical Operating System
by Matt Carpenter
8/4/2002 12:28:53 AM

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

A look at Arrays and Pointers
by Abdel Jabbar Baig
8/3/2002 8:46:38 PM

Language: C/C++

This is simply a tutorial that will teach you the basics of arrays and, especially, pointers. Additionally, it'll also show you how arrays and pointers are related to each other.

^Keyboard Programming in C/C++^
by Niloy Mondal
8/3/2002 8:29:01 AM

Language: C/C++

Want to know how to use special keys like UPARROW, Delete and combination keys like CTRL+Delete. Make you own new SHORTCUT keys. Change Keyboard state using your software. This tutorial takes you from beginner to advanced level keyboard programming.

How to put a Skin Mesh X-File in your Direct3D app
by David Nishimoto
8/1/2002 4:42:57 PM

Language: C/C++

Overview: In this article, I'll explain skin meshing. Skin meshing allows you to import an animated object into your directX world.

^Mouse Programming in C/C++^
by Niloy Mondal
8/1/2002 5:55:41 AM

Language: C/C++

Make your C/C++ programs more intresting by providing a mouse support. Learn about Mouse Programming here. This tutorial teaches basic stuff and advanced like changing mouse cursor shape. Make a header file of the sample code and use mouse with minimum effort.


 

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.