what is the most valuable computer language 2 learn?

ccslk

Active member
  • Feb 13, 2007
    1,547
    2
    38
    friends,there are many computer languages ne.Ada kale hodata study kaloth job field eke wadiyenma demand ekak thiyena programming language eka mokakda?

    java,C,C++,C#.net,VB wage languages walin.
    mewayn study karanna hard ma language eka mokakda?

    wadiyenama powerfull (godak wada karanna puluwan) language eka mokakda?

    me gana danna kawruth thama thamange comments danna.:yes: :yes:
     

    fallenzeraphine

    Active member
  • Jan 29, 2008
    1,385
    9
    38
    None of those...first thing u should learn is C++ the industry standard programming language...and u must know some assembly to optimize C code, currently most robust Programming languages are C++, C, x86 Assembly Language (All of these languages are platform Independent), its only using these languages u can even code a Operating system, Ex Linux Kernel is completely written in C language, and Windows Kernel is written in C++ language, and most of its other components.
     

    TΞΞNSTAR™

    Member
    Mar 19, 2008
    15,866
    42
    0
    StuCk In My AnGelZ HeArT!!!
    fallenzeraphine said:
    None of those...first thing u should learn is C++ the industry standard programming language...and u must know some assembly to optimize C code, currently most robust Programming languages are C++, C, x86 Assembly Language (All of these languages are platform Independent), its only using these languages u can even code a Operating system, Ex Linux Kernel is completely written in C language, and Windows Kernel is written in C++ language, and most of its other components.

    Ohh Tnx 4 d Info bro
     

    fallenzeraphine

    Active member
  • Jan 29, 2008
    1,385
    9
    38
    TΞΞNSTAR™ said:
    C# ... AkA... C Sharp..

    as far as my knowledge C# is d Most Powerful Language..
    This is funny...seems Ur Knowledge doesn't reach far...First thing is first C# is only a language that made to mimic C++ but with the ease of use in mind, but dont get you'r selves fooled C# is not C++ at all, it just look like C++ and thats where the similarities end, C# is one of the coding languages that use the .NET runtime environment, so no matter if u use VB.net or C# they all finally compile in to CIL or Common Intermediate Language, then it is converted to machine code through the CLR or Common Language Runtime, when the program Is executed, so essencialy VB.net and C# are only front ends for the same Language, It was made to ease the burden of Learning a completely new Syntaxes for C++ users and VB users.

    So NO C# is definitely not the Most Powerful Language..not even close infact u can do all the things u do with C# with VB.net because they both use the Common Intermediate Language.

    It is so sad even The IT degree holders (Most of them) in SL don't even know the basics of Computer programming, they dont even know what they use, they just use it because they were told to do so,
     
    Last edited:

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    ccslk said:
    friends,there are many computer languages ne.Ada kale hodata study kaloth job field eke wadiyenma demand ekak thiyena programming language eka mokakda?

    java,C,C++,C#.net,VB wage languages walin.
    mewayn study karanna hard ma language eka mokakda?

    wadiyenama powerfull (godak wada karanna puluwan) language eka mokakda?

    me gana danna kawruth thama thamange comments danna.:yes: :yes:

    Hardest - Machine code
    Next hardest - Assembly language
     

    madurax86

    Member
    Jun 29, 2006
    4,385
    88
    0
    fallenzeraphine said:
    This is funny...seems Ur Knowledge doesn't reach far...First thing is first C# is only a language that made to mimic C++ but with the ease of use in mind, but dont get you'r selves fooled C# is not C++ at all, it just look like C++ and thats where the similarities end, C# is one of the coding languages that use the .NET runtime environment, so no matter if u use VB.net or C# they all finally compile in to CIL or Common Intermediate Language, then it is converted to machine code through the CLR or Common Language Runtime, when the program Is executed, so essencialy VB.net and C# are only front ends for the same Language, It was made to ease the burden of Learning a completely new Syntaxes for C++ users and VB users.

    So NO C# is definitely not the Most Powerful Language..not even close infact u can do all the things u do with C# with VB.net because they both use the Common Intermediate Language.

    It is so sad even The IT degree holders (Most of them) in SL don't even know the basics of Computer programming, they dont even know what they use, they just use it because they were told to do so,

    said correctly!
    i think vb6 is better than C# msvbvm6.dll is only abt 1mb :P da freakin .NET framwork is over 30MB mann
    for me the most powerful is c++ ... in compiler wise not visual :P da mingw32 is better in ide bloodshed is far more better than othe IDEs
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    TΞΞNSTAR™ said:

    Maybe Not the best .. but One of the Best From the Rest..

    Most of the High Level softwares is build up with the help of C# isnt it/??

    Correct me if im wrong :D
    Wrong. Most high level languages are based on C or C++
    C# is just a simplified version of C++
     

    TΞΞNSTAR™

    Member
    Mar 19, 2008
    15,866
    42
    0
    StuCk In My AnGelZ HeArT!!!
    fallenzeraphine said:
    This is funny...seems Ur Knowledge doesn't reach far...First thing is first C# is only a language that made to mimic C++ but with the ease of use in mind, but dont get you'r selves fooled C# is not C++ at all, it just look like C++ and thats where the similarities end, C# is one of the coding languages that use the .NET runtime environment, so no matter if u use VB.net or C# they all finally compile in to CIL or Common Intermediate Language, then it is converted to machine code through the CLR or Common Language Runtime, when the program Is executed, so essencialy VB.net and C# are only front ends for the same Language, It was made to ease the burden of Learning a completely new Syntaxes for C++ users and VB users.

    So NO C# is definitely not the Most Powerful Language..not even close infact u can do all the things u do with C# with VB.net because they both use the Common Intermediate Language.

    It is so sad even The IT degree holders (Most of them) in SL don't even know the basics of Computer programming, they dont even know what they use, they just use it because they were told to do so,

    Oh Tnx 4 d info bro... i ddnt knw abt it...
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    fallenzeraphine said:
    This is funny...seems Ur Knowledge doesn't reach far...First thing is first C# is only a language that made to mimic C++ but with the ease of use in mind, but dont get you'r selves fooled C# is not C++ at all, it just look like C++ and thats where the similarities end, C# is one of the coding languages that use the .NET runtime environment, so no matter if u use VB.net or C# they all finally compile in to CIL or Common Intermediate Language, then it is converted to machine code through the CLR or Common Language Runtime, when the program Is executed, so essencialy VB.net and C# are only front ends for the same Language, It was made to ease the burden of Learning a completely new Syntaxes for C++ users and VB users.

    So NO C# is definitely not the Most Powerful Language..not even close infact u can do all the things u do with C# with VB.net because they both use the Common Intermediate Language.
    Yup. That explains it well.

    fallenzeraphine said:
    It is so sad even The IT degree holders (Most of them) in SL don't even know the basics of Computer programming, they dont even know what they use, they just use it because they were told to do so,
    Agreed 100%. This situation is bad for the IT industry of SL as it creates a bad reputation for the whole IT sector in SL due to these lame brains and the even lamer brained Indians ends up getting the IT jobs and the projects.
     
    Last edited:

    mldarshana

    Well-known member
  • Apr 2, 2007
    34,059
    1,404
    113
    ආශ්චර්ය අභියස :nerd:
    TΞΞNSTAR™ said:

    Maybe Not the best .. but One of the Best From the Rest..

    Most of the High Level softwares is build up with the help of C# isnt it/??

    Correct me if im wrong :D

    Not C# for SURE !!!

    C and JAVA is the best i think. JAVA is continuously developing more than 16 - 18 years and used for many mission critical systems also.

    Ex:- See this Article >> Mission to Mars

    I don't wanna talk Microsoft people, but they haven't been able to produce a STABLE language yet. Of course C# is much more better than earlier languages of Microsoft.
     
    Last edited:

    fallenzeraphine

    Active member
  • Jan 29, 2008
    1,385
    9
    38
    The thing is this, Most SL ppl do IT degrees thinking that they will be able to Code like hell after they finish the degree (don't get me wrong i know some that are just exceptionally brilliant Software engineers), the simple matter of the fact is i think the Art of software coding is something that should be in ur blood, not everyone can make a OS using Assembly language. Sri Lankan People are confused about what feild in IT sector they should choose, most of them end up doing some they cant even begin to comprehend, thats why SL dont have a Software Industry at all. nor any other IT related Industry