
DianaM |
<a href="http://samples.gotdotnet.com/quickstart/" rel="nofollow">http://samples.gotdotnet.com/quickstart/</a>

ve3ofa |
Not asking much are you?
Delphi/Linux is usually written in a C dialect (C or C++). Java is java.. Perl is Perl.. What I’d suggest is pick 1 language and get familiar with it.. Once you get your mind into programming mode (thinking logically and breaking a project into extremely small parts) and then mastering each small part.. i.e. start with a console hello world program then work on adding the gui to it.. learning the difference between sdi and mdi (single/multiple document interface) .. go to a site i.e. gototnet / channel9/msdn.com or sourceforge get the source code for a project and go line by line through the source and understand and work through each line of code until you know what the programmer is trying to do.. and what each line of code does. Perhaps subscribing to a specific language newsgroup and going through the quesitons and answers presented there might help..
You have to learn what the reserved words in each language do and what comes packaged with each compiler..
Work through example code there is lots out there. Once you are proficient with 1 language learning another is easier..
The hardest part is breaking down a large project into tiny manageable bits and pieces and then putting it all together.. Perhaps the ‘dummies guide to ???’ (replace the ??? with C or Java or Perl) might be a starting place..
You may never master a single language or master them all but the very first language will have the steepest (hardest) learning curve after that it’s just ok how does this language do that item..
Usually your intial programs will not work and it will be up to you to figure out why they don’t work.. and fixing your own mistakes is the most valuable part of the learning experience..

Yeoville |
Hi, mmm555,
You tend to get what you ask for! This time you have not stated whether you are trying to learn the languages or want to teach others.
The following link to articles on C# (not pdfs):
<a href="http://searchvb.techtarget.com/featuredTopic/0,290042,sid8_gci1033932,00.html?track=NL-150&ad=504546" rel="nofollow">http://searchvb.techtarget.com/featuredTopic/0,290042,sid8_gci1033932,00.html?track=NL-150&ad=504546</a>
<a href="http://searchvb.techtarget.com/tip/1,289483,sid8_gci857882,00.html" rel="nofollow">http://searchvb.techtarget.com/tip/1,289483,sid8_gci857882,00.html</a>
<a href="http://www.informit.com/articles/article.asp?p=23211&redir=1" rel="nofollow">http://www.informit.com/articles/article.asp?p=23211&redir=1</a>
These two sites are full of good information on coding practices and techniques:
<a href="http://techrepublic.com.com/2001-6240-0.html" rel="nofollow">http://techrepublic.com.com/2001-6240-0.html</a>
<a href="http://www.codeproject.com" rel="nofollow">www.codeproject.com</a>
Useful if you want to learn the languages.