--- In [email protected], "Ketan D. Sonar" <[EMAIL PROTECTED]> wrote: > > hey thx nico.. > i m begineer in programming...
If you're a complete newbie to programming, I strongly suggest against C and C++; some Java basics _may_ be o.k., but Java is a fairly complex world in itself. The best beginners' language in my opinion is still Pascal. Try to get a copy of FreePascal and work through Niklaus Wirth's book Algorithms And Data Structures. Fairly theoretical but really good. After you have mastered Pascal, you then can go on to C or C++ (many people prefer C++, and I understand why even though I don't share this opinion) or Java. But first work a while with Pascal and learn the basics of algorithms and the way of thinking like a programmer. You will know when it's time to move on to other languagues. Regards, Nico
