Thread: need book recommendations

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Apr 2011
    Posts
    17

    need book recommendations

    i need a book that deals with win32 application in c++ in dev or visual studio both would be good.

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    What are you looking for ... Windows API?

    theForger's Win32 API Tutorial

    That will get you started...

    The really big story is on msdn...

    MSDN Library

    If It's windows... it's there.

  3. #3
    Registered User technoexam's Avatar
    Join Date
    May 2011
    Location
    India
    Posts
    8
    You can use wikipedia to satisfy your all needs or use Brent Rector, Joseph M. Newcomer book which may be useful for you..

  4. #4
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by technoexam View Post
    You can use wikipedia to satisfy your all needs or use Brent Rector, Joseph M. Newcomer book which may be useful for you..
    Wikipedia isn't much of a Windows programming resource... If you're looking for detail on a particular function, you should go right to the source MSDN... the MicroSoft Developer's Network... published by the authors of the code itself. You can also download the entire Windows API help data base and a bunch of useful tools in the Windows SDK if you want the information available locally.

    There are a number of good books out there, even the worst of them will teach you something. But it seems most people get started on the Forger's site.

  5. #5
    Registered User technoexam's Avatar
    Join Date
    May 2011
    Location
    India
    Posts
    8
    Yah CommonTater... Its true.. But wikipedia helps to get some actual program structures in some case. But as u said, MSDN is more useful than wikipedia.. Thanks..

  6. #6
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by technoexam View Post
    Yah CommonTater... Its true.. But wikipedia helps to get some actual program structures in some case. But as u said, MSDN is more useful than wikipedia.. Thanks..
    Do you have any clue of the bad ju ju you get when doing scoop and poop coding?
    If I had to make an educated guess... I'd say 80% of runtime errors come from copying 3rd party code into programs.

    If you can't write it yourself... stay out of the project.

  7. #7
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Quote Originally Posted by CommonTater View Post
    I'd say 80% of runtime errors come from copying 3rd party code into programs.
    I am currently consulting, 6 months working out how to upgrade some legacy systems.

    I was checking the code during the scoping phase and found code that had been cut 'n paste directly from the web, even the variable names and comments left unchanged.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  8. #8
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Also consider using a GUI Library (such as Qt) instead of Win32 API if you can. It will serve you well in the end.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C# book recommendations
    By ChaosEngine in forum C# Programming
    Replies: 1
    Last Post: 07-07-2007, 01:09 PM
  2. Book recommendations
    By beene in forum Game Programming
    Replies: 8
    Last Post: 03-28-2007, 08:30 AM
  3. Book Recommendations...
    By Flakster in forum C++ Programming
    Replies: 5
    Last Post: 09-30-2005, 06:29 PM