Click here to Skip to main content
15,891,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTrichEdit Pin
26-Jul-01 22:01
suss26-Jul-01 22:01 
GeneralRe: TrichEdit Pin
Paolo Messina27-Jul-01 10:27
professionalPaolo Messina27-Jul-01 10:27 
GeneralProblem around usage of RUNTIME_CLASS Pin
EiSl26-Jul-01 21:42
EiSl26-Jul-01 21:42 
GeneralRe: Problem around usage of RUNTIME_CLASS Pin
Tomasz Sowinski27-Jul-01 4:43
Tomasz Sowinski27-Jul-01 4:43 
GeneralNT management Pin
Serge A. Zhirko26-Jul-01 21:27
Serge A. Zhirko26-Jul-01 21:27 
GeneralRe: NT management Pin
Jon Sagara26-Jul-01 22:07
Jon Sagara26-Jul-01 22:07 
QuestionHow declare a Function with 8 Inputs and 4 Outputs ?? Pin
youssef26-Jul-01 20:59
youssef26-Jul-01 20:59 
AnswerRe: How declare a Function with 8 Inputs and 4 Outputs ?? Pin
26-Jul-01 21:50
suss26-Jul-01 21:50 
Hi Are you really shure that you want to have that many in and outputs in one function? Maybe the function is doing too much and you should consider splitting it up in several functions.
Else, while a function only can return one value you have to get the result through the parameters in the function using pointers or references. Something like: myFunction(in1,in2,in3,in4,in5,in6,in7,in8,*out1,*out2,*out3,*out4).

/Per
GeneralRe: How declare a Function with 8 Inputs and 4 Outputs ?? Pin
fantastic_mr_fox26-Jul-01 23:21
fantastic_mr_fox26-Jul-01 23:21 
GeneralPreprocessor defines and MFC Pin
Serge A. Zhirko26-Jul-01 19:42
Serge A. Zhirko26-Jul-01 19:42 
GeneralRe: Preprocessor defines and MFC Pin
Michael Dunn26-Jul-01 20:26
sitebuilderMichael Dunn26-Jul-01 20:26 
QuestionHow to Inport A Resource and its Class Pin
nulldreamer26-Jul-01 16:46
nulldreamer26-Jul-01 16:46 
AnswerRe: How to Inport A Resource and its Class Pin
Not Active26-Jul-01 18:04
mentorNot Active26-Jul-01 18:04 
GeneralMark Nischalke , I tried that , It didn't work that way ... Pin
nulldreamer26-Jul-01 19:50
nulldreamer26-Jul-01 19:50 
GeneralRe: Mark Nischalke , I tried that , It didn't work that way ... Pin
KingsGambit26-Jul-01 19:58
KingsGambit26-Jul-01 19:58 
GeneralRe Pin
nulldreamer26-Jul-01 20:07
nulldreamer26-Jul-01 20:07 
GeneralRe: Re Pin
KingsGambit26-Jul-01 23:13
KingsGambit26-Jul-01 23:13 
GeneralRe: Mark Nischalke , I tried that , It didn't work that way ... Pin
Christian Graus26-Jul-01 19:59
protectorChristian Graus26-Jul-01 19:59 
AnswerDoesn't work still Pin
nulldreamer26-Jul-01 22:05
nulldreamer26-Jul-01 22:05 
GeneralRe: Doesn't work still Pin
KingsGambit26-Jul-01 23:19
KingsGambit26-Jul-01 23:19 
GeneralRead from the console window Pin
26-Jul-01 12:44
suss26-Jul-01 12:44 
GeneralRe: Read from the console window Pin
Matt Gullett26-Jul-01 13:07
Matt Gullett26-Jul-01 13:07 
GeneralRe: Read from the console window Pin
Ulf Öhlén26-Jul-01 22:12
Ulf Öhlén26-Jul-01 22:12 
GeneralCommand Bar Project Pin
26-Jul-01 12:31
suss26-Jul-01 12:31 
Generalput static or picture on button control Pin
26-Jul-01 11:14
suss26-Jul-01 11:14 

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.