CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2024
    Posts
    1

    Post Companion disc for an old Windows programming book (1992)

    Hey guys,

    I'm trying to find the companion disc for the book "C++ Programming for Windows" (Osborne Mcgraw-Hill) by Anthony Porter.
    This book exists in Spanish version at archive.org.
    The problem is that you must read the book with the Companion Disk; in the text, the author does not show the entire code.
    On Amazon, this book is for sale. But, if I buy it, I will receive the book with a floppy disk and I won't be able to read the floppy disk.

    So does anyone have these sample files?

  2. #2
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,903

    Re: Companion disc for an old Windows programming book (1992)

    Sorry, no. But a word of caution. If you buy this book second hand, it most likely will not come with the disk. Second hand books rarely do in my experience.
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  3. #3
    Join Date
    Nov 2018
    Posts
    154

    Re: Companion disc for an old Windows programming book (1992)

    Things you could consider:

    Ask your friends / family / colleagues to see if anyone has an old machine with a floppy disk.

    Ask at your local computer repair shop, they're likely to have older machines around - perhaps one old enough to have a floppy.

    Beg or borrow something like this
    https://www.amazon.co.uk/Portable-Ex.../dp/B08QRSVDLH

    TBH, not sure what you're going to learn about windows programming from a 30 year old book.
    It's like "Shakespeare's guide to modern English".

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured