Você está na página 1de 6

2012

[C,C++ AND OBJECTORIENTEDPROGRAMMING[OOP] LANGUAGE FOR BIOMEDICALENGINEERING COURSES: PART-1, NOTES ]


[TEXT-BOOK: THE WAITE GROUPS TURBO-C PROGRAMMING FOR THE PC AND TURBOC++, BY ROBERT-LAFORE, REVISED-EDITION ]
[MY BLOG-> www.medical-image-processing.blogspot.com]

MOHAMMAD-SIKANDAR-KHAN-LODHI BIO-MEDICAL-ENGINEERING-GUIDE.INC 12/3/2012

[C,C++ AND OBJECT-ORIENTED-PROGRAMMING[OOP] LANGUAGE FOR BIO-MEDICAL-ENGINEERING COURSES: PART-1, NOTES ]

INTRODUCTION: With this bookand turbo C++, you will be taking an easy and effective path to mastery of the C-language and the ability to write PC applications. WHY USE C : in the last decade , the C programming language has become the overwhelming choice of serious PC programmers , why? C is unique among programming languages in that it provides tha convenience of a higher level language such as BASIC or Pascal, but at the same time allows much closer control of a computer s hardware and peripherals, as assembly language does . there are very few operations that can be performed on the PC in assembly language, that cannot be accomplished usually far more convently in C, this is probably the principle reason for Cs popularity on the PC. But C has other advantages as well. The better C compilers can now generate amazingly fast Code. This code is so efficient that it is often difficult to produce significant speed increases by rewriting it in assembly language . C is also a well structured language: its syntax makes it easy to write programs that are modular and therefore easy to understand & maintain .
[BIO-MEDICAL-ENGINEERING GUIDE.INC BY SIKANDAR LODHI] Page 2-OF-

[C,C++ AND OBJECT-ORIENTED-PROGRAMMING[OOP] LANGUAGE FOR BIO-MEDICAL-ENGINEERING COURSES: PART-1, NOTES ]

The C language includes many features that are specifically designed to help create large or complex programs. Finally, C is portable: its easier to convert a C program to run on a different Machine then it is to convert programs written in most other languages . Note : C language is used in many hardware like -> you should have access to an IBM PC, XT, AT,PS/2,or compatible. These machines use 8088,8086,80286,80386,or 80486 Micro-processors. In general, any machine that can run version 2.0 or later of MS-DOS or PC DOS is appropriate. It should have at least 640k of memory.

Ch-1: the turbo C programming environment ; [start here] COMPUTER-LANGUAGE: In the computer, the instruction written according to set of rule and in a specific way of mannar, this set of rules or instructions is called computer-language , for example : C/C++,OOP,java,e.t.c; COMPUTER-PROGRAMMING:-

[BIO-MEDICAL-ENGINEERING GUIDE.INC BY SIKANDAR LODHI]

Page 3-OF-

[C,C++ AND OBJECT-ORIENTED-PROGRAMMING[OOP] LANGUAGE FOR BIO-MEDICAL-ENGINEERING COURSES: PART-1, NOTES ]

The set of instructions [or rules] which will given to computer by wgich the computer can performed specific task with the help of this instructions , and this set of instructions [or rules ] called as Computer programming . CHARASTISTIC-OF-C-LANGUAGE: Afficient-language: The C-language can directly excess on the hard-ware of a computer system and it use the fever command to compile Cprogrammed , its more afficiently as its compared to the other language . CASE-SENSITIVE-LANGUAGE: C-language is a case sensitive language it means that if a character[latter] is written in lower case it will be consider as different form as same latter is written in Upper case ; LINE-SENSITIVE-LANGUAGE: The C-language is not a line sensitive language because it mean that , you can write several command in same line by using statement-Terminator[ semi-colon = statementTerminator = ; ]. PORTABLE-LANGUAGE:The C-language can be stored on one type of computer like Pentium-4 ,computer system , but it also be store on easily on
[BIO-MEDICAL-ENGINEERING GUIDE.INC BY SIKANDAR LODHI] Page 4-OF-

[C,C++ AND OBJECT-ORIENTED-PROGRAMMING[OOP] LANGUAGE FOR BIO-MEDICAL-ENGINEERING COURSES: PART-1, NOTES ]

other type of computer like Pentium 1 or 2 computer system, that is its require less system requirement during execution, BASIC-FOR C++ : The statements , commands and mathadoligies which is used in C language they are also available in C++ , thus learning CLanguage is the 1st step towards learning C++ language. INTEGRATED-DEVELOPMENT-ENVIRONMENT [IDE]: The environment of C is called as IDE, it is a screen display environment with windows and pulldown menus, its similar as DOS editors . Input screen for C-language = IDE; Output screen of C-language = DOS; ----

[BIO-MEDICAL-ENGINEERING GUIDE.INC BY SIKANDAR LODHI]

Page 5-OF-

[C,C++ AND OBJECT-ORIENTED-PROGRAMMING[OOP] LANGUAGE FOR BIO-MEDICAL-ENGINEERING COURSES: PART-1, NOTES ]

[BIO-MEDICAL-ENGINEERING GUIDE.INC BY SIKANDAR LODHI]

Page 6-OF-

Você também pode gostar