'C' language books problem plz help me expert

Discussion in 'C' started by rahul_mawana, Nov 6, 2009.

  1. rahul_mawana

    rahul_mawana New Member

    Joined:
    Apr 4, 2009
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    0
    Hello frnds,
    i know basic of C language,I read that frm YKanetkur' Let us C, i worked on turbo C compiler(16 bit) on win plateform,
    i see many program written in C on net those were brute Force, ipspoofing tool nd pass decryption tool etc,
    but when i saw those source code,
    that was not understandble by me. Many thing i never saw nd read in book.
    I know my knowledge is very short (I m in learning phase. I m student).
    So i want to learn the C language on advance level with which i can make my tool itself,
    so plz provide me some suggestion as which compiler should i use(4 winxp sp2) nd which books will be best,
    if u will provide any e-book for me then it will be very apreciated,
    special for Mr. Shabir whom provide the hacking resource those were so good,
    plz give we suggestion.
    sory for my english.
    Waiting of all ur answer
    Thank you.
     
  2. fantascy

    fantascy New Member

    Joined:
    May 4, 2009
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    The complexity of c program you can write depends on dynamism of your thought processes. In C like any other prog lang, you need to learn syntax and semantics, then the use of different header files. And you start thinking. 'Learn c in 21 days by o'reily' is ok. You can google it also.
     
  3. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Also you can learn from those programs you cannot currently understand. Look carefully at them, dry run them in your head, take samples of the code and build them into a small program so you can step through it with a debugger. Also start writing programs of your own, or at least attempting to. You can learn a lot that way. You _cannot_ learn advanced programming just by reading a book; this is only something you can pick up by doing it.

    And get off 16-bit Windows. Use 32-bit and get a modern compiler with a good debugger. Use gcc and gdb if you don't want to use the Microsoft tools.
     
  4. rahul_mawana

    rahul_mawana New Member

    Joined:
    Apr 4, 2009
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    0
    Thank you very very much my friends for this appreciated suggestion,
    Thanks again,
     
  5. dennyphilip

    dennyphilip New Member

    Joined:
    Oct 18, 2009
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    bengaluru
  6. rahul_mawana

    rahul_mawana New Member

    Joined:
    Apr 4, 2009
    Messages:
    62
    Likes Received:
    0
    Trophy Points:
    0
    Is it 32 bit compiler
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice