About this Site
Create your own website today!
Update your website
Vote for this Site
Visit My Chat Room
Popular Popups
Jukebox
Message Board
Classified Ads
Statistics
Refer This Site
To A Friend
Home

Visual Basic Programming
Game Programming
Building Your Own PC
Assembly Language Programming
Video Taped Learning Lectures
Buying Software and Hardware
HTML
C and Cplus plus Programming
Java Programming
Microsoft Access
Microsoft Excell
Lotus 123
ZDTV
Using The Internet
PC Troubleshooting
Internet Auctions
Delphi Programmer
BASIC Programming
Pascal Programming
Other Programmers Home Pages
Elite Programmers
Ada Programming
SQL Programming
Find A Programming Job
MCSD Certification
MCSE Certification
Programmers Vocabulary
QuickBASIC Programming
Fortran Programming
Cobol Programming
Programming Technique
Thomas Alva Edison
Orville and Wilbur Wright
Albert Einstein
NASA
Our Sun
The Ocean
Interferometer
Charles Robert Darwin
Day Trading Stocks
My VB Projects
My VB Notes
What Causes Us To Age
Genome Project
Isaac Newton
Radio Telescopes
SETI Project
The Great Viking Civilization
Doppler Shift
Electronics Technology
Scientific Research Methods
Gravity Wells
Superconductor
The Neanderthals
Bodybuilding
Web Jobs
Cool Pictures
Sigmund Freud
Galileo Galilei
Dinosaurs
Plato
Contest
Time Zones
Webmaster
Computer Viruses






  NEW! Poetry and Doll Maker with Galleries!     [Learn About Our Ecommerce]
Graphics Gallery!

What is C?
C
A high-level programming language that is widely used. Originally developed at Bell Labs, C and C++, the object-oriented version of C, are used for most commercial software as well as many internal applications. There are C and C++ compilers for every major hardware platform.

C is written as a series of functions that call each other for processing. In fact, the body of every C program is a function named "main." Functions are very flexible, allowing programmers to choose from the standard library that comes with the compiler, to use third party functions from other C suppliers, or to develop their own.

The following C example converts fahrenheit to centigrade:

main() {
float fahr;
printf("Enter Fahrenheit ");
scanf("%f", &fahr);
printf("Celsius is %f\n", (fahr-32)*5/9);
}

What is C++?
C++
An object-oriented version of C created by Bjarne Stroustrup. C++ has become popular because it combines traditional C programming with OOP capability. Smalltalk and other original OOP languages did not provide the familiar structures of conventional languages such as C and Pascal. See Borland C++ and Visual C++.



My Notes:
Here's a list of C language devepment cycle:
1960 ALGOL 60
1963 CPL
1967 BCPL
1970 B
1972 C

C runs under the dos operating system. C has a dos programming interface. It's a simple programming interface: a text editor. Code is writen in a linear fashion on the blank screen of a text editor. C is not a low-level language like assembler.



C++ is a modified version of C. C programs can compile
with a C++ compiler. C++ incorporates object-oriented porgramming to its capability. C++ has a windows programming interface.



Unsorted Links supporting C and C++ Programming:
http://www.opy.com/default.htm
http://www.strath.ac.uk/CC/Courses/NewCcourse/ccourse.html
http://www.cprogramming.com/
http://www.angelfire.com/ca/ProgrammersForum/index.html
http://www.eg3.com/softd/cplus.htm
http://www.cyberdiem.com/vin/learn.html
http://freehosting2.at.webjump.com/dj/djgpp-programmer/index.html
http://www.cs.bham.ac.uk/~jdm/cpp.html
http://cplus.miningco.com/
http://www.programmingtutorials.com/
http://members.tripod.com/jcarbrey/cpp_programming_sourcecode/
http://www.mindspring.com/~glengk/
http://www.eskimo.com/scs/cclass/krnotes/top.html
http://codehelp.com/
http://globus.isi.edu/ccpp/
http://www.azstarnet.com/dmcclain/LanguageStudy.html
http://www.csprogramming.com/
http://www.cdlearning.com/
http://www.lysator.liu.se/c/
http://coding.quakecity.net/
http://www.research.att.com/bs/C++.html
http://www.cit.ac.nz/smac/pascal/howtopro.htm
http://www.ualberta.ca/~maldridg/tutor/ProgTut.html
http://www.desy.de/gna/html/cc/reading.html
http://www.geocities.com/SiliconValley/Lakes/5657/
http://www.technetcast.com/
http://www.geek-girl.com/bsd/psd/index.html
http://cm.bell-labs.com/who/dmr/
http://cm.bell-labs.com/who/ken/
http://www.netvalley.com/netvalley/51213top100mag.html
http://www.EastCoastGames.com/
http://www.angelfire.com/on/ccode/
http://www.programmersheaven.com/
http://odin.bio.sunysb.edu/tedshieh/software/
http://indigo.ie/~pjn/cplus.html
http://www.activeeducation.com/c++4cprg.htm
http://www.aul.fiu.edu/tech/visualc.html
http://www.compucation.com/vcpp.html
http://www.visionx.com/mfcpro/links.htm
http://www.mvhs.srvusd.k12.ca.us/rkrane/clecs/prata/bcpp1.htm





Links+for+Beginers+C/C+++Lessons+and+other+beginers+stuff:
http://www.itknowledge.com/reference/library/1571691316/ewtoc.html
http://www.cs.uow.edu.au/people/nabg/ABC/ABC.html
http://hsb.baylor.edu/html/vaughnr/classes/cpp/cpp.001/chapter.000/reserved.htm
http://www.eng.fsu.edu/haik/met.dir/hcpp.dir/notes.dir/cppnotes/node11.html
http://devcentral.iftech.com/learning/tutorials/c-cpp/cpp/
http://phantom.iweb.net/docs/tutorials/c++-intro/
http://msdn.microsoft.com/visualc/technical/training.asp
http://www.cerfnet.com/~mpcline/C++-FAQs-Lite/


Links+for+C/C+++function+definitions+and+examples:
http://www.gator.net/~garyg/C/FUNCTIONS/funcref.htm


Link+on+C/C+++Vocabulary:
http://foldoc.doc.ic.ac.uk/foldoc/index.html
http://phoenix.goucher.edu/kelliher/cs17/feb16.html


Links+for+C/C+++Books:
http://www.wordbench.com/bookstore/computerprogramming-22.html
http://amazon.com/exec/obidos/ts/book-glance/186100088X/
http://www.asset.com/Products/Amazon/candc.htm
http://www1.viaweb.com/quantum/software-engineering.html


Links for C/C++ Video taped instruction:
http://www.candico.com/training/windows/c/cplus.html
http://www.netwind.com/html/c_programming.html


Links+for+C/C+++online+magazines:
http://www.cuj.com/home/
http://www.netvalley.com/netvalley/51213top100mag.html




Have A Diffucult Question That You Need Answered? Leave
It On My Message Board For 90 days:
http://www.InsideTheWeb.com/mbs.cgi/mb668156

Got A Question? My Chat Room To Meet Other People Who
Like To Discuss Computer Topics:
~http://mercury.beseen.com/chat/rooms/p/7948


Sign Guestbook

View Guestbook

Neal Russell Vanderstelt Self-Taught Programmer
HCR2 Box 850-144
Tucson Arizona 85735
United State Of America
520-822-9866

nealvanderstelt@hotmail.com

Domain Lookup
         www..
Get www.yourdomainofchoice.com for your site with services!




.

 
Any WordAll WordsExact Phrase
This SiteAll Sites
Visitors: 02341
Page Updated Fri Jul 30, 1999 12:13pm EDT