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. Execute several tasks simultaneity question

Execute several tasks simultaneity question

Scheduled Pinned Locked Moved C / C++ / MFC
helpcsharptutorialquestion
6 Posts 4 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.
  • T Offline
    T Offline
    tomarrow
    wrote on last edited by
    #1

    I have developed a software used in engineering calculation fields.In my software, every funtion is activated by clicking a menu item.Now I have a problem that I don't know how to Execute several tasks simultaneity by clicking differet menu items continuously. IF you can help me solve this question please message me or post your solution to my e-mail:toschl@yeah.net. Thanks for your help sincerely.

    H _ D 3 Replies Last reply
    0
    • T tomarrow

      I have developed a software used in engineering calculation fields.In my software, every funtion is activated by clicking a menu item.Now I have a problem that I don't know how to Execute several tasks simultaneity by clicking differet menu items continuously. IF you can help me solve this question please message me or post your solution to my e-mail:toschl@yeah.net. Thanks for your help sincerely.

      H Offline
      H Offline
      Hamid Taebi
      wrote on last edited by
      #2

      Dont need to show your mail(do you like spam!? :) ) Do you want to run some actions at same time?

      T 1 Reply Last reply
      0
      • T tomarrow

        I have developed a software used in engineering calculation fields.In my software, every funtion is activated by clicking a menu item.Now I have a problem that I don't know how to Execute several tasks simultaneity by clicking differet menu items continuously. IF you can help me solve this question please message me or post your solution to my e-mail:toschl@yeah.net. Thanks for your help sincerely.

        _ Offline
        _ Offline
        _AnsHUMAN_
        wrote on last edited by
        #3

        you should be reading Multithreading[^]then

        Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

        1 Reply Last reply
        0
        • T tomarrow

          I have developed a software used in engineering calculation fields.In my software, every funtion is activated by clicking a menu item.Now I have a problem that I don't know how to Execute several tasks simultaneity by clicking differet menu items continuously. IF you can help me solve this question please message me or post your solution to my e-mail:toschl@yeah.net. Thanks for your help sincerely.

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          While you could certainly put each task in its own thread, those threads will only run in parallel if you have more than one processor.

          "Love people and use things, not love things and use people." - Unknown

          "The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch

          1 Reply Last reply
          0
          • H Hamid Taebi

            Dont need to show your mail(do you like spam!? :) ) Do you want to run some actions at same time?

            T Offline
            T Offline
            tomarrow
            wrote on last edited by
            #5

            yes

            H 1 Reply Last reply
            0
            • T tomarrow

              yes

              H Offline
              H Offline
              Hamid Taebi
              wrote on last edited by
              #6

              I think you can use of multithreading if you like to use it see these exmpales: here[^] and here[^]. :)

              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