Thread: new to Windows programming in C

  1. #1
    Registered User
    Join Date
    Jan 2007
    Posts
    8

    new to Windows programming in C

    I want to start programming windows applications in C. I've found several tutorials online for this and thats great but I need one that I can download for offline viewing. I can't find one anywhere! The only one I found was theForger's tutorial which was awefully written, especially for a newbie like me. Now I'm not a complete newbie. I have programming experience in Java, Python and some other's but I've just never tried the C family. So yeah if any out there can send me a tutorial that I can download that'd be great. Thanks!

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Moved to windows.

    ****

    Check the Windows Programming links sticky at the top of this board, there might be something of interest there.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  3. #3
    Registered User
    Join Date
    Jan 2007
    Posts
    8
    oh sorry lol But see those are all online. I need one that I can download.
    Last edited by prejudged_fire; 01-04-2007 at 05:52 PM.

  4. #4
    Registered User
    Join Date
    Jan 2007
    Posts
    18
    Well, i have found this Free C book, i do not know if it's a good book, but at least you can give it a try.

    http://www.computer-books.us/downloads/thecbook.zip

  5. #5
    Registered User
    Join Date
    Jan 2007
    Posts
    8
    thanks I'll check it out. If anyone else knows of any (specifically GUI programming), I'd appreciate it.

  6. #6
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    Python and some other's but I've just never tried the C family. So yeah if any out there can send me a tutorial that I can download that'd be great. Thanks!
    If u are just starting C now. Why don't u get some free compiler like Dev-C++ or something similar get started in learning C rather than looking for windows C. Windows C should come after your basics. But still u could start from programming windows in C which is not recommended.

    ssharish2005

  7. #7
    Registered User Bajanine's Avatar
    Join Date
    Dec 2001
    Location
    The most peaks over 10,000 feet!
    Posts
    396
    MagicOfflineViewer

    /edit
    I wouldn't call theForger's tutorial awful!
    Last edited by Bajanine; 01-05-2007 at 07:49 PM.
    Favorite Quote:

    >For that reason someone invented C++.
    BLASPHEMY! Begone from my C board, you foul lover of objects, before the gods of C cast you into the void as punishment for your weakness! There is no penance for saying such things in my presence. You are henceforth excommunicated. Never return to this house, filthy heretic!



  8. #8
    Registered User
    Join Date
    Jan 2007
    Posts
    1
    i recommend you a good tuto i found and follow, here on the downloads section

  9. #9
    {Jaxom,Imriel,Liam}'s Dad Kennedy's Avatar
    Join Date
    Aug 2006
    Location
    Alabama
    Posts
    1,065
    Bloodshed DEV-C++ has a few good C examples as an intro to the API. It is a free download. I think there are three editors and two grapics examples.

  10. #10
    Registered User
    Join Date
    Jan 2007
    Posts
    8
    i already have dev-c++ and I've looked at the examples. The reason why I called theForger's awful is because the version that they provide for download is vague and doesn't explain many things in the programs. Also the source code that they provide doesnt match the code they tell you to write in the tutorial. They use different functions and such in the source code that they dont in the tutorial. The current version may not be that way, but if that's so, the download needs to be updated.

    I've tried an offline viewer before but it didnt download the whole thing and I've failed to figure out why. I forgot which program I used and I dont think I've tried httrack or not. I'll check it out though just in case. Thanks.

    Edit: Ok I used Httrack to download the tutorial on cprogramming.com and I'm following it now. So far so good. Thanks for all the responses guys!
    Last edited by prejudged_fire; 01-08-2007 at 01:13 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows 98/2000 programming in Windows XP
    By Bill83 in forum Windows Programming
    Replies: 3
    Last Post: 07-22-2005, 02:16 PM
  2. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  3. dual boot Win XP, win 2000
    By Micko in forum Tech Board
    Replies: 6
    Last Post: 05-30-2005, 02:55 PM
  4. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  5. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM