buku
Entri Populer
10 Most Beautiful Beaches in the World
Lanikai Oahu For those of you who are on vacation to the United States try to pull out into the countryside Hawaii, because there are be...
C++ Program to find the sum, difference, product and quotient of two integers
#include <iostream.h> #include <conio.h> void main() { clrscr(); int x = 10; int y = 2; int sum, difference, product, ...
Program to enter three integers and output the smallest integer using IF.
#include <iostream.h> #include <conio.h> int main() { clrscr(); int x,y,z,smallest; cout << "Enter 3 integers : ...
Discover Tropical Paradise Private Island World's Most Beautiful
private islands , private islands most beautiful , beautiful island , natural attractions , tourist tropical Many rich people...
Program to convert 2-digit octal number into binary number and print it
#include <iostream.h> #include <conio.h> void octobin(int); void main() { clrscr(); int a; cout << "Enter a 2-digit...
C++ Program to output an integer, a floating point number and a character
#include <iostream.h> #include <conio.h> void main() { clrscr(); int x = 10; float y = 10.1; char z = 'a'; c...
Program to change the background colors on the screen.
#include <conio.h> #include <graphics.h> #include <stdlib.h> #include <stdio.h> void main (int) { int gdriver=DETE...
C++ Programming : Program 4-A Program to enter velocity, acceleration and time and print final velocity using the formula : v = u + a * t
Click here for C++ PROGRAM #include <iostream.h> #include <conio.h> void main() { clrscr(); int v,u,a,t; cout << "En...
Program to enter salary and output income tax and net salary.
#include <iostream.h> #include <conio.h> void main() { clrscr(); int itrate; float salary,itax,nsalary=0; cout << "...
Program to enter your age and print if you should be in grade 10.
#include <iostream.h> #include <conio.h> void main() { clrscr(); int age; cout << "Enter your present age : " ...
Selasa, 25 Januari 2011
Sources c++
Generic Console programs
File
Description
Source
C++ Tutorial Sources
Set of simple example sources to follow the
C++ Tutorial
included in the
documents section
of this site.
Juan Soulie
Fraction
Example program to add and reduce fractions.
Abraham Ishaq
Fraction
A Fraction class that has the ability to add, subtract, multiply, divide and show various statistics of the fraction.
Daniel Pronych
Triangle
Small program for beginners demonstrating the use of loops and iostream + iomanip libraries.
Gary Paduana
Master String
This is a collection of functions, and classes that will aid you in very explicit string manipulation.
Jared Bruni
Encrypt
Encrypts/Decrypts a piece of text using vigenere algorithm.
Sam Alexander
Rectangle
A simple program demonstrating tokenizing by drawing a rectangle.
Nick White
Binary convert
A simple program that converts a string into its binary representation.
Matt Fowler
Windows programs
File
Description
Source
Winnie
A small program that shows one of the fundamentals of Windows programming: How to create a window.
Tom Lee
SDI Frame
A basic framework for Single-Document-Interface applications.
Gary Hall
BMP Loader
Example on how to load a BMP File.
Juan Soulie
GIF View
Example on how to load and display animated GIF and BMP Files.
Juan Soulie
CWinTcpSocket
C++ Winsock wrapper class.
Tom Lee
Master Library
Header file containing a lot of C++ functions. Over 6,000 lines of code with code ranging from DirectX to Winsock. Good resource for windows C++ programming (Visual C++ project files).
Jared Bruni
Win32 Example
Basic intro Windows API, with multiple windows (Visual C++ project files, using C).
Jared Bruni
Win32 Example (II)
Basic intro Windows API, controls, menu (Visual C++ project files).
Jared Bruni
URL Downloader
This is a simple application that allows you to download a file from a web page (Visual C++ project files).
Jared Bruni
Basic Direct 3D 8
Basic intro Direct3D8, sets up the window and draws a few things (Visual C++/DirectX project files).
Jared Bruni
Tank 3.0 Beta
Beta version of a direct3d game that the author is programming at the moment.
Christian Reimann
HWPrint
Example program to demonstrate printing using Win32 API.
Tom Lee
MS-DOS programs
File
Description
Source
Notepad
Text editor.
Zahid Ashfaq
Tidak ada komentar:
Posting Komentar
Posting Lebih Baru
Posting Lama
Beranda
Langganan:
Posting Komentar (Atom)
Tidak ada komentar:
Posting Komentar