Origin of C++, differences from Turbo C, and software engineering basics

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
VashtiMaiden
Messages
35
Reaction score
0
Hello. Will you please help me? I really need it..

1. What is the origin of C++?
2. What is the difference between C++ to TURBO C?
3. Significance of software engineering in software development?
4. Characteristics of software engineering?

Thanks.
 
Engineering news on Phys.org
Please do try using google first this is easy to dig up:

1. http://en.wikipedia.org/wiki/C++

2. http://en.wikipedia.org/wiki/Turbo_C

3. Look into Computer Based Software Engineering, and software Engineering, as background read up on system Engineering (Peter Checkland, and Fred Brokes "No Silver Bullet").

In terms of Development there are:

Waterfall Method

Agile Method

RAD (Rapid Application Development)

Evolutionary, and many others.

4. Reading the suggested material will explain this in detail.

Anhar,