What is your favourite programming language

That's right. ;)
HTML stands for hyper text mark-up language. :)
 
Thats true HTML isnt a programming language,I quite like matlab too,quite interesting with all the tranfer functions and stuff.
 
I tried to learn a few programing languages and never got passed the basics. Python has to be the easiest programming language ever invented!!!!
 
Maybe but programming languages should not be judged on their ease of learning but their applications and use as a whole.
 
We are learning C++ at school. It's Pretty good. It is very User Friendly. it is object oriented and that makes it easier to learn and use.
other than that, i only know basic(q-basic).
 
Does someone know any language that has been released pretty recently,if yes how good/bad is it?
 
Anybody knows about VB's decomplier.

I mean the exe's we cretae using VB.Can they be viewed with thier forms and the coding.

I knows a Java decompiler is there but bout VB ???????
 
I'm learning c++ now at college. Other than that I know a little C and that's it. Not diverse knowledge of computer programming languages.
 
ronny_kingsley said:
Anybody knows about VB's decomplier.

I mean the exe's we cretae using VB.Can they be viewed with thier forms and the coding.

I knows a Java decompiler is there but bout VB ???????
I don't think there's a full VB decompiler, you still can find few decompilers which could decompile some parts of the code but not the entire project. Its because when you compile your project will be converted to machine dependent code. You can try and have a look at http://www.vb-decompiler.net/

Where as in java when you compile most of your code remains as it is and it will be complied at the run time. That's why you can run your java class file on any OS.
 
Last edited:
i have learnt C++, Java, VC, and C# during my 4 year degree of Software Engineering... but 1 language which i learnt totally myself is VB..I like VB and C# for their simplicity.
 
Im just starting to learn vb,hopefully its as easy and useful as most of the members say.
 

Users who are viewing this thread

Top