Click here to Skip to main content
16,012,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp Pin
SamirSood15-Jul-02 18:59
SamirSood15-Jul-02 18:59 
GeneralSend Bitmap from ISAPI extension Pin
Don Miguel15-Jul-02 18:58
Don Miguel15-Jul-02 18:58 
GeneralAdd handler for a toolbar button Pin
Anonymous15-Jul-02 18:57
Anonymous15-Jul-02 18:57 
GeneralRe: Add handler for a toolbar button Pin
Fredrik Skog15-Jul-02 20:43
Fredrik Skog15-Jul-02 20:43 
GeneralBitmap Pin
suresh_sathya15-Jul-02 18:40
suresh_sathya15-Jul-02 18:40 
GeneralRe: Bitmap Pin
Christian Graus15-Jul-02 19:03
protectorChristian Graus15-Jul-02 19:03 
GeneralRe: Bitmap Pin
suresh_sathya15-Jul-02 23:52
suresh_sathya15-Jul-02 23:52 
Generalsimple C thread functionality question. Pin
nosherwan15-Jul-02 15:01
nosherwan15-Jul-02 15:01 
I have looked in C books but I cannot find threads available in C. So I guess I will have to use someone’s library to get thread functionality in my C programs. Can some please tell me from where can I download such a library? My basic problem is that I have made a real time scheduler in C with custom functions working as threads, the problem is that in order to have complete functionality of real time one must be able to stop the function at any time and latter resume them. That functionality is only possible with threads but simple C does not has this functionality built in. I have to compile it on windows. Please Help.
If such a solution is not possible then I will have to make a sort of a parser that will parse the functions and perform every single addition, multiplication, and division through a set of variables that I will consider registers. By storing those registers and resuming their value I might be able to achieve thread functionality. But there is another problem with that; firstly I store the functions as function pointers in an array, and latter after scheduling I pick them up from there. So is there a way that I can convert the contents of the function by that function pointer to a string so that latter I can parse the contents of the function or do I have to follow another approach. Please help with this problem as my deadline is nearing.
Cry | :((

OnlyHuman23
GeneralRe: simple C thread functionality question. Pin
Nish Nishant15-Jul-02 15:55
sitebuilderNish Nishant15-Jul-02 15:55 
GeneralCImageList Pin
Steve L.15-Jul-02 12:49
Steve L.15-Jul-02 12:49 
GeneralRe: CImageList Pin
Shog916-Jul-02 7:22
sitebuilderShog916-Jul-02 7:22 
Generalinitialising elements using new foo[] Pin
moredip15-Jul-02 12:39
moredip15-Jul-02 12:39 
GeneralRe: initialising elements using new foo[] Pin
Christian Graus15-Jul-02 12:51
protectorChristian Graus15-Jul-02 12:51 
GeneralRe: initialising elements using new foo[] Pin
Chris Losinger15-Jul-02 13:48
professionalChris Losinger15-Jul-02 13:48 
GeneralRe: initialising elements using new foo[] Pin
Bernhard15-Jul-02 23:55
Bernhard15-Jul-02 23:55 
GeneralRe: initialising elements using new foo[] Pin
moredip16-Jul-02 7:28
moredip16-Jul-02 7:28 
GeneralWhy... Pin
Frank Deo15-Jul-02 12:28
Frank Deo15-Jul-02 12:28 
GeneralRe: Why... Pin
Christian Graus15-Jul-02 12:31
protectorChristian Graus15-Jul-02 12:31 
GeneralRe: Why... Pin
Frank Deo15-Jul-02 12:35
Frank Deo15-Jul-02 12:35 
GeneralRe: Why... Pin
Christian Graus15-Jul-02 12:53
protectorChristian Graus15-Jul-02 12:53 
GeneralRe: Why... Pin
Frank Deo15-Jul-02 13:00
Frank Deo15-Jul-02 13:00 
GeneralRe: Why... Pin
Nish Nishant15-Jul-02 14:56
sitebuilderNish Nishant15-Jul-02 14:56 
GeneralGetting RuntimeClass of a CObject Derived Class Pin
MightyThor15-Jul-02 12:16
MightyThor15-Jul-02 12:16 
GeneralRe: Getting RuntimeClass of a CObject Derived Class Pin
Christian Graus15-Jul-02 12:34
protectorChristian Graus15-Jul-02 12:34 
GeneralRe: Getting RuntimeClass of a CObject Derived Class Pin
Roman Fadeyev15-Jul-02 19:03
Roman Fadeyev15-Jul-02 19:03 

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.