Thread: Making Library

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    27

    Question Making Library

    Okay, I just got done making a basic GFX library for Turbo C (C) Borland, but now I want to make my own Network Library, like to where I could do a peer to peer or, client to server program. I don't want to use winsock or anything, I want to make my own. So it is easier to use! !

  2. #2
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    And I would take it you want us to help you.....or what?

  3. #3
    The Artful Lurker Deckard's Avatar
    Join Date
    Jan 2002
    Posts
    633

    Re: Making Library

    Originally posted by Anglos
    I don't want to use winsock or anything, I want to make my own.
    Does this mean you want to encapsulate WinSock within your library so the user doesn't need to know about it, or does this mean you intend to create a networking library without using WinSock?
    Jason Deckard

  4. #4
    Registered User
    Join Date
    Mar 2002
    Posts
    27
    Yes to second question. Make own library, like making a new winsock... =)

  5. #5
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >like making a new winsock... =)
    ..sigh..

    -Prelude
    My best code is written with the delete key.

  6. #6
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Sounds fun.......[/sarcasm]

  7. #7
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Okay, and what is your question?

  8. #8
    Registered User
    Join Date
    Mar 2002
    Posts
    27
    Could someone point me to the way?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. my free c++ library
    By jinhao in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 11-01-2007, 10:00 PM
  2. Replies: 4
    Last Post: 09-02-2007, 08:47 PM
  3. Linker errors in VC++ 2005
    By C+/- in forum C++ Programming
    Replies: 0
    Last Post: 05-18-2007, 07:42 AM
  4. Making Static Library Files
    By fh791 in forum C++ Programming
    Replies: 2
    Last Post: 09-14-2004, 07:06 AM
  5. Replies: 4
    Last Post: 11-12-2002, 06:26 AM