All source code in C/ C++ Ask a C/ C++ Pro Discussion Forum Categories All jobs in C/ C++
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: 1,240,092. lines
 Jobs: 167. postings

 How to support the site

 
Sponsored by:
Quick Search for:  in language:    
You are in:
 
Login





Latest postings for C/ C++.
A Simple Linked List
By Maqsood on 2/7


Student Record
By Hasham Rasheed on 2/1


Httpget
By J Layton on 2/1


Click here to see a screenshot of this code!Swap a Nymber Using Pointers
By Jake Rodriguez Pomperada on 1/31

(Screen Shot)

Click here to see a screenshot of this code!Grades Solver Using Pointers
By Jake Rodriguez Pomperada on 1/31

(Screen Shot)

Base64 Encryption
By J Layton on 12/14


Click here to see a screenshot of this code!Address Book
By arifliminto86 on 1/29

(Screen Shot)

Http
By J Layton on 1/29


Combobox ADO
By Eder Rafo on 1/27


Email
By J Layton on 1/27


A Simple C++ tutorial for withdrawl of money from ATM machine
By Tejas Jayantilal Gandhi on 1/27


Click here to see a screenshot of this code!engine3d
By Harry Balzonya on 8/29

(Screen Shot)

Huge Bitmap Generator
By Josh Code on 1/24


quiz system
By Manuprasad K.S. on 1/22


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!



 
 

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

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.

A C++ Tutorial for Complete Beginners #2
by Jared Devall
Language: C/C++

This is the followup tutorial to "A C++ Tutorial for Complete Beginners #1". This article explains Variables!

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!

Largest and best ever C++ Tutorial
by Michael Skelton
Language: C/C++

Very comprehensive indepth tutorial, being updated so it should cover a lot more aspects soon. ENJOY!

A Funny Loop
by MArio Flores G
Language: C/C++

Yust a Little yoke...please smile :)

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.

Legends of Evil RPG with Level Editor and featuring FileLump 1.5!!!!!!
by Patrick Gallagher
Language: C/C++

This is an RPG on my BruteForce DirectX graphics engine

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

 



Newest Tutorials

Open USB drives from desktop
by lahiru chandima
11/13/2009 11:08:38 PM

Language: C/C++

This article demonstrates how to create a simple program which can open USB drives connected to the computer from the desktop.

Dyanmic Allocation of Array of Char, Int and Float
by Jugnu Thakur
10/22/2009 10:32:26 AM

Language: C/C++

Demo, how to allocate an memory block dynamically and use it as array in run time.

lower and upper the sentences
by Ahmad Tamimi F
10/18/2009 8:18:18 AM

Language: C/C++

sharing

Simple C++ Void Referencing
by Sam Giambalvo
9/7/2009 5:14:32 PM

Language: C/C++

A simple article/tutorial on C++ voids.

doubly link list
by swapnil bhoot
9/6/2009 6:26:32 AM

Language: C/C++

its about doubly link list. it includes add,delete any node from link list.

binary tree.
by swapnil bhoot
9/6/2009 6:23:17 AM

Language: C/C++

its about hot to make a tree using link list and also order tree in tree formats. preorder,inorder,postorder.

Windows Mobile Games Step-by-Step - Tutorial 1: The Basics
by Lionel Pinkhard
7/16/2009 8:19:29 AM

Language: C/C++

Explains the basic of setting up an environment for Windows Mobile development and creating a basic window.

do loop
by buddha tamang
6/27/2009 10:46:37 PM

Language: C/C++

password

Artificial Intelligence Chatbot Tutorial
by Gonzales Cenelia
5/1/2009 11:30:55 PM

Language: C/C++

This is a basic introduction to how to implement a chatbot in c++ or other programming languages

Every tool of C++ explained (C++ complete reference)
by Harjot Singh
4/7/2009 3:55:07 PM

Language: C/C++

C++ Complete reference.Every c++ tool including 3d ones are explained withexamples Hope u like it....Votes will be appreciated


 

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 | Games | Feedback | Customize | C/ C++ Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997-2010 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.