please tell me whats the difficulty level of each programming language?
i just wanna ask if can anyone please give me your difficulty rating based on programming language because im an advanced vb6 programmer. please tell me how do you rate the difficulty level of each language: C/C Java ASP/ASP.NET PHP Phyton
Asked by Nintendo Drive about Programming Design
If you know VB you are halfway home. Coding is coding and once you can wrap your mind around the logic to write code its merely a matter of learning the different accents of each language. The hardest part coming off of VB to other languages is getting away from the Visual part. Its SO nice having a lot of the guts of the code visually manipulative. C was a bear to first learn because of the concept of object oriented. But the actual commands and logic sequence were basically the same. Personally Id rank it the hardest but only until you can wrap your mind around objects. Then its just another form of code. PHP is fairly easy to write and read the commands. Your best bet would be to do a web search for each languange examples c program examples python code examples php examples etc. and look at some sample programs. The Web is full of them and you will be able to see for yourself how the basic logic is the same its just the manner in which subroutines are called or the logic is processed that is different. But basically you learn one you can learn them all. Your best bet
Answered by MOZ
No comments:
Post a Comment