hi all,
I have a main program (C language)in visual studio 2005 which creates lot of threads.I have given pririty levels for them manually.But my program starts execution from _main() right. It is also a thread correct? Then i want to know the default priority of that main thread(NORMAL/ABOVE NORMAL /HIGHEST).
Also can anybody please explain the exact difference between process and thread in windows?
Regards, jacK