Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I just realized I got scammed all those years ago...

I just realized I got scammed all those years ago...

Scheduled Pinned Locked Moved The Lounge
c++question
21 Posts 15 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Rage

    Grazzie mille Carlo !

    Do not escape reality : improve reality !

    CPalliniC Offline
    CPalliniC Offline
    CPallini
    wrote on last edited by
    #10

    Bitte schön! :-D

    "In testa che avete, Signor di Ceprano?" -- Rigoletto

    In testa che avete, signor di Ceprano?

    1 Reply Last reply
    0
    • D Daniel Pfeffer

      We are still being scammed. 1. Open a command window 2. type "copy <name of text file> con" 3. See the text file displayed in your command window PRN is, IIRC, also still a reserved file name. DOS - the gift that keeps on giving. :sigh:

      Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

      K Offline
      K Offline
      Kenneth Haugland
      wrote on last edited by
      #11

      Not if you type format c: :(

      1 Reply Last reply
      0
      • J jschell

        Daniel Pfeffer wrote:

        DOS - the gift that keeps on giving

        That statement could be ambiguous but just to be clear since the OP is referring to a personal computer those idioms existed before then and specifically Microsoft did not invent them. If for no other reason than because Microsoft did not create the DOS that they sold in the first place.

        Richard Andrew x64R Offline
        Richard Andrew x64R Offline
        Richard Andrew x64
        wrote on last edited by
        #12

        jschell wrote:

        Microsoft did not create the DOS that they sold in the first place.

        Is this documented, or is it one of those "we didn't go to the moon" claims?

        The difficult we do right away... ...the impossible takes slightly longer.

        F 1 Reply Last reply
        0
        • Richard Andrew x64R Richard Andrew x64

          jschell wrote:

          Microsoft did not create the DOS that they sold in the first place.

          Is this documented, or is it one of those "we didn't go to the moon" claims?

          The difficult we do right away... ...the impossible takes slightly longer.

          F Offline
          F Offline
          fgs1963
          wrote on last edited by
          #13

          86-DOS - Wikipedia[^] Microsoft purchased a non-exclusive license for 86-DOS from Seattle Computer Products in December 1980 for US$25,000. In May 1981, it hired Tim Paterson to port the system to the IBM PC, which used the slower and less expensive Intel 8088 processor and had its own specific family of peripherals. IBM watched the developments daily, submitting over 300 change requests before it accepted the product and wrote the user manual for it.

          1 Reply Last reply
          0
          • D Daniel Pfeffer

            We are still being scammed. 1. Open a command window 2. type "copy <name of text file> con" 3. See the text file displayed in your command window PRN is, IIRC, also still a reserved file name. DOS - the gift that keeps on giving. :sigh:

            Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #14

            Daniel Pfeffer wrote:

            PRN is, IIRC, also still a reserved file name.

            So is NUL

            1 Reply Last reply
            0
            • D den2k88

              Like many, I had a DOS computer and I used a keyboard with it. Turns out it was a CON. I'm getting my coat and my walker

              GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

              M Offline
              M Offline
              Martijn Smitshoek
              wrote on last edited by
              #15

              The real meaning of that came to me, when I was working in Windows 3.0 and tried to save a bitmap as CON.BMP

              D 1 Reply Last reply
              0
              • M Martijn Smitshoek

                The real meaning of that came to me, when I was working in Windows 3.0 and tried to save a bitmap as CON.BMP

                D Offline
                D Offline
                den2k88
                wrote on last edited by
                #16

                In 2016, under Windows 7, we had the same issue with a customer reporting a defect in the softwar. They were trying to save a file named con.prd, Windows failed (but since there was an On Error Resume Next statement the file simply 'disappeared', aka it was never created, and a bunch of other procedures took invalid data).

                GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

                H S 2 Replies Last reply
                0
                • D den2k88

                  In 2016, under Windows 7, we had the same issue with a customer reporting a defect in the softwar. They were trying to save a file named con.prd, Windows failed (but since there was an On Error Resume Next statement the file simply 'disappeared', aka it was never created, and a bunch of other procedures took invalid data).

                  GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

                  H Offline
                  H Offline
                  hpcoder2
                  wrote on last edited by
                  #17

                  It happened to me too. My EcoLab software used to have a file called aux.cc, and it caused much perplexity the first time I tried to compile it on Windows. Eventually, a colleague diagnosed the problem, and the solution was as simple as renaming the file to auxil.cc, which remains the case today.

                  1 Reply Last reply
                  0
                  • D den2k88

                    In 2016, under Windows 7, we had the same issue with a customer reporting a defect in the softwar. They were trying to save a file named con.prd, Windows failed (but since there was an On Error Resume Next statement the file simply 'disappeared', aka it was never created, and a bunch of other procedures took invalid data).

                    GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

                    S Offline
                    S Offline
                    scedastic
                    wrote on last edited by
                    #18

                    On Error Resume Next:~ It's just kicking the can down the road.

                    D 1 Reply Last reply
                    0
                    • S scedastic

                      On Error Resume Next:~ It's just kicking the can down the road.

                      D Offline
                      D Offline
                      den2k88
                      wrote on last edited by
                      #19

                      The (legacy) code was choke full of those, I got fed up and one day I removed all of them and replaced with actual error handlers.

                      GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X The shortest horror story: On Error Resume Next

                      S 1 Reply Last reply
                      0
                      • D den2k88

                        The (legacy) code was choke full of those, I got fed up and one day I removed all of them and replaced with actual error handlers.

                        GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X The shortest horror story: On Error Resume Next

                        S Offline
                        S Offline
                        scedastic
                        wrote on last edited by
                        #20

                        Good for you! You ought to be commended.

                        1 Reply Last reply
                        0
                        • P PIEBALDconsult

                          Sure, but every computer came with PRN pre-installed.

                          S Offline
                          S Offline
                          sasadler
                          wrote on last edited by
                          #21

                          Nope. I built my first computer back in 1978 and my 'operating system' for a year or two was the Zapple monitor (https://en.wikipedia.org/wiki/Zapple\_Monitor).

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups