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. General Programming
  3. C / C++ / MFC
  4. I/O run-time [modified]

I/O run-time [modified]

Scheduled Pinned Locked Moved C / C++ / MFC
jsonhelp
20 Posts 5 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.
  • CPalliniC CPallini

    Hakan D wrote:

    I some need help about user I/O run-time.

    :confused: Could you please detail your request?

    If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
    [my articles]

    H Offline
    H Offline
    Hakan Bulut
    wrote on last edited by
    #3

    I need routine that reads several numbers in directly the User's Inputs by using array statement. Forexample: int i1 = 0; int i2 = 0; int i3 = 0; int i4 = 0; int i5 = 0; int i6 = 0; int i7 = 0; int i8 = 0; int i9 = 0; int i10 = 0; int m_pUser[] = {i1,i2,i3,i4,i5,i6,i7,i8,i9,i10}; cin>>i1>>i2>>i3...code> When the user's inputs be completed I shall read these data to written on the screen. Is there any way to read these data that is meaning the user's I/O run-time.

    CPalliniC I 2 Replies Last reply
    0
    • H Hakan Bulut

      I need routine that reads several numbers in directly the User's Inputs by using array statement. Forexample: int i1 = 0; int i2 = 0; int i3 = 0; int i4 = 0; int i5 = 0; int i6 = 0; int i7 = 0; int i8 = 0; int i9 = 0; int i10 = 0; int m_pUser[] = {i1,i2,i3,i4,i5,i6,i7,i8,i9,i10}; cin>>i1>>i2>>i3...code> When the user's inputs be completed I shall read these data to written on the screen. Is there any way to read these data that is meaning the user's I/O run-time.

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

      Don't you like cin, do you? Or have I missed what is your difficulty about?

      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
      [my articles]

      In testa che avete, signor di Ceprano?

      H 1 Reply Last reply
      0
      • H Hakan Bulut

        I need routine that reads several numbers in directly the User's Inputs by using array statement. Forexample: int i1 = 0; int i2 = 0; int i3 = 0; int i4 = 0; int i5 = 0; int i6 = 0; int i7 = 0; int i8 = 0; int i9 = 0; int i10 = 0; int m_pUser[] = {i1,i2,i3,i4,i5,i6,i7,i8,i9,i10}; cin>>i1>>i2>>i3...code> When the user's inputs be completed I shall read these data to written on the screen. Is there any way to read these data that is meaning the user's I/O run-time.

        I Offline
        I Offline
        Iain Clarke Warrior Programmer
        wrote on last edited by
        #5

        I'm no expert on using the console stuff, but can't you do...

        cin >> m_pUser[0] >> m_pUser [1];

        etc? As for your subject... I/O can mean many things. Mouse messages, serial ports, network programming... Iain.

        H 1 Reply Last reply
        0
        • CPalliniC CPallini

          Don't you like cin, do you? Or have I missed what is your difficulty about?

          If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
          [my articles]

          H Offline
          H Offline
          Hakan Bulut
          wrote on last edited by
          #6

          I dunno, i am not a shameless thief!.. I AM NOT BRIGAND, I AM NOT CLAIMING THE BELONG TO TO OTHERS TO THE THING. I'M NOT A MONKEY SO THAT THE BOTHER OTHER LIFE. I HAVE NOT GOT A JOB SUCH LIKE.

          CPalliniC 1 Reply Last reply
          0
          • I Iain Clarke Warrior Programmer

            I'm no expert on using the console stuff, but can't you do...

            cin >> m_pUser[0] >> m_pUser [1];

            etc? As for your subject... I/O can mean many things. Mouse messages, serial ports, network programming... Iain.

            H Offline
            H Offline
            Hakan Bulut
            wrote on last edited by
            #7

            You don't understand to me, i think.

            I H 2 Replies Last reply
            0
            • H Hakan Bulut

              I dunno, i am not a shameless thief!.. I AM NOT BRIGAND, I AM NOT CLAIMING THE BELONG TO TO OTHERS TO THE THING. I'M NOT A MONKEY SO THAT THE BOTHER OTHER LIFE. I HAVE NOT GOT A JOB SUCH LIKE.

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

              Hakan D wrote:

              I dunno, i am not a shameless thief!..

              I'm happy about, but it has nothing to do with my question, has it?

              Hakan D wrote:

              I AM NOT BRIGAND, I AM NOT CLAIMING THE BELONG TO TO OTHERS TO THE THING. I'M NOT A MONKEY SO THAT THE BOTHER OTHER LIFE. I HAVE NOT GOT A JOB SUCH LIKE.

              Hey man, I'm not a physician... :-D

              If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
              [my articles]

              In testa che avete, signor di Ceprano?

              J 1 Reply Last reply
              0
              • H Hakan Bulut

                You don't understand to me, i think.

                I Offline
                I Offline
                Iain Clarke Warrior Programmer
                wrote on last edited by
                #9

                I was trying to guess at what you were asking. I don't think I understand you either. I did a google search for "win32 checkmark" and failed to find anything. Iain.

                M 1 Reply Last reply
                0
                • H Hakan Bulut

                  I need some help about the user I/O run-time. Please, help with API or sample code or class.. I have been working on the Win32 CheckMarked platform..

                  M Offline
                  M Offline
                  Maxwell Chen
                  wrote on last edited by
                  #10

                  Hakan D wrote:

                  Win32 CheckMarked platform

                  Is this function what you need? OutputDebugString


                  Maxwell Chen

                  H 1 Reply Last reply
                  0
                  • I Iain Clarke Warrior Programmer

                    I was trying to guess at what you were asking. I don't think I understand you either. I did a google search for "win32 checkmark" and failed to find anything. Iain.

                    M Offline
                    M Offline
                    Maxwell Chen
                    wrote on last edited by
                    #11

                    Iain Clarke wrote:

                    win32 checkmark

                    Maybe he meant "checked-build" Windows.


                    Maxwell Chen

                    I 1 Reply Last reply
                    0
                    • M Maxwell Chen

                      Iain Clarke wrote:

                      win32 checkmark

                      Maybe he meant "checked-build" Windows.


                      Maxwell Chen

                      I Offline
                      I Offline
                      Iain Clarke Warrior Programmer
                      wrote on last edited by
                      #12

                      That would make some sense. But I guessed at his meaning before, and he told me off. :(( (My skin is not *that* thin really - I've been told off much more bluntly!) Iain.

                      M 1 Reply Last reply
                      0
                      • I Iain Clarke Warrior Programmer

                        That would make some sense. But I guessed at his meaning before, and he told me off. :(( (My skin is not *that* thin really - I've been told off much more bluntly!) Iain.

                        M Offline
                        M Offline
                        Maxwell Chen
                        wrote on last edited by
                        #13

                        Iain Clarke wrote:

                        That would make some sense. But I guessed at his meaning before, and he told me off.

                        ;P


                        Maxwell Chen

                        1 Reply Last reply
                        0
                        • H Hakan Bulut

                          You don't understand to me, i think.

                          H Offline
                          H Offline
                          Hakan Bulut
                          wrote on last edited by
                          #14

                          SEREFSIZ MAYMUN GÖT. PIÇ ANASI BENLE SIKISMIS PISKIN MAYMUN MAHLUK UTANMAZ PISKIN MAYMUN NE IDIÜ BELIRSIZ YARATIK. PISIRIYIM MI SENI ANASINI SIKTIMIN TEKNOLOJISI UTANMAZ MAYMUN UTAN NE OLUR YAA BIRAK PESIMI KAFAYI BENLE MI YEDIN OLUM SEN SAGIR MISIN KIMSIN NESIN AMINA KODUGUMUN GÖTÜ. PIÇ, ANASINI SIKTIMIN SEREFSIZI, MAYMUNU, GÖTÜ, SIKTIMIN HIRSIZI, KENDINE AIT SEYLERE SAHIP ÇIK AMINA KODUGUMUN PIÇI. SENIDE ISINE SIKERIM BENI RAHAT BIRAK LAN ANASINI SIKTIMIN MAYMUNU.

                          1 Reply Last reply
                          0
                          • M Maxwell Chen

                            Hakan D wrote:

                            Win32 CheckMarked platform

                            Is this function what you need? OutputDebugString


                            Maxwell Chen

                            H Offline
                            H Offline
                            Hakan Bulut
                            wrote on last edited by
                            #15

                            Neyin varda seni pisireyim? Birak pesimi yaa kafayi benle mi yedin neolur birak pesimi yaa lütfen rica ediyorum benle ugrasmaktan vazgeç neolur sana yalvariyorum yaa birak pesimi neolur lütfen birak sana yalvariyorum artik beni alma yapabilir misin bilmiyorum ama benim pesimi birak neolur beni alma neolur birak pesimi sana yalvariyorum neolur yaaa birak artik birak yaaa kimsin nesin hiç mi utanman arlanman yok seni tanimiyorum yaa birak neolur pesimi birak nolur birak yeter artik benle ugrasmaktan vazgeç kendine baska bi is bul neolur yaaa olmasi lazim kendine ait seyler olmasi lazim beni rahat birak neolur

                            I M 2 Replies Last reply
                            0
                            • H Hakan Bulut

                              Neyin varda seni pisireyim? Birak pesimi yaa kafayi benle mi yedin neolur birak pesimi yaa lütfen rica ediyorum benle ugrasmaktan vazgeç neolur sana yalvariyorum yaa birak pesimi neolur lütfen birak sana yalvariyorum artik beni alma yapabilir misin bilmiyorum ama benim pesimi birak neolur beni alma neolur birak pesimi sana yalvariyorum neolur yaaa birak artik birak yaaa kimsin nesin hiç mi utanman arlanman yok seni tanimiyorum yaa birak neolur pesimi birak nolur birak yeter artik benle ugrasmaktan vazgeç kendine baska bi is bul neolur yaaa olmasi lazim kendine ait seyler olmasi lazim beni rahat birak neolur

                              I Offline
                              I Offline
                              Iain Clarke Warrior Programmer
                              wrote on last edited by
                              #16

                              I'm going to guess that Maxwell does not speak your language. As there are very few little words, and mixing if ü (scandivian roots) and ç (slavic) I'm not even going to guess what the language is. This is a canadian website, and the people who visit it are from all over the world. I think most people who visit use english as a second language. If you want help from more than 0.01% of people, you will too. If you have trouble with english, I understand. I'm not good with other languages either (though I can use a bit of french, dutch, and swedish). If you think that Maxwell will help you after your reply, then you are beyond help. Iain.

                              CPalliniC 1 Reply Last reply
                              0
                              • I Iain Clarke Warrior Programmer

                                I'm going to guess that Maxwell does not speak your language. As there are very few little words, and mixing if ü (scandivian roots) and ç (slavic) I'm not even going to guess what the language is. This is a canadian website, and the people who visit it are from all over the world. I think most people who visit use english as a second language. If you want help from more than 0.01% of people, you will too. If you have trouble with english, I understand. I'm not good with other languages either (though I can use a bit of french, dutch, and swedish). If you think that Maxwell will help you after your reply, then you are beyond help. Iain.

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

                                You're a wise guy, I really admire you. :)

                                If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                                [my articles]

                                In testa che avete, signor di Ceprano?

                                I 1 Reply Last reply
                                0
                                • CPalliniC CPallini

                                  You're a wise guy, I really admire you. :)

                                  If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                                  [my articles]

                                  I Offline
                                  I Offline
                                  Iain Clarke Warrior Programmer
                                  wrote on last edited by
                                  #18

                                  I was tempted to bite my tongue - but it appears I woke up on the wrong side of the bed today... Beware my wrath, evil posters! Iain (:mad:)

                                  1 Reply Last reply
                                  0
                                  • H Hakan Bulut

                                    Neyin varda seni pisireyim? Birak pesimi yaa kafayi benle mi yedin neolur birak pesimi yaa lütfen rica ediyorum benle ugrasmaktan vazgeç neolur sana yalvariyorum yaa birak pesimi neolur lütfen birak sana yalvariyorum artik beni alma yapabilir misin bilmiyorum ama benim pesimi birak neolur beni alma neolur birak pesimi sana yalvariyorum neolur yaaa birak artik birak yaaa kimsin nesin hiç mi utanman arlanman yok seni tanimiyorum yaa birak neolur pesimi birak nolur birak yeter artik benle ugrasmaktan vazgeç kendine baska bi is bul neolur yaaa olmasi lazim kendine ait seyler olmasi lazim beni rahat birak neolur

                                    M Offline
                                    M Offline
                                    Maxwell Chen
                                    wrote on last edited by
                                    #19

                                    Hakan D wrote:

                                    Neyin varda seni pisireyim? Birak pesimi yaa kafayi benle mi yedin neolur birak pesimi yaa lütfen rica ediyorum benle ugrasmaktan vazgeç neolur sana yalvariyorum yaa birak pesimi neolur lütfen birak sana yalvariyorum artik beni alma yapabilir misin bilmiyorum ama benim pesimi birak neolur beni alma neolur birak pesimi sana yalvariyorum neolur yaaa birak artik birak yaaa kimsin nesin hiç mi utanman arlanman yok seni tanimiyorum yaa birak neolur pesimi birak nolur birak yeter artik benle ugrasmaktan vazgeç kendine baska bi is bul neolur yaaa olmasi lazim kendine ait seyler olmasi lazim beni rahat birak neolur

                                    Okay, you speak Turkish very well. But I don't understand Turkish though. :-D


                                    Maxwell Chen

                                    1 Reply Last reply
                                    0
                                    • CPalliniC CPallini

                                      Hakan D wrote:

                                      I dunno, i am not a shameless thief!..

                                      I'm happy about, but it has nothing to do with my question, has it?

                                      Hakan D wrote:

                                      I AM NOT BRIGAND, I AM NOT CLAIMING THE BELONG TO TO OTHERS TO THE THING. I'M NOT A MONKEY SO THAT THE BOTHER OTHER LIFE. I HAVE NOT GOT A JOB SUCH LIKE.

                                      Hey man, I'm not a physician... :-D

                                      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                                      [my articles]

                                      J Offline
                                      J Offline
                                      jhwurmbach
                                      wrote on last edited by
                                      #20

                                      Someone should go and fetch his dried-frog-pills...

                                      Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all.
                                      Douglas Adams, "Dirk Gently's Holistic Detective Agency"

                                      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