Thread: explanation of STRTOL function

  1. #1
    Registered User
    Join Date
    May 2009
    Posts
    1

    explanation of STRTOL function

    Hello Guys !
    I am new here and i need your brief help.

    For my laboratories i need to know almost everything about conversion strtol. I mean not examples of a C code, but only a ' theory '. Could you explain me this or gimme some webpages, where I could find it.

    Thanks a lot, Adam.

  2. #2
    Banned ಠ_ಠ's Avatar
    Join Date
    Mar 2009
    Posts
    687
    ╔╗╔══╦╗
    ║║║╔╗║║
    ║╚╣╚╝║╚╗
    ╚═╩══╩═╝

  3. #3
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by adash View Post
    For my laboratories i need to know almost everything about conversion strtol.
    Who are you, Dr. Frankenstien? First, I wanna know what you are going to do with this powerful knowledge if I deliver it

    In all seriousness: just read some documentation. Maybe google "strtol". Etc. Then, if you are having a specific problem or something is unclear, you can ask a real question. As a scientist, aware of the empirical method, I am sure you should be able to understand what I am saying.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Undefined Reference Compiling Error
    By AlakaAlaki in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2008, 11:45 AM
  2. dllimport function not allowed
    By steve1_rm in forum C++ Programming
    Replies: 5
    Last Post: 03-11-2008, 03:33 AM
  3. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  4. <Gulp>
    By kryptkat in forum Windows Programming
    Replies: 7
    Last Post: 01-14-2006, 01:03 PM
  5. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM