Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CRuntimeClass Pin
Niklas L15-Apr-02 23:47
Niklas L15-Apr-02 23:47 
Generalfunctions and arrays Pin
Steve Severance14-Apr-02 19:08
Steve Severance14-Apr-02 19:08 
GeneralRe: functions and arrays Pin
Nish Nishant14-Apr-02 19:18
sitebuilderNish Nishant14-Apr-02 19:18 
GeneralRe: functions and arrays Pin
Steve Severance14-Apr-02 19:31
Steve Severance14-Apr-02 19:31 
GeneralRe: functions and arrays Pin
Nish Nishant14-Apr-02 19:53
sitebuilderNish Nishant14-Apr-02 19:53 
GeneralRe: functions and arrays Pin
Steve Severance15-Apr-02 2:07
Steve Severance15-Apr-02 2:07 
Generalundeclared identifier Pin
14-Apr-02 18:53
suss14-Apr-02 18:53 
GeneralRe: undeclared identifier Pin
Orbital^14-Apr-02 22:14
Orbital^14-Apr-02 22:14 
HI!

Try to use __max(int,int)

#include <stdlib.h>

void main(void)
{
int maxim = __max(20,10);
}


Bye,
Orbital^

...the night is long ... but not long enought to do some real coding ...
GeneralRe: undeclared identifier Pin
Antonio Mazzeo14-Apr-02 22:15
Antonio Mazzeo14-Apr-02 22:15 
GeneralRe: undeclared identifier Pin
Mike Nordell15-Apr-02 6:04
Mike Nordell15-Apr-02 6:04 
GeneralDatagram sockets, sequence of methods to call Pin
vcLearner14-Apr-02 18:28
vcLearner14-Apr-02 18:28 
GeneralRe: Datagram sockets, sequence of methods to call Pin
Antonio Mazzeo14-Apr-02 22:24
Antonio Mazzeo14-Apr-02 22:24 
GeneralRe: Datagram sockets, sequence of methods to call Pin
lucy24-Apr-02 5:49
lucy24-Apr-02 5:49 
GeneralCreateMDIWindow(...) Pin
14-Apr-02 18:05
suss14-Apr-02 18:05 
GeneralAccessing a Specific Text Line Inside CEditView :: MFC Pin
valikac14-Apr-02 6:11
valikac14-Apr-02 6:11 
GeneralRe: Accessing a Specific Text Line Inside CEditView :: MFC Pin
moliate14-Apr-02 20:04
moliate14-Apr-02 20:04 
GeneralRe: Accessing a Specific Text Line Inside CEditView :: MFC Pin
jack Mesic14-Apr-02 20:07
jack Mesic14-Apr-02 20:07 
GeneralRe: One More Question Pin
valikac15-Apr-02 14:29
valikac15-Apr-02 14:29 
QuestionCArray without MFC? Pin
User 665814-Apr-02 4:35
User 665814-Apr-02 4:35 
AnswerRe: CArray without MFC? Pin
Stas14-Apr-02 5:21
Stas14-Apr-02 5:21 
GeneralRe: CArray without MFC? Pin
User 665814-Apr-02 5:25
User 665814-Apr-02 5:25 
GeneralRe: CArray without MFC? Pin
Stas14-Apr-02 19:22
Stas14-Apr-02 19:22 
AnswerRe: CArray without MFC? Pin
Christian Graus14-Apr-02 18:31
protectorChristian Graus14-Apr-02 18:31 
GeneralRe: CArray without MFC? Pin
Nish Nishant14-Apr-02 23:26
sitebuilderNish Nishant14-Apr-02 23:26 
GeneralRe: CArray without MFC? Pin
Christian Graus15-Apr-02 0:02
protectorChristian Graus15-Apr-02 0:02 

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.