PHP. Perl. Java. C++ C or any other programming languages.?
I wanna learn this programming languages. I know it won't be easy but I
m really into learning these kinds of programming languages. Can you tell me where I could start? What do I need to install? What is the most easiest Prog.Lang.? Thank you in advance ![]()
These are good languages to know.First of all I would recommend getting these books on amazon or half.com "complete reference to PHP","complete PHP","Complete reference to Perl", "Complete Perl" & so on.These are really good books.They will give you a strong foundation.Second of all I would learn Java first because its pretty wide language.Once you understand this language then C++ & C are quite similar as Java.Third of all you will be able to understand and manipulate PHP & Perl.Also consider Java Beans.
start with batch files
start with googling it
References :
turing
References :
if you use windows visual basic would be ideal, its very easy
References :
u should start with ebook,a lot of information u can get include what tools u need to learning programming language ,u can download free or buy just search in google,then join programming languages forum.
References :
Of them java is the easier I think.
References :
These are good languages to know.First of all I would recommend getting these books on amazon or half.com "complete reference to PHP","complete PHP","Complete reference to Perl", "Complete Perl" & so on.These are really good books.They will give you a strong foundation.Second of all I would learn Java first because its pretty wide language.Once you understand this language then C++ & C are quite similar as Java.Third of all you will be able to understand and manipulate PHP & Perl.Also consider Java Beans.
References :
http://developers.sun.com/devtools/index.html
http://www.codeproject.com/
http://developers.sun.com/sunstudio/
http://www.thefreecountry.com/compilers/cpp.shtml
http://www.microsoft.com/Express/
http://www.asp.net/
You start by learning programming – before you learn languages to do it in. Start with http://www-old.oberon.ethz.ch/WirthPubl/AD.pdf (it's free – and the best programming text I've ever found).
References :
30 years of teaching programming.
I would recommend starting with C# or VB. They are pretty simple and similar in a way. In VB you would do :
Dim MyStr = String
MyStr = txtBox.Text
In C# it would be:
String MyStr = txtBox.Text;
But it all depends on what you want to learn first.
References :