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

C / C++ / MFC

 
GeneralATL 7 WTL 7.1 Pin
monrobot1312-May-04 13:59
monrobot1312-May-04 13:59 
GeneralRe: ATL 7 WTL 7.1 Pin
Michael Dunn12-May-04 15:37
sitebuilderMichael Dunn12-May-04 15:37 
GeneralRe: ATL 7 WTL 7.1 Pin
monrobot1312-May-04 16:09
monrobot1312-May-04 16:09 
QuestionMessageBox Not Displayed from Destructor? Pin
Justin Cooke12-May-04 11:56
Justin Cooke12-May-04 11:56 
AnswerRe: MessageBox Not Displayed from Destructor? Pin
Diddy14-May-04 0:56
Diddy14-May-04 0:56 
GeneralRe: MessageBox Not Displayed from Destructor? Pin
Justin Cooke14-May-04 6:41
Justin Cooke14-May-04 6:41 
GeneralRe: MessageBox Not Displayed from Destructor? Pin
Diddy18-May-04 1:19
Diddy18-May-04 1:19 
GeneralRemoval of source control (VSS) Pin
Janovetz12-May-04 11:56
Janovetz12-May-04 11:56 
Generalfade screen Pin
johansmits12-May-04 11:16
johansmits12-May-04 11:16 
GeneralRe: fade screen Pin
Christian Graus12-May-04 12:13
protectorChristian Graus12-May-04 12:13 
Generalglobal #define !!! Pin
Hesham Amin12-May-04 10:42
Hesham Amin12-May-04 10:42 
GeneralRe: global #define !!! Pin
Christopher Lloyd12-May-04 11:07
Christopher Lloyd12-May-04 11:07 
Generalthank you but... Pin
Hesham Amin12-May-04 11:14
Hesham Amin12-May-04 11:14 
GeneralRe: thank you but... Pin
Christopher Lloyd13-May-04 1:52
Christopher Lloyd13-May-04 1:52 
GeneralRe: thank you but... Pin
Hesham Amin13-May-04 4:14
Hesham Amin13-May-04 4:14 
GeneralRe: global #define !!! Pin
Christian Graus12-May-04 12:14
protectorChristian Graus12-May-04 12:14 
QuestionIncredible functions... may exist ? Pin
Rafael Fernández López12-May-04 10:31
Rafael Fernández López12-May-04 10:31 
We can create functions that return values like :

<br />
CString my_function()<br />
{<br />
   CString my_string="whatever";<br />
   return my_string;<br />
}<br />


BUT I NEED A FUNCTION THAT MAY BE ABLE TO RETURN A CStringArray OBJECT OR SOMETHING SIMILAR WITH SOME DATA !! I mean, something like this:

<br />
CStringArray my_function()<br />
{<br />
   CStringArray my_array;<br />
   my_array.Add("VALUE1");<br />
   my_array.Add("VALUE2");<br />
   return my_array;<br />
}<br />


THANKX !!!!


Written by: Rafael Fernández López.


Visit: http://www.maestroprogramador.com

AnswerRe: Incredible functions... may exist ? Pin
Joe Woodbury12-May-04 11:01
professionalJoe Woodbury12-May-04 11:01 
GeneralRe: Incredible functions... may exist ? Pin
Rafael Fernández López12-May-04 11:05
Rafael Fernández López12-May-04 11:05 
GeneralRe: Incredible functions... may exist ? Pin
Joe Woodbury12-May-04 11:26
professionalJoe Woodbury12-May-04 11:26 
GeneralRe: Incredible functions... may exist ? Pin
Rafael Fernández López12-May-04 12:01
Rafael Fernández López12-May-04 12:01 
GeneralRe: Incredible functions... may exist ? Pin
Christian Graus12-May-04 12:17
protectorChristian Graus12-May-04 12:17 
GeneralRe: Incredible functions... may exist ? Pin
Joe Woodbury12-May-04 12:47
professionalJoe Woodbury12-May-04 12:47 
GeneralRe: Incredible functions... may exist ? Pin
Rafael Fernández López13-May-04 4:01
Rafael Fernández López13-May-04 4:01 
GeneralC++ Constructor Pin
act_x12-May-04 9:40
act_x12-May-04 9:40 

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.