Results 1 to 5 of 5

Thread: Does anyone know disadvantages of C++?

  1. #1
    Join Date
    Dec 2009
    Posts
    41

    Does anyone know disadvantages of C++?

    Hello friend,

    I am new to the C++ programming language. The best advantage of C++ language is that it is Object oriented language. But I also want to know about the disadvantages of the C++ programming. I wonder if you are able to provides me some disadvantages of the C++ language. I will greatly appreciate you any help over this issue.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Does anyone know disadvantages of C++?

    Following are some disadvantages of C++:
    • Too large cutting objects
    • Trend inflation class
    • No standardization
    • Difficulty in understanding the functioning of an algorithm

  3. #3
    Join Date
    May 2008
    Posts
    2,297

    Re: Does anyone know disadvantages of C++?

    Pointers are the only way in C++ to have a persistent object in memory. The segmentation errors in C++ are very rare, because many classes have been written precisely to help prevent access to hazardous job. In C++ there is still a point where the pointers are needed is to make dynamic arrays. Being able to use pointers without encapsulation, which checks the types and prevents buffer overflows or writing data anywhere in memory is not an advanced one that guarantees execution speed greater.

  4. #4
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Does anyone know disadvantages of C++?

    Hi friend,

    I suggest you to refer below disadvantages of C++:
    1. Constraints on platforms
    2. Size of executable
    3. No garbage collector
    4. Memory leaks
    5. More Compilation time

  5. #5
    Join Date
    May 2008
    Posts
    2,389

    Re: Does anyone know disadvantages of C++?

    In C++ programming the pointers are not helpful either, they can make so many errors and segmentation fault. While passing by reference works very well. In C + +, there is one ":" reference is an alias name, a pointer is an address on the heap (dynamic memory). In Java, for example, a reference "point" on an address of the heap, but it is transparent to the programmer. C + + using useless things and complex, but worse, it has some aspects of OOP valuable property.

Similar Threads

  1. what are the disadvantages of SharePoint
    By Akua in forum Windows Software
    Replies: 5
    Last Post: 06-01-2012, 07:16 AM
  2. Disadvantages of supercomputers?
    By @nki$achi in forum Technology & Internet
    Replies: 4
    Last Post: 30-12-2011, 09:45 PM
  3. What are the disadvantages of XML?
    By ScarFace 01 in forum Software Development
    Replies: 4
    Last Post: 11-02-2010, 02:40 PM
  4. Disadvantages of Inheritance
    By Bottlenecked in forum Software Development
    Replies: 5
    Last Post: 10-02-2010, 08:18 AM
  5. Disadvantages of WiMAX
    By Sumit21 in forum India BroadBand
    Replies: 2
    Last Post: 30-01-2009, 02:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,951,580.65066 seconds with 17 queries