Coding Standards in C Plus Plus

From codeuu,source code

Jump to: navigation, search
  • Alarm
    • Program will generate alarm in DOS.
  • Account class example
  • Armstrong Number Chk Up
    • This Code performs the Armstrong Number Check Up
  • API call shaping windows forms
    • API call changing for shape
  • ASM Versus C - A Benchmark. Sometimes you should apply ASM code inside your C programs
    • This small and simple example shows how to put assembly code into a C code to increase the speed.
  • ASCII Code Chart w/ tutorial
    • This code displays all the basic 127 ASCII characters numbered so you can know which number that character is if you want to use it. Plus a highly detailed description of every line and a small tutorial on displaying ASCII characters that you program in C++ with a sample program in the notes at the end of the .cpp file.
  • Access
    • This code is useful since it is very small.You can place it in any C program and use it to protectyour program from being used by people you dont like.
  • add plugins to your applications
    • uses LoadLibrary and function pointers to make plugins for your applications. shows you a simple example and a more advanced one. read the readme
  • ATOM table example
    • This is an example how to create an atom table and add something to retireve it then delete it.
  • Auto Shut Down
    • This is Auto Shut Down Utility 4 Win 9x and to see much more check this out..................
  • Console menu (graphical)
    • It is a visual menu working with arrow keys and highlighting the option that you choose.
  • about scopes
    • how to uses global varibles and local varibles of the same name
  • a simple producer - consumer problem in C Plus Plus
    • This is a simple C++ program to demonstrate the thread synchroniztion by producer consumer problem. Please read the read me file for further details . . .
  • Absoulute C Plus Plus Beginner's pack
    • 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!
  • A Temperature Converter
    • This program is two-way degree converter. It has ability to convert from Fahrenheit to Celsius, and reverse. This is small program, which is written for beginners programmers in "C". This simple program shows how to use scanf, switch, printf and do-while loop functions. It also shows how to make sub functions, and how to pass them into main program.
  • Application Quick Launch v2
    • Added a little more stuff too it :)
  • Atoms
    • Atoms can help let you know if your program is running more the once.
  • An Introduction to Interfaces in C Plus Plus
    • This article outlines the principles of interfaces as commonly seen in other object oriented languages. Provided examples of implemented C++ interfaces. Questions and comments are always welcome. Voting is not necessary - comments are much more useful to me.
  • Address Book V.2
    • Address Book V.2 is programmed in C and uses 1 header file. This program has a few new features from my first 1 and has been re-programmed for easier use. The address book has 6 options, simple ones like ie. 1. Add a Contact, 2. View Contacts, 3. Convert contacts to HTML file....And so on.
  • Binary to Decimal and vice versa v2.0
    • To convert Binary to decimal and vice versa. I still in process of this code. I'm trying to get the 2's complement of a binary number. I started it off, but need help on it. Please leave comments, suggestion, and vote, thanks.
  • Bankv2
    • For those of you that came accross my Bank program will love this one. Added features are colorful displays more functionalities between Finanace Organizer and the ATM classes and more. So please respond to this email for program specifics and help. redhatmandrake@hotmail.com <<cipher>> (*_*).
  • Basic Calculator
    • This code is a plain out basic calculator with +,-,/,* functions. Shows how to make a menu and use the goto command for begginers.
  • basics of linux
    • it teaches you the basic commands on linux if are new to linux world
  • barrysWindowStypes
    • This is a Example of Creating different style windows at run-time.
  • beginners help v1.0
    • just teach you some basic stuff you should know
  • Beginning Loops
    • This program is HIGHLY commented. This should easily guide you through loops, and help you with any questions you have. If you have anymore questions on loops, email me. PLEASE give feedback.
  • Beginning Visual C Plus Plus 6.0
    • This tutorial will teach you how to begin programming with Microsoft Visual C++ 6.0. Learn about the syntax, working with files, and more.
  • Basic data types
    • The tutorials is about basic data types in c++ with examples.Visit my website or check my profile for more c++ tutorials.
  • Color Class for VC Plus Plus
    • This is a very simple program, but a great time saver. It contains 20 different colors that a programmer can use when using the MFC AppWizard (exe). I hope that this will be helpful. I'll update it when I have more colors. If you like what you see, vote for it!
  • Clock in C
    • Source code which can be called from your C programs to display a clock.
  • charactor arrays
    • this code is for the person who is dumbfounded about arrays. In the example charactor arrays are fully explained in detail. This is a must download for a beginner.
  • characters to ascii converter
    • Converters characaters to their ascii values
  • char2ascii
    • convert characters to ascii
  • Copy 1 File To Another
    • These Program Exactly Works Like A "copy command of Dos" u h'v
  • Sistema de Control de Alumnos
    • Este sistema de control de alumnos simula un sistema que puede ser usado en escuelas para llevar el control de los alumnos. Tiene opciones de altas, bajas, modificaciones, consultas y listado de calificaciones, acepta un total de 50 alumnos como maximo y se pueden dar de alta su nombre, telefono, direccion, tres calificaciones parciales y una final.
  • Mouse with cursors in C Plus Plus
    • This is code for a header file mouse.h which specifies functions to set mouse senstivity, different cursors, and mouse locations.
  • Address Book (Dictionary ADT) with Hashing
    • This code is an example implementation of the standard Dictionary ADT. It is implemented as an Address book that uses hashing(instead of a basic sequential search) so that add, search, and delete should run with a Big-O value of O(1) or at least close to it!
  • DLL function
    • This simple example, shows ou how to make a function in a dll.
  • Ado atl com
    • Tutorial on programming ADO with ATL
  • Creating an application window, the basics of Windows coding
    • This code is a relatively small amount of code that will create an empty application window. It's Windows coding, what you need for any Windows application you want to make. This is a good place to start, you can add from here.
  • Console Chart Generator
    • This simple project draw a chart into a console.
  • Convertion
    • This programm convert fahrenhit to celsius or celsius to fahrenhit.
  • count text
    • reads text file and counts how many times a certain word occurs
  • Creating Dynamic Array for a Struct
    • THe pupose of this program is to show simply how to create a dynamic array on run time. It allows a person to enter in the amount of arrays he wants to make of the struct and creates them. It will also tell you how many btyes were create with the struct and will save your information to a file.
  • CStatic
    • This code show how to create a window and also using CStatic control
  • Create Windows App w/command buttons
    • This is great for beginners because it should help them with a lot of things, such as creating Windows applications and CommandButtons, as well as messageboxes and things like that.
  • Coding program
    • Not so much but coding files contents.
  • Cool Effect with StretchBLT
    • This is a real cool effect with stretchBLT I figured out. I just Applied math to it using Cos Sin, the result was pretty nifty.
  • calenderformonthandyear
    • Displays the calender for following month and year
  • Christmas Tree
    • This was just a simple program to generate a Christmas tree with lights on it blinking. For a better result type 18 for number. After that, just press any key to see the blinking lights.
  • Create A Triangle With Asterisks Based On User Input
    • This program just creates a triangle made of asterisks. Simple program. Commented for beginners.
  • Characters Changer
    • changes the characaters to upcase to low upcase to low so on
  • Count no. of character
    • Count all digit ,small,capital letter in your code
  • Curses Dope Wars
    • Curses Dope Wars, Written by Materialised
  • Connect 4
    • Align 4 of the same colors in a row to win!
  • Connect 4 net play
    • Play connect 4 with a friend on the net
  • copy file
    • Copy a file
  • Commander
    • I actualy made this program 4 an friend of mine 2 teach him a bit better programming in C++.But i thought it whas a good idea 2 upload it here so i did.Now my discription:
  • CLASS_Practice
    • demonstrates many aspects of class.
  • Beginner Guide to C
    • This code shows how to make your first C program. Nearly every line is commented.
  • Convert Number to Words (ex. 1000 to one thousand) Simple Coding Standard
    • Convert a given number into words (ex. 1000 to one thousand) simple coding standard is used. If you know how to transfer from c to c++ to vb to j++ to c#, you will have a very powerful tool transforming codes across languages
  • cNotepad
    • A Simple notepad to replace my windows notepad. This program is just a beta. There will be lots more added in the feature. So far it has a encryption option, so you can have private notes :).
  • Conditiona statements in C Plus Plus
    • The tutorial is about conditiona sentences in c++. If, else, switch, case, default, do, while. for, continue, break, return.Very easy to understand.For beginners.With examples.
  • Constructor
    • Introduce Constructor. For beginners. <balogh_4@hotmail.com>
  • Ez C Plus Plus Tutorial
    • Learn how to write your first program in C++! Easy beginner commands.
  • Delay Variable Declarations
    • I recommend this article to every and anybody! This article explains why you should delay declaring variables until just before they get used. It is a concept all developers should be familiar with.
  • Date Checker
    • It takes a date in dd-mm-yyyy format all in separate fields and then displays output replacing month value with appropriate month name. Sample output :-
  • dateadd like visual basic
    • It sums or divide a date. Like dateadd in Visual Basic. Have a nice code.
  • Dynamic Memory amp; Resizing
    • Show a user how to create resize and free dynamic memory.
  • DOS CURSOR
    • This code will move the mouse position using the keys.
  • Draw Rectangle with For Loop
    • This asks the user for the width and height of a rectangle and then draws that rectangle with *'s. A detailed explanation is included in with the source code.
  • diamond
    • this code will give u the ouput like a diamond shape
  • Diamo
    • my code is just for the printing diamond of (*)
  • dec to hex uisng shift and switch
    • it basically converts the decimal valude to the
  • deleting a file
    • To delete a file there exists a service 0x417 under interrupt number 0x21.Since this is a dos service under interrupt 0x21,we shoud use intdos() function to carry out the file deletion.ths service number is always placed in the AH register.The segment address of the file to be deleted must be stored in DS register whereas the offset address must be placed in DX register.Here is a programm whic achieves this...?
  • disk search
    • search a file from hard disk just as windows files and folders searching
  • David Blain's Card Trick
    • This code is all about the famous card trick of David Blain's Street Magic.Download it now and have fun while learning!!The magic will tell you the card you will select.Take a deck of Card and enjoy !!
  • Difference between new and placement-new
    • This is an update to a previous post. It deomonstrates what "placement-new" is. This is an overloaded form of the usual "new" allocation operator.
  • dos control
    • I was developing software to run dos commands the functions I wrote are good commands that run dos.
  • data entry simulator
    • It is a simple database data entry interface. A beginner's understanding of the uses of STRUCT, POINTER and LOOPS.
  • Even Numbers
    • used to determine even numbers in the ten numbers being entered
  • Enter all sorts of data as char and convert it without errors
    • Have you ever asked the user to enter a number and then a letter is entered that ruins the program? Well here is the solution and explanation to solve this problem. This tutorial will explain how to use a specific function that will allow you to enter
  • Exe Parameters
    • It tells you where you are executing the file.
  • Exe Parameters Updated
    • Shows Which Directory It Executes From.
  • Expressions in C Plus Plus
    • The tutorial is about expressions in c++.
  • File Size
    • tells the File Size in Dos.
  • File Copy
    • This C program copies from one file to another number of bytes specified by the user beginning from the byte number also specified by the user
  • Find and Replace
    • This program accepts any string from user and two characters,first one is for searching within the source string and the second one is for replacing all occurances of the first character which was searched in the source string.It then displays appropriate output.
  • facotial recursive function
    • example of recursion
  • Factorial
    • This program used to compute the factorial of a number input by the user.
  • Fibonacci Sequence
    • Use recursive functions to compute the fibonacci sequence.The starting and the ending numbers of the sequence were to be given by the user.Example: It starts with 2 and ends with a number not greater than 100.
  • Factorial Using Recursion
    • Get a Number from keyboard and print factorial of a number...
  • file breaker
    • Break a file into Floppy size(1.38 MB)
  • File Joiner
    • Joines the files in a folder that have be broken using filebreaker software written by me.
  • Figure
    • Code is about a figure. The figure is moving
  • Flash
    • Shows how to add Flash activex to your programs
  • getopt example
    • Shows you how to use arguments
  • GENERIC STACK TEMPLATE
    • This class is adaptable to any data type.
  • garbage_collection_program in C Plus Plus
    • A C++ program to demonstarte the garbage collection process. Please read the read me file for further details . . .
  • Game List Sorter
    • Put your game list in alphabetical order, and you can number them if you wish
  • hits fits ur name
    • just enter ur name and click any button of keyboard u'll find that ur 1st name n second name r getting displayed alternatively.....ooohh its great..!!!
  • Handling Exceptions - A Simple Example (Fully Commented)
    • This program aims at explaining the concept of handling exceptions using a simple example. This is mainly for the sake of understanding, and is fully commented. Let me know if you have any comments. The submission was messy earler. so i have corrected it and resubmitted it along with a zip file.
  • How_To_Create_A_Function
    • The purpose of this source code was developed to help new commers to understand creating and using functions please comment on my code -=)
  • Helloo
    • Displays
  • Hearts
    • I like playing Cards.Iam bored by clicking again and again to play hearts,freecell..so I developed this program to click once and play both !!To use the program,simply copy the program to c:\windows\desktop.The complete command is...c:\copy hearts.exe c:\windows\desktop <enter>
  • Hangman.
    • educationally !
  • Is it your birth day?
    • to tell user who is the birthday to day (please readme.txt)
  • Ini File Example
    • how to create a Ini File
  • image to html converter
    • convert a image to html
  • Introduction to Object-Oriented programming in C Plus Plus
    • This is an introduction to Object-Oriented programming in C++.I didn't explain everything in pure details, so don't expect step-by-step howto! I presented keywords, identificators, operators, lavers, comments, preprocessor commands and declarations.This is just an intro to OOP in C++, more of tutorials/articles will be uploaded in the future.Check my website for more detailes.I do not ask for rates nor I expect them.If anything goes wrong, please download the tutorial from my website.
  • Kb Click
    • When you press a key, my program display the key and make a beep.
  • Know C Plus Plus
    • Are you looking for a tutorial that can teach you c++ programming right from the beginning, then you are at the right place. While searching across the internet you will find a lot of good tutorials but there are only a few tutorial for those who have not printed a single character on the screen. I have written this tutorial for an absolute beginner. It will teach you the BASICS OF C++ PROGRAMMING. Don't miss it. You can also read it online at my website.
  • Learn Auto_Ptr Template In 8 Steps
    • Explains what the auto pointer is, and how to use it to avoid memory leaks.
  • load ur name on train
    • as soon as u enter ur name it starts moving back and forth on the screen....
  • Late Binding
    • This program teaches you the "LATE BINDING" concept in C++.
  • List Character of ASCII 8-bit with function method
    • providing the list of ascii code 8-bit
  • List Character of ASCII 8-bit
    • providing the list of ascii code 8-bit
  • Library
    • This is a sipmle library search algorithm. You can create a new library database or add a new book your created library database and you can search a book in your database. You can search with the author or the book's title. If you don't know the author no problem, press ENTER or you don't know the title no problem too, press ENTER too. Well, if you know the author or the title you can successfull about the search. For more info: balogh_4@hotmail.com
  • MS Dos in CPP
    • Its similar to the Dos versions .
  • Miles Per Gallon
    • Calculates miles per gallon for drivers.
  • MasterConsole/MasterStream Tutorial for Beginners Part 2: Parallel between MasterStream,Pascal,and C
    • This is the second part of my tutorial for MasterStream/MasterConsole. It will parallel MasterStream to Pascal and C to show you the similarities and differences.
  • MasterConsole/MasterStream Tutorial Part 1: The Basics
    • This will teach you the in's and out's of MasterStream and MasterConsole by Jared Bruni. This can also teach you the basics of C++ if you pay attention. ;) Who knows, maybe even advanced users can get some use out of this!
  • memory management
    • The object of this project is to write a C++ application to simulate the allocation of memory for processes using static contiguous partitions (MFT) under two partition-allocation strategies: 1. first-fit and 2. best-fit. this program measures the storage utilization, using internal fragmentation measurements for the two storage placement strategies.
  • MaxPassword
    • Simply include Password.cpp file in your project
  • MAPA DE BITS EN C Plus Plus
    • CONOCER ALGO SOBRE PAPERTURA DE ARCHIVOS EN FORMA BINARIA
  • Menu Tutorial
    • Hi, this is a Word document that explains the creations of Menus, from the simpliest to
  • Magic square algorithm
    • This program demonstrates the magic square generation algorithm.
  • month's calen
    • Displays the calender for following month and year
  • Message Capturing
    • How To Catch Messages
  • Multiply 3 variables
    • The purpose of this is to show how you can multiply variables by the int mult function. This could be good for a text rpg game. I am a beginner in C++, I have had 2 days experience. Check out my site @ freewebs.com/3datom/index.html
  • Metric English Conversion
    • It converts english and metric units of measurements. And it uses a beginner's understanding of SWITCH and CASE for a simple menu.
  • Nice Splitter
    • Nice Splitter will split your big file to smaller size, so you can use it to upload faster or maybe you still use floopy ? But not only that, its use nice code (I hope :)) for beginner like me hehe ...
  • Node too far
    • The code allow to calculate the number of inaccessible node,with a start node and a TTL number(Time To Live) like the response given by the "ping".
  • popen example linux
    • Output data one the screen with a line count.
  • Numerical analysis
    • general purpose open to all
  • Naek's Encrypt Algorithm (4pincode.cpp)
    • get your pin code from seven's character you've entered
  • Number to ASCII converter
    • This code allows the user to specify a number which corosponds to the ASCII character. Good for programmers that need to know which number corosponds to which ASCII character.
  • networking in C Plus Plus
    • This is a networking example in C++. Please read the read me file for further details . . .
  • Network-Class
    • A simple class to deal with windows sockets.
  • Num_Magic
    • This is a coding for beginners...and a simple maths logic challenge for everyone.
  • Numerical Systems
    • The article is about Numerical Systems.It explains decimal, octal and hexadecimal numbers, their converstion and calculation with examples and explanation.I also explained calculation with complements and calculation with BCD codes and Floating point numbers.I do not ask for rating nor I expect it! If something goes wrong here, please visit my website and download the tutorial from there.
  • OpenFile Dialog (ASM)
    • This shows you how to show and use the GetOpenFileName API. This is in ASM so you'll need MASM to compile it. I know this is C++ section but we need an ASM section!! I don't really expect any votes for this because it's mainly aimed to show the PSC owner(s) that we need another world ;)
  • old school drawer
    • Remember those good old days, where you had the red board and 2 knobs to draw. Here is the game reimplemented!!
  • Operator_Overload
    • Demonstrate the basics of operator overloading
  • Pointer for a Child Vol 1 Rev 2
    • Pointer concept for beginner, explain in (very) simple way. (This is revision for my first pos)
  • Palindome Numbers
    • A program that will get all the palindrome in the user's first and second input
  • Pyramid Series
    • This program takes an integer value as level parameter and draws pyramid structure of numbers upto the given level. It displays output like this :- (where level is given 5)
  • Perfect Number Function
    • Function to get perfect numbers. A example of a perfect number is 6. 1 + 2 + 3 = 6
  • Parking Rater
    • Adds up money for how long you been parked in the parking space.
  • Palindrome
    • This Performs a Check For a Number Entered By User Wheater it is Palindrome or Not
  • Password.h
    • This is for all thoes poeple who want to add password protection to some part of their program. This will be expanded upon in the earliy future
  • pattern
    • this code mainly uses that when a user inputs four numbers .from that four numbers it will substact and give the same output
  • Paint using classes
    • Draw lines, rectangles, ellipses in different colors, thicknesses. drag and drop enable, backup too.
  • Pointers - C approach
    • This is my first manual. I wrote this because I felt like doing it. I think the main reason is that I am a coder. I am constantly searching, buying and downloading manuals, tutorials and stuff like this. So, I thought why not helping others. How good this material is... you'll be the judge of it. This is the first - so, I'll not be dissapointed of bad ratings.:)
  • OutPut(Print) With The Use Of Video Memory - The Address of Video Memory is in ur Hand
    • Intreact with Hardware
  • Print Any Statments With Use Video Memory
    • Print Any Stament with the use of Video Memeory
  • Preprocessor Directives Tutorial
    • This teaches about most of the preprocessor directives including: ifndef, ifdef, else, elif, if, pragma, define, include, undef, warning, and error. It teaches uses, what it means, exceptions, and etiquette in an easy to understand way. Included is a normal text version and a rich text vesion, so everybody gets the correct form for their system. Enjoy!
  • PE file locker
    • To prevent people from using programs that you didn't make on your computer.
  • Permutation/Combination Calculator
    • This is a very simple code just for the beginners only.This program will help the beginers to learn to use loops,Screen designing,If-Else Statement etc.
  • Palindrom Checker
    • Check if the words are palindrom or not
  • Query/View DBF file
    • This C Program enables you to view/query DBF files of DBase, FoxPro, Clipper from the DOS command prompt.
  • qsort using stdlib
    • Sort a array of any type
  • quick sort using median of 3 method
    • A simple quick sort algo with median of 3 pivot selection method. Median of 3 method is used to decrease quick sort time complexity.
  • Quick Application Launcher
    • I got tired of going through folders to get to programs I use a lot so I decide to make a program that will access them all for me and remember them everytime
  • Real Date
    • Tells the real date
  • Real Time
    • Tells The real time.
  • Read And Write Binary File
    • Shows how to read and write to binary files and sort through data
  • random pass (e.x WdfR2n)
    • random a new pass for you or you can enter an ID
  • Random Name Generator
    • how to draw up random names
  • Read Text Files
    • how to read text files in consolemode
  • Recursive Fibonacci
    • A complete system to find the n th order value in a Fibonacci series
  • Smallest Number Function
    • Find the smallest number out of 3 function
  • String Palindrome
    • This code checks wheater the entered string is palindrome or not.....
  • Strong Numbers
    • This code checks wheater the entered Number is Strong Number or not.....
  • Square
    • Output a square in a terminal. If you are using borland c++ builder remove the std:: references
  • Symboolon Triangle Algorithm
    • giving user 1's digit twins multiply with symboolon algebra (see readme.txt)
  • Simple Math Functions
    • This application gives you the surface of a cube, square, and circle it also gives you the hypotinuse of a right triangle. its real ez to use just check it out and see
  • Shutdown Confirmation (ASM)
    • This asks the user if they want to shutdown and if they press yes it shuts down. If they press Cancel it just exists. Oh, it's in ASM ;)
  • SAmple programs
    • Small programs for manipulating strings and arrays in C
  • Sweet Dos Window Interface
    • Well this project is not nearly done. Its the begining a very primative Mini OS. Since I am not awesome in Win32 api yet i enjoy making these type of things in DOS. It uses the mouse, but can do nothing with it so far. Working on drag and drop right now. Yes I can see im am far off from finshing this. However i was wondering does anyone know about a double back buffer, I really need help with it. So far i have three kinds of message boxes, and three kinds of windows. I have folders also. The colors of the graidents can be changed through the code itself right now which will change when im done with certain parts. Vote or Comment :*) If anyone can help on Double Buffering pelase IM me AIM\Yahoo: Nit3shift Email: JNixon21@excite.com. Thanks.
  • Simple Console String Example
    • This program asks for the user's name and then displayes a message with the user's name in it.
  • Screensaver Skeleton Update
    • To show text at the bottom of the users screen.
  • Snow ScreenSaver (Snow gathers) Merry X-Mas
    • A screen saver that lets snow fall on the ground and gather up.
  • Spiral
    • Displays an entered array in spiral form
  • Simple dos Calcualtor
    • This Is my First C++ Programme And as Usual Every First Programme in any Programming Language Is A calculator
  • System Date and System Time on a window NON MFC
    • I was looking for this on PSC, couldnt find one. This thing displays your pc systemtime and systemdate on a windows form (non mfc) and updates every second thru a timer.
  • Shutdown nt, xp, and 2000 systems
    • Shows you how you can shutdown windows using ExitWindows api call by changing the privleges
  • smtp emailer
    • Spoof your email
  • strtok
    • example of using tokens
  • suffle function
    • Example of suffling a array of integers.
  • searching by binary search technique
    • searching number by binary search technique
  • Text Encrypt amp; Decrypt
    • It just Encrypt the text entered...
  • To crypt a File
    • My code opens a TxtFile an crypts Byt fpr Byt. YOu also need a KeyTxtFile. The Key has to bee 100 chars long. Its an very simple program, but dificult to decrypt if you dont have the key.
  • Text file Viewer
    • This program in C displays a text file irrespective of the length of the file. The only constraint is hard disk space, which should be sufficient to accomodate a very small temporary file the program creates to index into the text file position. The program can display very long lines of text also.
  • The total value result serial capasitors
    • giving user total result from serial relation n-capacitors (see readme.txt)
  • Tutorial on multi dimensional arrays
    • This tutorial will give you a solid understanding on how multi dimensional ( two dim ) arrays work. Please vote!
  • Text Reader
    • You specify the path to the text file, hit enter, and it is displayed for you in DOS. Just a simple example of file reading. (Program can read any ASCII type file such as .html, .txt, ect...)
  • threenumbers.cpp
    • The purpose of this code is to have the user enter three numbers then for the computer to add, multiply, avarage, and find out what is the largest number and what is the smallest number. This program also shows how to make variables and is well commented.
  • Three Numbers v2
    • The code does the same as threenumbers.cpp but it incoperates the && commands -=)
  • The Infamous Goto
    • Perhaps no other construct has been criticized in the programming history as the goto statement. People believe that the use of goto in all forms is evil.
  • Time and Date
    • get and change system time and date
  • Thread Example
    • shows you how to do a thread
  • The Real Matrix
    • Looking at errors from a broader view. Keep watching the matrix for 5 mins and you'll discover something that you never knew. If you like it don't hesitate to rate me ;)
  • Throwing Exceptions
    • Show you how to throw and catch exceptions
  • Tendulkar's Resturant Management System
    • Do You wanna help Sachin Tendulkar? Show him this code and he will hug you for sure!This is a resturant billing system..it takes Print Outs also.The code is huge so try to understand by breaking method.
  • Template
    • Introduce Templates. For beginners. <balogh_4@hotmail.com>
  • use df command in dos
    • use df command in dos
  • Understanding Function Calling Conventions
    • This Article shows the different typed of Function Calling Conventions and also demonstrating it live by disassembling a C++ Program in Win32DASM and IDA. Fully Explained and the Disassembled Listing is Highly Commented.
  • Understanding Implementation of Floating Point Operations in Assembly
    • With the help of disassembled listings this tutorial teaches you how to deal with float instructions in assembly.
  • Virtual functions
    • Provides an introductory venture into virutal functions. I have included to source files, both document virutal functions.
  • vector example
    • Shows you how vectors works
  • White Space Trimmer In A String
    • Trim multiple white spaces
  • Word In String
    • How to locate a word in and a string, and its position
  • Win32FX(No MFC) Make your Win32 life alot easier
    • A few Win32 classes to make your life easier:The Form class,just call .Create(...) and .AttachWindow(...) to create it.Maby you want to put some events to your controls?No problem,just type .AddEvent(...).Or maby you have an array of controls?No problem again,assign a .AddArrayEvent(...) and you got it.As you can see it is more for newbies and those who have passed from VB,and to experineced people to lower allot of useless lines,just use the header and forget about ever having problems with Win32 creation.If many will wote i will upload more functions,and classes.Remember,this is not MFC,it has only the functions that are usefull,not all so many useless functions and initializations like MSC :))))))))
  • Window, MSVC Plus Plus, NO MFC
    • This article is to prove to all MSVC++ is just fine, in fact, its the exact same as any C++, MFC is just an included option to make it easier for fast programs to be made, but to take out the over 2 million lines of code in MFC, inside the headers, #define WIN32_LEAN_AND_MEAN, here is the full window programmed from scratch with no MFC at all, should work on any ANSI compliant C++ compiler, New Users: IN MSVC++ make a new win32 application, and make it an empty project, then put this main file in the project, and compile, link and run, ta-da!
  • Wizard Game
    • This Code Is My second C++ Programme
  • Work With Rational Numbers
    • This was made by me as an assignment of my c++ class.The purpose was tu add,subtract,devide and multiple rational numbers.
  • window WITHOUT MFC
    • To illustrate how to create a window using winapi rather than MFC classes.
  • Write Functions One, Invoke With Any type
    • Explains the one of the powers of C++
  • win32 programming
    • its a win32 programming tutorial
  • window programming with vC Plus Plus
    • Its not my own article...actually i have taken this article from a classic book window programming book having title "Programming windows by Charlz Petzold" and i would like to share ..... i m confident that u like it....enjoy!
  • xor encryption
    • how to encrypt and decrypt using xor
  • Graphical Representation of ASCII Chart
    • To show Ascii Chat.
  • Memory Usage Viewer
    • This is a very simple way to view all memory in the computer. Most of the code is just self explainitory.
  • Bitblt To Desktop pure API
    • This is a simple example that shows you how to load a picture from a file and create the correct DC for it. From there we just bitblt to the screen.
  • Basic Calculator
    • This is the first program i made on Visual c++.
  • Console Grade Book Learn Much form It
    • This is a project i did for my six weeks project in school. Which i was pretty much finished the day she assigned it. It was a group project, and i felt i could take it on myself and made a 100. THis are very detailed. This is all dynamic data wize and run all in one class.
  • Inheritance Easy To Understand
    • A real easy to follow example of inheritance. It solves the distance formula by using functions that were inherited.
  • Creating your own switch using pointer functions
    • This is program that will allow you to create your own switches using pointer functions.
  • Polynomial by using the overloading operators
    • Calculating a polnomial by using the overloading operators +,=,>>,<<,(),[]
  • Recursive Functions
    • This code features a few examples of functions that might help you improve your knowledge of recursive functions
Personal tools