|
-
Sep 22nd, 2001, 08:51 PM
#1
Thread Starter
PowerPoster
loops, processes, multithreading
I work with turing these days and you can run two or more loops at the same time if you use a process.
Is the same kind of method called multithreading in C++ programming?
And what is it called in vb?
-
Sep 22nd, 2001, 09:08 PM
#2
Member
It's called multithreading in any language to do more than one task at the "same" time. (You can only truly multithread on a multiprocessor machine, but thanks to timeslicing you can fake multithreading on any computer.)
-
Sep 22nd, 2001, 10:15 PM
#3
-
Sep 23rd, 2001, 10:06 AM
#4
Thread Starter
PowerPoster
That is really cool. I will check the example out after I install VS.
I thought that vb provides its own routines for multithreading but you need to use the Windows API calls as you do in C++...right?
-
Sep 23rd, 2001, 10:13 AM
#5
Member
Java is designed for easy multithreading.
-
Sep 23rd, 2001, 10:22 AM
#6
Thread Starter
PowerPoster
turing does the same.
I don't know if it supports API calls.
BTW I am making a program that play around with a students database. I will post the exe or the code, and if you find any error in its design then I will try to correct it, and will give it to the teacher.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|