Thread: resource.h files

  1. #1
    skyruler54
    Guest

    Unhappy resource.h files

    Can any one give me a site that lists all the resource or some of the resource.h files and gives an explanation of them? Please respond

  2. #2
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    what are they anyway??
    what does signature stand for?

  3. #3
    skyruler54
    Guest
    They are .h files like

    #include <iostream.h>

  4. #4
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    a resource header file is generated when you create a resource script in a resource editor

  5. #5
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    Nice signature
    what does signature stand for?

  6. #6
    Registered User dead_cell's Avatar
    Join Date
    Jun 2002
    Posts
    44

    You might want to check out digitalmars.com

    I've offered it before, and as far as I can see, I'll offer it again.

    Check out http://www.digitalmars.com/rtl/rtl.html - It may be for their compiler, but all the runtime libraries are common in the ANSI C++ standard, so it should be global for all headers.
    Linux is great - It does infinite loops in five seconds!

    ~Linus Torvalds

  7. #7
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    The site seems to be usefull, thanks
    what does signature stand for?

  8. #8
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138

  9. #9
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    What's that supposed to be??
    what does signature stand for?

  10. #10
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    A good site that explains the header files. Look under library reference, choose c++, and keep going until you get to view the online c++ library.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Create Copies of Files
    By Kanshu in forum C++ Programming
    Replies: 13
    Last Post: 05-09-2009, 07:53 AM
  2. add source files to embedded VC 4.0
    By George2 in forum C++ Programming
    Replies: 4
    Last Post: 06-13-2006, 03:28 AM
  3. *.cpp and *.h files understanding
    By ElastoManiac in forum C++ Programming
    Replies: 4
    Last Post: 06-11-2006, 04:45 AM
  4. 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
  5. Multiple Cpp Files
    By w4ck0z in forum C++ Programming
    Replies: 5
    Last Post: 11-14-2005, 02:41 PM