program languages' complexity comparison

Newbie Member
1Oct2010,17:18   #1
chamilhewagama's Avatar
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 i dont know what shuld be the that program. ANY HELP PLEASE...
Go4Expert Member
1Oct2010,20:46   #2
dotNet Zombie's Avatar
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.