Monday, April 8, 2013

Welcome to Code Samples !

Hello, This is code-samples, a blog dedicated to present code examples for common programming questions in multiple languages. These example codes will help beginners to improve their programming skills. In this blog I will try to give code examples in few different programming languages (mainly in C++, JAVA, C# and sometimes JavaScript, php)

To be an efficient and proficient programmer, just follow three easy steps 

  1. Try to understand the problem.
  2. Try given examples. Open your text editor or programming IDE, type down the given example (never do copy - paste) and run it. If your programme run correctly at the first time you are lucky. But if you have some error you are more than lucky ! . Because Mr. Error is the best friend for a beginner. (You know Google is waiting there to help you, Don't you? )
  3. Try to write your own programme (code)   based on the given example. Try to modify it or add something more. This step is essential. Because you have to think in your own way to be a good programmer.
Please notice that this blog is not a step by step guide focused in teaching programming languages.  

Your comments, suggestions, reviews and code modifications are welcome !!