C/ C++ Language World

Welcome to C/ C++ world on Planet Source Code! This site is one of the Internet's largest online databases of free code! You can search for particular code, simply browse by category, or just peruse! The site is filled with programs, .zip files, examples, snippets, and tutorials so feel free to jump on in!


For all you masochists, here is a list of all the code in the Planet Source Code database for this world, all 1,256,451. lines of it!!!



C++ Python Class Port Beta This class is used to use some of the nice features of python functions. So far I just ported most the the string functions. I still going to add a lot more code, but the code it totally functional right now. You can preview or download the code on my website also. http://www.freelancecode.net/community/viewtopic.php?f=18&t=634&p=1303#p1303
Calendar Actually its a calendar which shows only a year...
Roman Numbers 1-100 A very simple code that prints Roman numbers from 1 to 100
Roman numerals 1 to 100 This code will print roman numerals from 1 to 100
Payroll program calculates the pay deductions for a given pay period. it calculates social security, state tax, medical insurance deductions for a pay period. it also controls the amount of hours you can input, in this program only 40 hours work is allowed if you try to enter over 40 it will display a message and will give you the option of entering the correct amount it also does the same for employee number only a max of 999 is allowed. it creates a file in a text format that can be use as a pay stub. pretty cool check it out please and send some feed backs.
Payroll This is a small payroll application that will calculate soc.sec. deductions, s.tax based on p.r. local tax, shows year to date earnings, creates a pay stub in txt format. The calculations are based only on a 40 hour work period, if you try to enter anything over 40, it will let you know and will allow to reenter the correct amount, the same for the employee number, it only allows up to 999. Open for suggestions please reply. New to C++ Programming.
HangMan Classic IX Purpose: This is an educational game intended to improve the reasoning capabilities of the brain. It is an update of a previous version. Details: Below are the features included in this update --> Single or Multi - Player(up to seven players) options. --> Competitive mode. --> Player(s) stats display. --> High score option. --> Random selection of categories option. --> Player name(s) entry and display. --> User-defined number of rounds per set. --> Timed mode(users may edit this option to be optional). --> User-defined categories. --> Delete category option. --> User-defined words. --> Shortcuts --> Logging
engine3d Software rendering engine. Incomplete, but does fast trilinear filtered texture mapping, with hidden surface removal, and z-sorting. Also implements SGI style containers, and memory managment in C. Optimized string functions, including MMX copies and sets. Uses a simple driver interface to allow the engine to be easily used with any API. Lots of interesting miscellaneous math and utility methods. A 3d math library for vector and matrix generation and manipulation. As well as a small graphical test program that demonstrates FPS type functionality.
AMPRNG secure RNG and stream cipher AMPRNG rev1.0 - is stream cipher, based on strong and simple by design AMPRNG random number generator. So, this is random number and array generator, symmetric stream cipher with nice speed and easy to use in you C/C++ or Delphi applications. Cipher is initialized with 80-512 bit key and (optional) with 80-512 bit IV. Statical tests, such as ENT or DieHard gives very nice results, so data is really close to random.
FIRE this code create a fire fading.
racket game this is a good game with beautifull effects.
Library Management Automation it is a library management automation software ...
Codex3D Projection This Code is used to project 3d point to 2D frame, we can also later, rotate or move it around, though there's stil some problems with virtual Dot Handling, enjoy anyway.. n_n this may be the base of my future OS.. n_n created in DEVC++ with Graphics.H library, for further Info, look inside proyeksi,H
create your cursor in cpp You can draw your own cursor and get the numbers that has to be passed to the REGS array
Nth Root of a Number Calculates the Nth of a Number. Means Calculates Nth root of X.
prahide taskbar This program will hide the "taskbar" button on the taskbar everytime someone tries to click on it!
ThreeD (3D) Bicycle Opengl This is a computer graphics case study for 3D model creation in Opengl. It covers all features of graphics concepts likes (Transformation, Camera, Projection, Animation). A good stuff for computer graphics students.
BANKING It is genrally a project on how a bank works.......... It includes opening, closing, managing accounts... Money credit/debit via cheque/cash/DD... Its a good one with graphics..........
CALENDER wanna to know day of your birth date... simply execute this program....
Newtons Forward Interpolation This Calculates the Value of Y for a Given value of X when a set of X Values and a corresponding set of Y Values are Given. The Value of X foe which Y is to be calculated should be in the given range (Range of X Values)

Page 1 of 550 found. Entries 1 - 20 of 10987 found

Next 20 entries