Thread: A good advanced C Book with....

  1. #1
    Registered User
    Join Date
    Jul 2010
    Posts
    13

    A good advanced C Book with....

    Hello World! =D .... My First Post Here

    I'm Looking for a book that explain things like how to make DLL's, Threads, Database Connection.

    Any sugestion?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Don't you mean a beginners book?
    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
    Jul 2010
    Posts
    13

    ...

    No, i have a lot of begineer's book and nothing about DLL, threads or database connections... just, types, pointers, structures, pointers to structures, enums, unions and etc...

    if you are sooo good at the point of consider DLL's and Threads beginneer stuff, tell me one of yours "begineers" book .

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Because it doesn't take a whole "advanced book" just to tell you how to create a DLL.

    A FAQ or a reference manual page is typically all you need.

    Such things are very SPECIFIC to whatever OS/Compiler you're using. Since you didn't mention any of this stuff, expect vague answers (or none at all).
    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.

  5. #5
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    Google for:
    "<your OS> C threads" for the threads part.
    "Create DLL C" (possibly add your compiler here, such as visual studio)
    "<the database you want to access> from C" for the database part.

    You should really get used to using google and reading manuals/reference pages.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Is this book <JAVA in a netshell> good for C++ programmers?
    By meili100 in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 10-28-2008, 02:28 AM
  2. A good C++ Reference book
    By tiachopvutru in forum C++ Programming
    Replies: 5
    Last Post: 05-13-2008, 04:47 PM
  3. Good PHP book?
    By no-one in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 01-07-2003, 12:15 PM
  4. Books on C and C++
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-28-2002, 04:18 PM