program languages' complexity comparison

Discussion in 'C#' started by chamilhewagama, Oct 1, 2010.

  1. chamilhewagama

    chamilhewagama New Member

    Joined:
    Oct 1, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    i have to compare the C,C++,C# and Java languages complexity for an activity, i need to know what is lowest complex language from above 4. i have to done that using the cyclomatic complexity method mccabe. i think it would better to show a one program using all 4 languages and show what is the lowest one, but :confused: i dont know what shuld be the that program. ANY HELP PLEASE...:)
     
  2. dotNet Zombie

    dotNet Zombie New Member

    Joined:
    Aug 28, 2010
    Messages:
    34
    Likes Received:
    10
    Trophy Points:
    0
    Occupation:
    .Net Developers
    Location:
    Minnesota
    Home Page:
    http://www.dotnetzombie.net
    C# and Java are way less complex than C and C++.

    C# and Java are managed enviroment langauges and manages your memeory for you. Running in a managed enviroment makes it easier to keep the error to minimum.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice