Click here to Skip to main content
15,886,137 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: C++ Constructor Pin
toxcct12-May-04 9:53
toxcct12-May-04 9:53 
GeneralRe: C++ Constructor Pin
act_x12-May-04 9:56
act_x12-May-04 9:56 
GeneralRe: C++ Constructor Pin
act_x12-May-04 10:01
act_x12-May-04 10:01 
GeneralRe: C++ Constructor Pin
toxcct12-May-04 10:05
toxcct12-May-04 10:05 
Generalsound recording &amp; playback Pin
shoonya12-May-04 9:31
shoonya12-May-04 9:31 
GeneralRe: sound recording &amp; playback Pin
Anthony_Yio12-May-04 16:51
Anthony_Yio12-May-04 16:51 
GeneralRe: sound recording &amp; playback Pin
Marcus Spitzmiller12-May-04 17:58
Marcus Spitzmiller12-May-04 17:58 
GeneralRe: sound recording &amp; playback Pin
Joe Woodbury12-May-04 19:57
professionalJoe Woodbury12-May-04 19:57 
GeneralGet the path of a file Pin
Ruben93812-May-04 7:59
Ruben93812-May-04 7:59 

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.