Thread: Old articles

  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    101

    Old articles

    There used to be a series of articles at:
    adrianxw.dk Win32 Tutorials Home
    However that link no longer works.

    Is the series still available and if so can you provide a new link.

    Thanks

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Why would you use Win32 is C++?
    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.

  3. #3
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Apparently, the site is no longer up. Also, adrianxw hasn't logged on here in over eight years. There seem to be plenty of other tutorial around for this, though.

  4. #4
    Registered User
    Join Date
    Apr 2013
    Posts
    1,658
    Try the web archive (wayback machine). I'm not sure how many levels of this are backed up. Example link:

    adrianxw Home Page.

  5. #5
    Registered User antred's Avatar
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    257
    Quote Originally Posted by Elysia View Post
    Why would you use Win32 in C++?
    A valid point. There may be a reason why the OP really has to use the Win-API directly, but more likely than not he's probably just not aware that there are superior alternatives. There's very little that can't be done much more comfortably (and portably) in Qt.
    Last edited by antred; 09-19-2014 at 11:34 AM. Reason: Fixed Elysia's typo :p

  6. #6
    Registered User
    Join Date
    Jan 2011
    Posts
    101
    Thanks a lot, the old articles are all there!!!

  7. #7
    Registered User
    Join Date
    Jan 2011
    Posts
    101
    I will download Qt and see if I can get on with it, thanks for the tip.

  8. #8
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by antred View Post
    A valid point. There may be a reason why the OP really has to use the Win-API directly, but more likely than not he's probably just not aware that there are superior alternatives. There's very little that can't be done much more comfortably (and portably) in Qt.
    You should have fixed my typo
    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.

  9. #9
    Registered User antred's Avatar
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    257
    Quote Originally Posted by Elysia View Post
    You should have fixed my typo
    Go back and fix it, I'll edit the quote. :0

  10. #10
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by antred View Post
    Go back and fix it, I'll edit the quote. :0
    I can't. Edit timeout.
    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. Introduction to IO streams articles
    By webmaster in forum C++ Programming
    Replies: 0
    Last Post: 10-10-2011, 03:52 PM
  2. Writing FAQ articles
    By anduril462 in forum General Discussions
    Replies: 20
    Last Post: 09-04-2011, 02:19 PM
  3. Articles?
    By Shakti in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 08-17-2005, 03:11 PM
  4. All Kind Articles on Job Market (FYI)
    By alphaoide in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 02-02-2005, 01:23 PM
  5. Replies: 2
    Last Post: 07-22-2002, 12:10 PM