Thread: anyone avaliable

  1. #1
    xlord
    Guest

    anyone avaliable

    Well there is lotz of c that i dont understand.. i was wondering if there was someone that knows c( or ncurses) that can help me gain more knowledge in c... i really work hard to learn and i really want to learn.. i dont have anything to offer.. hehe.. but im just looking for a bit of help.. if ok

    i know this is stupid.. but i know that it will help me learn and then i can help someone else learn as well...

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Yes, we're help to help you learn, that's the purpose of the board. Post your questions here, like you have been doing.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    8
    I would suggest you to use the debugger in IDE like those from Borland. Using the debugger is a great way to learn how things work. It allows you to step through the code and see how the variable changes at each line of code. And you can see whether you have use the right data types etc. I can see that many beginners don't use the debugger anymore which make learning and debugging very hard.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SDL_FillRect problem
    By Frost Drake in forum Game Programming
    Replies: 4
    Last Post: 09-16-2006, 09:32 PM
  2. what functions are avaliable in kernel32.dll?
    By Fishskin in forum Windows Programming
    Replies: 3
    Last Post: 09-17-2005, 01:30 PM
  3. No command prompt avaliable
    By bljonk in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 01-18-2002, 11:40 AM