Thread: C files - <stdio.h>

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    12

    C files - <stdio.h>

    Hi, im new to programming, and im trying to find the location of files, such as stdio.h and conio.h. Anyone know of good websites where i can get this from? What are some good sites for newbies to C Programming.. Im devoting 2 years to understanding it, so ive got time to learn.

    thanks, greg

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    1) In your includes directory.
    2) You're at the right spot.
    3) Read the FAQ.
    4) Read the sticky threads.
    5) Learn how to use a search engine.
    6) Leanr how to search the forum.

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Jan 2003
    Posts
    115
    http://www-ccs.ucsd.edu/c/

    list of functions from stanard c library
    there are only 10 people in the world, those who know binary and those who dont

  4. #4
    template<typename T> threahdead's Avatar
    Join Date
    Sep 2002
    Posts
    214
    when you are running linux you can have a look in your include dir.

    that should be /usr/src/linux/include/*


  5. #5
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. add source files to embedded VC 4.0
    By George2 in forum C++ Programming
    Replies: 4
    Last Post: 06-13-2006, 03:28 AM
  2. *.cpp and *.h files understanding
    By ElastoManiac in forum C++ Programming
    Replies: 4
    Last Post: 06-11-2006, 04:45 AM
  3. Linking header files, Source files and main program(Accel. C++)
    By Daniel Primed in forum C++ Programming
    Replies: 3
    Last Post: 01-17-2006, 11:46 AM
  4. Multiple Cpp Files
    By w4ck0z in forum C++ Programming
    Replies: 5
    Last Post: 11-14-2005, 02:41 PM
  5. header and source files
    By gtriarhos in forum C Programming
    Replies: 3
    Last Post: 10-02-2005, 03:16 AM