Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is there a limit on amt of timers in an app? Pin
JohnnyG27-Sep-02 9:11
JohnnyG27-Sep-02 9:11 
AnswerRe: Is there a limit on amt of timers in an app? Pin
Shog926-Sep-02 12:12
sitebuilderShog926-Sep-02 12:12 
GeneralDialog boxes and Notification Msg Prob. Pin
Phrozen Banana26-Sep-02 10:53
sussPhrozen Banana26-Sep-02 10:53 
GeneralParsing cmd line arguments in Win32 appl Pin
rsasalm_26-Sep-02 10:41
rsasalm_26-Sep-02 10:41 
GeneralRe: Parsing cmd line arguments in Win32 appl Pin
Jon Hulatt26-Sep-02 22:57
Jon Hulatt26-Sep-02 22:57 
General#define and data types Pin
James A Beggs26-Sep-02 9:33
James A Beggs26-Sep-02 9:33 
GeneralRe: #define and data types Pin
Pavel Klocek26-Sep-02 9:38
Pavel Klocek26-Sep-02 9:38 
GeneralRe: #define and data types Pin
Maciej Pirog26-Sep-02 9:47
Maciej Pirog26-Sep-02 9:47 
Yeah! He's right. This code:
#define XXX void function(int r)
static XXX
{

}


will be seen by the comiler as:
static void function(int r)
{

}


You can write anything after #define

Ñ There is only one MP Ð

GeneralRe: #define and data types Pin
RedZenBird26-Sep-02 10:04
RedZenBird26-Sep-02 10:04 
GeneralRe: #define and data types Pin
James A Beggs26-Sep-02 10:12
James A Beggs26-Sep-02 10:12 
GeneralRe: #define and data types Pin
RedZenBird26-Sep-02 11:25
RedZenBird26-Sep-02 11:25 
QuestionWhat's a LARGE_INTEGER, and where is it defined? Pin
Anonymous26-Sep-02 8:57
Anonymous26-Sep-02 8:57 
AnswerRe: What's a LARGE_INTEGER, and where is it defined? Pin
lucy26-Sep-02 9:19
lucy26-Sep-02 9:19 
AnswerRe: What's a LARGE_INTEGER, and where is it defined? Pin
lucy26-Sep-02 9:21
lucy26-Sep-02 9:21 
AnswerRe: What's a LARGE_INTEGER, and where is it defined? Pin
Anders Molin26-Sep-02 9:18
professionalAnders Molin26-Sep-02 9:18 
AnswerThanks all, included winnt.h and it worked :) Pin
Anonymous26-Sep-02 9:51
Anonymous26-Sep-02 9:51 
QuestionDoes no one know any way around??? Pin
Anonymous26-Sep-02 6:39
Anonymous26-Sep-02 6:39 
AnswerRe: Does no one know any way around??? Pin
Todd Smith26-Sep-02 7:47
Todd Smith26-Sep-02 7:47 
GeneralRe: Does no one know any way around??? Pin
Anonymous26-Sep-02 10:20
Anonymous26-Sep-02 10:20 
GeneralDetecting network card duplex Pin
majk26-Sep-02 6:23
majk26-Sep-02 6:23 
QuestionAdding Outlook toolbar to a .NET form? Pin
Derek Smigelski26-Sep-02 6:20
Derek Smigelski26-Sep-02 6:20 
AnswerRe: Adding Outlook toolbar to a .NET form? Pin
Maciej Pirog26-Sep-02 9:49
Maciej Pirog26-Sep-02 9:49 
GeneralResource header Pin
Zizilamoroso26-Sep-02 6:12
Zizilamoroso26-Sep-02 6:12 
GeneralRe: Resource header Pin
Maximilien26-Sep-02 6:16
Maximilien26-Sep-02 6:16 
GeneralRe: Resource header Pin
Tomasz Sowinski26-Sep-02 6:19
Tomasz Sowinski26-Sep-02 6:19 

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.