Programming language.

November 29, 2010 3:19am CST
Hello mylotters, I think lots of pc user know some copmuter language like c, c++ and etc. I am beginner in this types of programming language. Can you give me some advice on what language should i need to start? Or what language are easy for you? Thanks...
6 responses
• India
29 Nov 10
In my case I started my coding or development by learning "C". I think more than learning to code in a particular knowledge its important to learn the logic how to solve or achieve solution of a particular problem. So developing logic is more important than learning a language. Once you know the logic, rest is just syntax of a that particular language. So I would advice you to first go though 'basic algorithms' and then 'c' and then try on c++ and other programming languages.
30 Nov 10
oh thanks to those who reply. Im planning to start learning with Visual Basic? Is it good for the beginner like me? I have some knowledge with HTML. Is visual basic and Visual Basic Script differ?
• Puchong, Malaysia
30 Nov 10
Go for VB.net. The language is in English. easy to understand. good for beginner. after you comfortable with creating application UI and simple task, then will be easy for you to learn and think the logic and algorithms.
• India
30 Nov 10
Dear, if u would like to start programming, then i would suggest C language because of the fact that other languages are very similar like c. Some chapters or parts of C is same in all other languages like, loop(for,while,...), conditions (if, switch..), data structures i.e. integer, float.... In one line You will get a base for programming. Secondly, c++, Java and others have followed from C And have been created after c. So that also gives u a reason. Lastly, as a teacher and friend i would tell, c or other language with Algorithms. Sharad Agrawal http://agsharad01.blogspot.com
30 Nov 10
thanks my dear, i will try that. but so far i want to concentrate in Visual Basic.
@lovedude (4447)
• India
29 Nov 10
well first of all you need to learn either C or logical data flows.. and step by step move to language.. it's easy to learn language's syntax so initially make focus on logic.. you can learn php in starting too it's also easy language to learn..
@lady1993 (27225)
• Philippines
21 Dec 10
I am also a beginner in programming.. Our teachers have been teaching us the C programming language for now and then we'll move on to C++. They are all quite difficult for me, all you just need to do is study your books well and practice.
@akp100 (13640)
• India
29 Nov 10
Just stick with any one and learn it completely.. Go for c language and learn all its important concept.. All programming languages are almost same ( i mean by logic ) just syntax of them change.. So learn logic carefully this will help you to learn more language in future.
• Switzerland
8 Dec 10
Hello, Java is a very beginner friendly language, C is rather hard for a beginner. I'd start with Java and if you like the C languages more, then slowly move to C# or C++.