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. Help!

Help!

Scheduled Pinned Locked Moved The Lounge
help
35 Posts 22 Posters 0 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.
  • L l a u r e n

    no no no no this is a common mistake i see very often this is a PROGRAMMERS website!! so ... open vi and type "hello world!" then follow the rest of simons instructions :laugh:


    "even if my world is weird it's my world"
    biz stuff   about me

    J Offline
    J Offline
    Joao Vaz
    wrote on last edited by
    #19

    lauren wrote: open vi and type "hello world!" No, no, vi only on Unix. Vim is THE editor on Windows ;P Cheers,Joao Vaz And if your dream is to care for your family, to put food on the table, to provide them with an education and a good home, then maybe suffering through an endless, pointless, boring job will seem to have purpose. And you will realize how even a rock can change the world, simply by remaining obstinately stationary.-Shog9

    J S 2 Replies Last reply
    0
    • J Joe Woodbury

      I know this isn't for programming questions, but I really need help on this. I need to print the phrase "Hello World" on the screen.

      D Offline
      D Offline
      dabs
      wrote on last edited by
      #20

      Well this[^] is always a classic :-)


      Wenn ist das Nunstück git und Slotermeyer? Ja! Beierhund das oder die Flipperwaldt gersput!

      R 1 Reply Last reply
      0
      • R Roger Wright

        Navin wrote: this method has a bug: even if you clear the screen, "Hello World" stays present. That's not a bug - it's a feature. You can work around it, though, by using Whiteout, Snowpake, or any similar correction product. Scraping with a razor blade will also work in a pinch. "Another day done; all targets met; all systems fully operational; all customers satisfied; all staff keen and well motivated; all pigs fed and ready to fly." - Jennie Agard, McGuckin Hardware Systems Manager

        N Offline
        N Offline
        Navin
        wrote on last edited by
        #21

        Roger Wright wrote: That's not a bug - it's a feature. You can work around it, though, by using Whiteout, Snowpake, or any similar correction product. Scraping with a razor blade will also work in a pinch. You are right, but according to this week's poll, many people are afraid of using third-party components in their code, so this may not be a viable solution. ;P Even a broken clock is right twice a day.

        1 Reply Last reply
        0
        • N Navin

          The first step is to get a good permenant marker. From there it is fairly straightforward to print "Hello World" on the screen if you have basic handwriting skills. WARNING: this method has a bug: even if you clear the screen, "Hello World" stays present. :-D Even a broken clock is right twice a day.

          M Offline
          M Offline
          Megan Forbes
          wrote on last edited by
          #22

          This bug is efficiently squashed with Tippex ;P


          I've always heard that there was an idea behind Win ME... I still can't figure out what that was... anyboy know??? I;ve herad the idea was that it was supposed to be n operating system but I doubt this. - Brian Delahunty

          1 Reply Last reply
          0
          • J Joe Woodbury

            I hope everyone realizes that this was satire :)

            M Offline
            M Offline
            Megan Forbes
            wrote on last edited by
            #23

            And you tell me this after I wrote off my monitor and printer trying out Simon's suggestion?!? ;P


            I've always heard that there was an idea behind Win ME... I still can't figure out what that was... anyboy know??? I;ve herad the idea was that it was supposed to be n operating system but I doubt this. - Brian Delahunty

            1 Reply Last reply
            0
            • J Joao Vaz

              lauren wrote: open vi and type "hello world!" No, no, vi only on Unix. Vim is THE editor on Windows ;P Cheers,Joao Vaz And if your dream is to care for your family, to put food on the table, to provide them with an education and a good home, then maybe suffering through an endless, pointless, boring job will seem to have purpose. And you will realize how even a rock can change the world, simply by remaining obstinately stationary.-Shog9

              J Offline
              J Offline
              Jeremy Falcon
              wrote on last edited by
              #24

              Joao Vaz wrote: No, no, vi only on Unix. Ahem, *cough* *cough* ... WinVI[^] :cool: Jeremy Falcon Imputek "Oh no there was a knife in that kitchen drawer and I cut myself - please remove the kitchen." - David Wulff

              J 1 Reply Last reply
              0
              • J Joe Woodbury

                I know this isn't for programming questions, but I really need help on this. I need to print the phrase "Hello World" on the screen.

                B Offline
                B Offline
                Barry Lapthorn
                wrote on last edited by
                #25

                Use a big pen ;) B.

                1 Reply Last reply
                0
                • J Joe Woodbury

                  I know this isn't for programming questions, but I really need help on this. I need to print the phrase "Hello World" on the screen.

                  B Offline
                  B Offline
                  Bruce Duncan
                  wrote on last edited by
                  #26

                  Type (copy/paste doesn't seem to work so well) the following into a command prompt window :

                  debug
                  a
                  MOV AH,09
                  MOV DX,0109
                  INT 21
                  INT 20
                  DB 'Hello World!$'

                  RCX
                  16
                  n hello.com
                  w
                  q
                  hello.com
                  del hello.com

                  You should get following output :

                  C:\>debug
                  -a
                  0B01:0100 MOV AH,09
                  0B01:0102 MOV DX,0109
                  0B01:0105 INT 21
                  0B01:0107 INT 20
                  0B01:0109 DB 'Hello World!$'
                  0B01:0116
                  -RCX
                  CX 0000
                  :16
                  -n hello.com
                  -w
                  Writing 00016 bytes
                  -q

                  C:\>hello.com
                  Hello World!
                  C:\>del hello.com

                  ;P

                  Bruce Duncan, CP#9088, CPUA 0xA1EE, Sonork 100.10030
                  I can levitate birds...

                  B 1 Reply Last reply
                  0
                  • J Joao Vaz

                    lauren wrote: open vi and type "hello world!" No, no, vi only on Unix. Vim is THE editor on Windows ;P Cheers,Joao Vaz And if your dream is to care for your family, to put food on the table, to provide them with an education and a good home, then maybe suffering through an endless, pointless, boring job will seem to have purpose. And you will realize how even a rock can change the world, simply by remaining obstinately stationary.-Shog9

                    S Offline
                    S Offline
                    Sean Cull
                    wrote on last edited by
                    #27

                    What about NTEmacs??? :) -Sean

                    1 Reply Last reply
                    0
                    • B Bruce Duncan

                      Type (copy/paste doesn't seem to work so well) the following into a command prompt window :

                      debug
                      a
                      MOV AH,09
                      MOV DX,0109
                      INT 21
                      INT 20
                      DB 'Hello World!$'

                      RCX
                      16
                      n hello.com
                      w
                      q
                      hello.com
                      del hello.com

                      You should get following output :

                      C:\>debug
                      -a
                      0B01:0100 MOV AH,09
                      0B01:0102 MOV DX,0109
                      0B01:0105 INT 21
                      0B01:0107 INT 20
                      0B01:0109 DB 'Hello World!$'
                      0B01:0116
                      -RCX
                      CX 0000
                      :16
                      -n hello.com
                      -w
                      Writing 00016 bytes
                      -q

                      C:\>hello.com
                      Hello World!
                      C:\>del hello.com

                      ;P

                      Bruce Duncan, CP#9088, CPUA 0xA1EE, Sonork 100.10030
                      I can levitate birds...

                      B Offline
                      B Offline
                      Bruce Duncan
                      wrote on last edited by
                      #28

                      Aaw crap, there should be a carriage return between DB 'Hello World!$' and RCX Why does <pre> seem to ignore extra carriage returns ? :confused:

                      Bruce Duncan, CP#9088, CPUA 0xA1EE, Sonork 100.10030
                      I can levitate birds...

                      J 1 Reply Last reply
                      0
                      • J Joe Woodbury

                        I know this isn't for programming questions, but I really need help on this. I need to print the phrase "Hello World" on the screen.

                        L Offline
                        L Offline
                        LongRange Shooter
                        wrote on last edited by
                        #29

                        :-O:-O:-O:-O Create a Windows Application Project Drop a textbox on the form Type Hello World on it. Run Project

                        1 Reply Last reply
                        0
                        • J Joe Woodbury

                          I know this isn't for programming questions, but I really need help on this. I need to print the phrase "Hello World" on the screen.

                          L Offline
                          L Offline
                          Lost User
                          wrote on last edited by
                          #30

                          How about... v < >0#v # "Hello, World!" # v#0 < >v # >v ,: ,: ^_25*,^ ^_25*,^ J

                          1 Reply Last reply
                          0
                          • J Jeremy Falcon

                            Joao Vaz wrote: No, no, vi only on Unix. Ahem, *cough* *cough* ... WinVI[^] :cool: Jeremy Falcon Imputek "Oh no there was a knife in that kitchen drawer and I cut myself - please remove the kitchen." - David Wulff

                            J Offline
                            J Offline
                            Joao Vaz
                            wrote on last edited by
                            #31

                            Vim is Vi improved and it rocks and it runs on Windows :-) btw , I'll analyse WinVi. :-D Cheers,Joao Vaz And if your dream is to care for your family, to put food on the table, to provide them with an education and a good home, then maybe suffering through an endless, pointless, boring job will seem to have purpose. And you will realize how even a rock can change the world, simply by remaining obstinately stationary.-Shog9

                            1 Reply Last reply
                            0
                            • J Joe Woodbury

                              I know this isn't for programming questions, but I really need help on this. I need to print the phrase "Hello World" on the screen.

                              R Offline
                              R Offline
                              Richard Stringer
                              wrote on last edited by
                              #32

                              A way I have found to be almost fool proof is white fingernail polish and a small brush. You can freehand or use a stencil. It looks better if you center the words but take your pick. Richard When I reflect upon the number of disagreeable people who I know have gone to better world, I am moved to lead a different life. Mark Twain- Pudd'nhead Wilson's Calendar

                              1 Reply Last reply
                              0
                              • D dabs

                                Well this[^] is always a classic :-)


                                Wenn ist das Nunstück git und Slotermeyer? Ja! Beierhund das oder die Flipperwaldt gersput!

                                R Offline
                                R Offline
                                Roger Wright
                                wrote on last edited by
                                #33

                                :laugh: A classic, indeed! The evolution of code bloat in a nutshell. We really should quit paying these guys by the line... "Another day done; all targets met; all systems fully operational; all customers satisfied; all staff keen and well motivated; all pigs fed and ready to fly." - Jennie Agard, McGuckin Hardware Systems Manager

                                1 Reply Last reply
                                0
                                • B Bruce Duncan

                                  Aaw crap, there should be a carriage return between DB 'Hello World!$' and RCX Why does <pre> seem to ignore extra carriage returns ? :confused:

                                  Bruce Duncan, CP#9088, CPUA 0xA1EE, Sonork 100.10030
                                  I can levitate birds...

                                  J Offline
                                  J Offline
                                  James T Johnson
                                  wrote on last edited by
                                  #34

                                  Bruce Duncan wrote: Why does <pre> seem to ignore extra carriage returns ? I don't know why, to fix it you can put a space on the blank line.

                                  line 1

                                  line 2

                                  ;)

                                  James Sig code stolen from David Wulff

                                  B 1 Reply Last reply
                                  0
                                  • J James T Johnson

                                    Bruce Duncan wrote: Why does <pre> seem to ignore extra carriage returns ? I don't know why, to fix it you can put a space on the blank line.

                                    line 1

                                    line 2

                                    ;)

                                    James Sig code stolen from David Wulff

                                    B Offline
                                    B Offline
                                    Bruce Duncan
                                    wrote on last edited by
                                    #35

                                    Doh, ok, why didn't I think of that :-O

                                    Bruce Duncan, CP#9088, CPUA 0xA1EE, Sonork 100.10030
                                    I can levitate birds...

                                    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