Click here to Skip to main content
16,010,553 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCalling HtmlHelp() from dialog fails Pin
Roger Scudder28-Sep-01 4:04
Roger Scudder28-Sep-01 4:04 
GeneralWindow opaquenes Pin
Per28-Sep-01 3:56
Per28-Sep-01 3:56 
GeneralRe: Window opaquenes Pin
Christian Graus29-Sep-01 21:10
protectorChristian Graus29-Sep-01 21:10 
GeneralRe: Window opaquenes Pin
Michael Dunn29-Sep-01 21:39
sitebuilderMichael Dunn29-Sep-01 21:39 
GeneralAdd item dynamically in SnapIn Pin
28-Sep-01 3:50
suss28-Sep-01 3:50 
Generalextracting email addresses from Microsoft addressbook Pin
Kuniva28-Sep-01 3:07
Kuniva28-Sep-01 3:07 
GeneralRe: extracting email addresses from Microsoft addressbook Pin
Oscar Vazquez28-Sep-01 4:22
Oscar Vazquez28-Sep-01 4:22 
Generalabout member variable Pin
Gérald Mercet28-Sep-01 3:00
Gérald Mercet28-Sep-01 3:00 
In my app i declare a pointer as a member variable(double *pTab;). This pointer will be used as a pointer on an array of double. In one of the member function, i want to do some calculation which do affectation like that:
for(i=1;i<=n;i++)
{
*(pTab+i)=Value_i;
}
I don't want that this function return value so i decide it will be type "void".
And now i want to use this function in another member method. So, if i call the first function, i would like to know if i will be able to get one of specific value of the array.

For example, could i just return the value *(pTab+i2)?

thanks in advance for your help

gerald
GeneralQoS Pin
gugouo28-Sep-01 2:19
gugouo28-Sep-01 2:19 
GeneralRe: Check MSDN Magazine! Pin
Masaaki Onishi28-Sep-01 7:19
Masaaki Onishi28-Sep-01 7:19 
GeneralKiller App Pin
Michael Martin28-Sep-01 2:09
professionalMichael Martin28-Sep-01 2:09 
GeneralRe: Killer App Pin
Michael P Butler28-Sep-01 2:34
Michael P Butler28-Sep-01 2:34 
GeneralRe: Killer App Pin
Michael Martin28-Sep-01 4:09
professionalMichael Martin28-Sep-01 4:09 
GeneralRe: Killer App Pin
Michael P Butler28-Sep-01 4:25
Michael P Butler28-Sep-01 4:25 
GeneralColor Scroll Bar for TreeView Pin
Matt Plaxton28-Sep-01 1:42
Matt Plaxton28-Sep-01 1:42 
GeneralHTML clipboard format Pin
28-Sep-01 1:27
suss28-Sep-01 1:27 
GeneralUNICODE Pin
The_Server28-Sep-01 0:47
The_Server28-Sep-01 0:47 
GeneralRe: UNICODE Pin
Per28-Sep-01 3:02
Per28-Sep-01 3:02 
GeneralRe: UNICODE Pin
The_Server30-Sep-01 4:11
The_Server30-Sep-01 4:11 
GeneralRe: UNICODE Pin
markkuk30-Sep-01 20:52
markkuk30-Sep-01 20:52 
GeneralRe: UNICODE Pin
Per1-Oct-01 5:34
Per1-Oct-01 5:34 
Questioninterlanguage? Pin
pcvsee28-Sep-01 0:25
pcvsee28-Sep-01 0:25 
QuestionHow to know that thread has quit? Pin
overflow28-Sep-01 0:12
overflow28-Sep-01 0:12 
AnswerRe: How to know that thread has quit? Pin
Oscar Vazquez28-Sep-01 2:44
Oscar Vazquez28-Sep-01 2:44 
AnswerRe: How to know that thread has quit? Pin
Joaquín M López Muñoz28-Sep-01 2:48
Joaquín M López Muñoz28-Sep-01 2:48 

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.