top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

major defects of the C++ programming language

+3 votes
314 views

What are the major defects of the C++ programming language?
How can they be solved?

posted Mar 24, 2014 by Muskan

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes
 
Best answer

Following are the major defects in C++

  1. Manual memory management
  2. Lack of binary compatibility
  3. Lack of "finally" keyword
  4. Lack of properties
  5. Lack of pointers to member functions
  6. Atomic types have no explicit size defined
  7. No run time encapsulation
  8. Defective operator overloading
  9. Defective exceptions
  10. No high-level built-in types
  11. Poor Casts.
answer Mar 26, 2014 by Pavan P Naik
Similar Questions
+3 votes

http://en.wikipedia.org/wiki/Relational_database_management_system

There are Database Backup and restore utilities for RDBMS Systems.
The Backup program generates a (.Bak) Binary File as output which can later be restored in case the Database crashes.

What could be the Algorithm/s in database backup/s and restore programs ?. i.e. C/C++ Programming logic/Algorithm.

...