Click here to Skip to main content
15,914,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I get CD-ROM's data struction (ISO 9660)? Pin
Daniel Turini22-Nov-02 22:28
Daniel Turini22-Nov-02 22:28 
GeneralRe: How can I get CD-ROM's data struction (ISO 9660)? Pin
MeteOS325-Nov-02 1:13
MeteOS325-Nov-02 1:13 
GeneralTransmitFile API Pin
Suren21-Nov-02 21:42
Suren21-Nov-02 21:42 
GeneralRe: TransmitFile API Pin
User 665821-Nov-02 22:20
User 665821-Nov-02 22:20 
GeneralRe: TransmitFile API Pin
Suren21-Nov-02 22:27
Suren21-Nov-02 22:27 
GeneralRe: TransmitFile API Pin
Joao Vaz22-Nov-02 1:09
Joao Vaz22-Nov-02 1:09 
Questionhelp!! how to multi-process? Pin
gab@work21-Nov-02 21:06
gab@work21-Nov-02 21:06 
AnswerRe: help!! how to multi-process? Pin
Joao Vaz21-Nov-02 22:17
Joao Vaz21-Nov-02 22:17 
Check SetProcessAffinityMask and SetThreadAffinityMask , but a BIG but , IMHO only users with advanced MT knowledge should do this, and even so, 99% of time isn't needed to do this, The OS Scheduling Polily should decide for you, since have better knowledge what to do. Also most MT experts are against this type of Processor thread-bounding and normally they don't bring any kind of advantage to your application. Post your question on comp.programming.threads[^] and be prepared for the worst Wink | ;-)

And btw , why on earth do you want to do this ???


Documentation on mdsn site about the 2 apis listed above
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/multiple_processors.asp[^]



Cheers,Joao Vaz
And if your dream is to care for your family, to put food on the table, to provide them with an education and a good home, then maybe suffering through an endless, pointless, boring job will seem to have purpose. And you will realize how even a rock can change the world, simply by remaining obstinately stationary.-Shog9

Remember just because a good thing comes to an end, doesn't mean that the next one can't be better.-Chris Meech

GeneralResizing an array in C Pin
Kevin Power21-Nov-02 20:42
Kevin Power21-Nov-02 20:42 
GeneralRe: Resizing an array in C Pin
jhwurmbach21-Nov-02 20:54
jhwurmbach21-Nov-02 20:54 
GeneralRe: Resizing an array in C Pin
Roger Allen21-Nov-02 21:33
Roger Allen21-Nov-02 21:33 
GeneralRe: Resizing an array in C Pin
Anonymous21-Nov-02 22:41
Anonymous21-Nov-02 22:41 
GeneralRe: Resizing an array in C Pin
Kevin Power22-Nov-02 21:23
Kevin Power22-Nov-02 21:23 
GeneralRe: Resizing an array in C Pin
KarstenK22-Nov-02 1:30
mveKarstenK22-Nov-02 1:30 
GeneralRe: Resizing an array in C Pin
uwemundry22-Nov-02 17:50
sussuwemundry22-Nov-02 17:50 
GeneralCreateWindow in dll Pin
suresh_sathya21-Nov-02 20:23
suresh_sathya21-Nov-02 20:23 
QuestionHow to access protected member of CDockBar Pin
MaTrIX2k221-Nov-02 19:40
MaTrIX2k221-Nov-02 19:40 
AnswerRe: How to access protected member of CDockBar Pin
Christian Graus21-Nov-02 20:23
protectorChristian Graus21-Nov-02 20:23 
GeneralRe: How to access protected member of CDockBar Pin
MaTrIX2k222-Nov-02 7:37
MaTrIX2k222-Nov-02 7:37 
GeneralRe: How to access protected member of CDockBar Pin
Christian Graus22-Nov-02 9:37
protectorChristian Graus22-Nov-02 9:37 
GeneralRe: How to access protected member of CDockBar Pin
MaTrIX2k222-Nov-02 17:25
MaTrIX2k222-Nov-02 17:25 
GeneralRe: How to access protected member of CDockBar Pin
Christian Graus22-Nov-02 17:27
protectorChristian Graus22-Nov-02 17:27 
GeneralRe: How to access protected member of CDockBar Pin
MaTrIX2k222-Nov-02 17:29
MaTrIX2k222-Nov-02 17:29 
GeneralRe: How to access protected member of CDockBar Pin
Christian Graus22-Nov-02 17:33
protectorChristian Graus22-Nov-02 17:33 
Questionhow i can enter date of birth in access record through ADO Pin
kami39421-Nov-02 19:13
kami39421-Nov-02 19:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.