Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Randy5 is offline Master Member
    Join Date
    May 2010
    Posts
    571

    Default C Programming drawbacks?

    Are there any major drawbacks or limitations to C programming that someone should be aware of before learning this language?

  2. #2
    suwunk is offline Super Moderator
    Join Date
    Aug 2010
    Posts
    1,081

    Default

    C is not an object oriented language - to make it so, C++ was developed.

    C is not a "strongly" typed language. Some might see this as an advantage (as there are times when this is highly beneficial). From a code maintenance standpoint this is a weakness. C also has been (especially in the early days) considered highly cryptic. To be fair, any programming language can be coded cryptically, it's just easier in C.
    C/C++ Programming


 

Similar Threads

  1. programming and 3D
    By WrigleyF in forum Programming
    Replies: 1
    Last Post: 2011-03-29, 09:36 PM
  2. programming for all
    By WrigleyF in forum Programming
    Replies: 0
    Last Post: 2011-02-02, 09:06 AM
  3. learning programming
    By PotsNPans in forum Programming
    Replies: 1
    Last Post: 2010-09-13, 07:28 AM
  4. programming for everybody
    By WrigleyF in forum Programming
    Replies: 0
    Last Post: 2010-08-17, 10:18 AM
  5. Programming Languages
    By sgoodman in forum Off Topic
    Replies: 4
    Last Post: 2008-11-05, 01:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts