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. MultiThreading

MultiThreading

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelp
5 Posts 3 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.
  • N Offline
    N Offline
    NewVC
    wrote on last edited by
    #1

    Hi All How can i create and call multithreading?i am try to call a function through thread more than one time.Plz help me

    _ D 2 Replies Last reply
    0
    • N NewVC

      Hi All How can i create and call multithreading?i am try to call a function through thread more than one time.Plz help me

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

      NewVC++ wrote:

      How can i create and call multithreading

      No you don't create something known as multithreading or neither call it. It's a concept where you instantiate multiple threads, allow them to run, synchronize them and blah blah.... You will find some excellent articles on multithreading on Code Project. Just use the search window If you are calling the same function on the same thread than it is not multi threading. You can use a while loop inside the thread function and call the required function as many times as you need.

      You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

      N 1 Reply Last reply
      0
      • _ _AnsHUMAN_

        NewVC++ wrote:

        How can i create and call multithreading

        No you don't create something known as multithreading or neither call it. It's a concept where you instantiate multiple threads, allow them to run, synchronize them and blah blah.... You will find some excellent articles on multithreading on Code Project. Just use the search window If you are calling the same function on the same thread than it is not multi threading. You can use a while loop inside the thread function and call the required function as many times as you need.

        You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

        N Offline
        N Offline
        NewVC
        wrote on last edited by
        #3

        Can you give me some code example?

        _ 1 Reply Last reply
        0
        • N NewVC

          Can you give me some code example?

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

          See here[^] and here[^]

          You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

          1 Reply Last reply
          0
          • N NewVC

            Hi All How can i create and call multithreading?i am try to call a function through thread more than one time.Plz help me

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

            NewVC++ wrote:

            Plz help me

            Read here and here.

            "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

            "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

            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