VB Vs. C++
hey all,i was just wondering,is vb as fast as c++,graphics routines wise,because of the new version of directx for vb.This seems to be what vb programmers are now rubbing in c++ coders faces.Any input is appreciated.
"Good,evil,I got the gun"
Ash- Evil Dead
"Good,evil,I got the gun"Ash- Evil Dead
Amen brother
Humanity''s first sin was faith; the first virtue was doubt
Humanity''s first sin was faith; the first virtue was doubt
Humanity's first sin was faith; the first virtue was doubt
July 17, 2001 08:28 PM
VB doesn''t support multi-threads, which is crucial to the game development
ummm, oh i have a question, why is a computer better than my 10 fingers and 10 toes.
Reality Makes Me XIC
I don''t do spelling, I hack code: passion is my feul. Use my programs, experience genius.
http://www.x-i-c.com/
Reality Makes Me XIC
I don''t do spelling, I hack code: passion is my feul. Use my programs, experience genius.
http://www.x-i-c.com/
I am XiCI don't do talk, I code: passion is my feul. Use my programs, experience XiC. http://www.x-i-c.com/
What are multi-threads? (i''m learning vc++)
yeah VB easier to learn...i guess...
yeah VB easier to learn...i guess...
~~~~sjunkimLiquid Ice Studioswww.liquidicestudios.com
multi threads are individual threads running in your program.
a thread is a single execution pipeline of instructions...
multitasking uses a combination of threads, processes and fibers..
a thread allows you to do a single task, 2 threads can do 2 tasks concurrently (well almost).
read up the
CreateThread() for windows and
fork() for unix / linux (create process)
{ Stating the obvious never helped any situation !! }
a thread is a single execution pipeline of instructions...
multitasking uses a combination of threads, processes and fibers..
a thread allows you to do a single task, 2 threads can do 2 tasks concurrently (well almost).
read up the
CreateThread() for windows and
fork() for unix / linux (create process)
{ Stating the obvious never helped any situation !! }
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement