Pages

Subscribe:

Blogger templates

Sample Text

Total Pageviews

Followers

About Us

My Photo
MY Name is Vicky. I am student in Univercity.Programming and webdesigning but i don't like Maths.Someone should kill the teacher .Besides i like writing stories ,and sciencefiction scripts .Soon i will have my book and a movie !!Like so much cooking & travelling all over the world an learn about other cultures! An artistic kid and art is my breath !

Wednesday, December 31, 2008

C++ Lesson1(Compiler)

C++ is a language of computer's programming
if you want to try your abilities download DevC++

First of all , your pc understands dyadic system ...Programm's text (commands/orders) bust be changed to 0 and 1(source file).so when Operating System is installed , compiler is installed too.This "program' takes source file and turns it to object ..But it's not executable cause it need additional information.It takes them from the libraries and the connection between them and object is achieved by another program , that is called linker .After this step the executable program is created and is ready to run

<<<<-- an e.g
STEPS
  • sourse file
  • Compiler
  • object
library
  • linker
  • exe


Source program -> grade.cpp --> Cpp is the extension of sourse file and shows that this file includes a program in C plus plus

Executable-> grade.exe--> it can run..

0 comments:

Post a Comment