English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In general software engineers learn 'c and c++' languages where and how ,which purpose they use?

2006-07-31 00:03:46 · 7 answers · asked by Swati 1 in Computers & Internet Programming & Design

7 answers

They are useful Set of Laungages (codes) to Make your Software listen to your commands.

C and C++ are the Basics to this Modern Tech World and every thing starts from Here.

Where... reading, listening and from training institues/ schools/ colleges :-))

Hope this solves and vote me the BEST

Keep asking Yahoo

2006-07-31 00:08:21 · answer #1 · answered by LORD 3 · 0 0

These two languages are the two most widely known general purpose programming languages. They are used to write operating systems, applications, programming libraries, CGI programs and, in short, every kind of native executable software you can imagine. C is used with the modular procedural paradigm while C++ extends its capabilities into the object oriented programming paradigm. They are even capable of extending or writing other languages such as PHP, Java and even themselves. In business terms, they often provide the core language facilities chosen by any engineering or software development concern. They are used in many businesses to write and maintain specialized industry specifc programs. Colleges teach C and C++ as core languages to applications development.

2006-07-31 06:21:01 · answer #2 · answered by Anonymous · 0 0

The field of "embedded software", that is, software writting for computers of the non-desktop variety, such as those in photocopiers, barcode scanners and the like rely extensively on C, and to a very slowly increasing amount, C++.

C is a good language in that it allows for high-level abstraction at the same time that it allows for low-level direct manipulation of hardware. Almost all manufacturers of small microprocessors make a C compiler available for those manufacturers who purchase their hardware - it is almost the universal language of the small microprocessor.

I have been in the industry for 23 years, and it is far more important to learn good programming style and algorithms than it is to learn new programming languages.

2006-07-31 00:40:48 · answer #3 · answered by brunt 4 · 0 0

Most of modern operating systems are written in C.
This language has been especially designed for writing operating systems and can be called "low-level programming language". C++ is C extension turning "plain C" into object-oriented world. Though in plain C you also can write object-oriented software, C++ allows to write very complex and crazy systems more easy and (it is very important) makes the code more clear.

2006-07-31 00:51:06 · answer #4 · answered by alakit013 5 · 0 0

these languages helps you to make new formulas depending on ur creativity which can make ur work easier n faster.also in grafics u can do miracles if u have a strong imagination and creativity.these languages are basic languages with which u start and go to higher languages

2006-07-31 00:15:41 · answer #5 · answered by akash 2 · 0 0

C and C++
!Software development
3d animation
Electronics Projects
Garfix
Games
and more

2006-07-31 00:10:06 · answer #6 · answered by smile santosh 3 · 0 0

turbo C++ is a general purpose computer programming langauge. it is statically type free for multi paradigm langauge upporting procedurl programming data abstraction of object oriental programming & generic programming. try searching 4 program C

2006-07-31 00:18:21 · answer #7 · answered by Anonymous · 0 1

fedest.com, questions and answers