Thread: [Help ] I am a Newbie.I need some advice from you to become a coder

  1. #1
    Registered User
    Join Date
    Jul 2013
    Posts
    3

    [Help ] I am a Newbie.I need some advice from you to become a coder

    Hi,

    I am venus.Actually i would like to learn programming languages such as c,c++,etc.Now i am just an beginner.Hope this forum will help me a lot.I could not understand yours big programs here.It seems like peoples around this forum must be coders I know that "The Expert at anything was once a Beginner".So give me some advice to become a coder like you.First of all i would like to enter my programming language with "C".So can you please provide me some Newbie tutorials and some Newbie free e-books.I hope you can understand the feeling of newbie.Hope i will get a Positive reply from you guys.

    Thank You,
    ♥ Venus ♥

  2. #2
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    Idk, can you get "Hello, world" working?

    Then I'd start messing around with arrays.

    Then I'd learn how to link a list which also teaches you pointers.

    If you google "hello world in C" you should have a complete example.

    Otherwise, I'd just google "beginner C programming assignments".

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Welcome to the forum, Venus!

    Near the top (center) of this web page, you'll see a link to the excellent C Tutorial. By all means, study it - it's one of the best I've seen on the net.

  4. #4
    Registered User
    Join Date
    Jul 2013
    Posts
    3
    Yeah !! I just know the basic syntax in both c and C++ dude But still i would like to improve my knowledge in coding

  5. #5
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    There is also a C++ Tutorial link up at the top of the page. Plenty of good stuff there, as well.

    And don't forget to Google for more tutorials on whichever language you want to work with - there are many around. None are as good as the C one, imo.

  6. #6
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    Welcome Venus!

    Not to scare you away, but read this: Teach Yourself Programming in Ten Years. You don't have to spend 10 years becoming an expert, but it will take time and dedication. The author has a lot of great general advice about becoming a good programmer, the most important IMO (especially for beginners) is to program. Do as many problems as you can. Make sure they challenge you, if they are too easy you wont learn much. Also, don't just do some programming exercises, make a study of them. How well did your design work to solve the problem? What parts were good and why? What parts were not so good and why? What could you have done better? Also, this forum is here to help, so use it. If you are stuck, and you can't find the answer in your books or tutorials, then ask us.

  7. #7
    Registered User
    Join Date
    Jul 2013
    Location
    Germany
    Posts
    499
    A solid basic mathematical logical way of thinking is critical, if you have any issue with it Khan Academy is awesome. I am a new programer as well and I just started learning C after Visual Basic. Visual Basic is really easy to learn and teaches a lot about programing. After all VB it is written in C++ which I found interesting. As others have said, it takes time and dedication and you have to feel eager to solve bugs yourself without someone giving you the answer. This site is amazing and many people here will point you in the right direction.

    Good luck!!!

  8. #8
    Registered User
    Join Date
    Jul 2013
    Posts
    3
    Quote Originally Posted by anduril462 View Post
    Welcome Venus!

    Not to scare you away, but read this: Teach Yourself Programming in Ten Years. You don't have to spend 10 years becoming an expert, but it will take time and dedication. The author has a lot of great general advice about becoming a good programmer, the most important IMO (especially for beginners) is to program. Do as many problems as you can. Make sure they challenge you, if they are too easy you wont learn much. Also, don't just do some programming exercises, make a study of them. How well did your design work to solve the problem? What parts were good and why? What parts were not so good and why? What could you have done better? Also, this forum is here to help, so use it. If you are stuck, and you can't find the answer in your books or tutorials, then ask us.
    Thanks for the information dude ♥♥♥

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Advice to make my programming better(beginner programmer)
    By thadis_4 in forum C++ Programming
    Replies: 10
    Last Post: 12-15-2011, 05:41 PM
  2. hangman prob; beginner needs advice
    By hailstogdb in forum C Programming
    Replies: 9
    Last Post: 12-02-2006, 01:13 PM
  3. Windows programming for beginner (Absolute beginner)
    By WDT in forum Windows Programming
    Replies: 4
    Last Post: 01-06-2004, 11:21 AM
  4. Advice for Beginner??
    By hawghauler in forum C++ Programming
    Replies: 6
    Last Post: 06-01-2003, 05:33 AM