Thread: C++ resource....

  1. #1
    Registered User
    Join Date
    Feb 2009
    Posts
    329

    C++ resource....

    When I am looking up specific C++ functions, I always find sites that show how to use them and examples of their use.

    Does anybody have any links to a site that actually show how the function is created by the author?

    Thanks.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Do you have anything specific in mind?

    You can get the source code for any library which is open source / GPL.

    The GNU standard C++ library for example.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Feb 2009
    Posts
    329
    Quote Originally Posted by Salem View Post
    Do you have anything specific in mind?

    You can get the source code for any library which is open source / GPL.

    The GNU standard C++ library for example.
    Nothing really specific at the minute. But things like the C++ standard functions, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. String as Resource in txt file
    By KeithS in forum Windows Programming
    Replies: 15
    Last Post: 08-29-2009, 12:04 PM
  2. Sorting out a resource manager
    By psychopath in forum Game Programming
    Replies: 1
    Last Post: 11-10-2008, 07:12 PM
  3. unmanaged resource
    By George2 in forum C++ Programming
    Replies: 2
    Last Post: 01-03-2008, 04:23 AM
  4. CreateProcess with Resource of executable, not the Filename
    By Ktulu in forum Windows Programming
    Replies: 4
    Last Post: 11-04-2006, 01:07 AM
  5. Serial Communications in C
    By ExDigit in forum Windows Programming
    Replies: 7
    Last Post: 01-09-2002, 10:52 AM