Click here to Skip to main content
16,005,169 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how can I access variable in View class from my dialog member function? Pin
Maximilien7-Aug-03 14:23
Maximilien7-Aug-03 14:23 
GeneralRe: how can I access variable in View class from my dialog member function? Pin
John M. Drescher7-Aug-03 15:41
John M. Drescher7-Aug-03 15:41 
AnswerRe: how can I access variable in View class from my dialog member function? Pin
PremL8-Aug-03 5:31
PremL8-Aug-03 5:31 
Generalrand ( ) Pin
DaveE9th7-Aug-03 12:08
DaveE9th7-Aug-03 12:08 
GeneralRe: rand ( ) Pin
Bob Stanneveld7-Aug-03 12:19
Bob Stanneveld7-Aug-03 12:19 
GeneralRe: rand ( ) Pin
DaveE9th7-Aug-03 13:13
DaveE9th7-Aug-03 13:13 
GeneralRe: rand ( ) Pin
John M. Drescher7-Aug-03 13:26
John M. Drescher7-Aug-03 13:26 
GeneralRe: rand ( ) Pin
Bob Stanneveld7-Aug-03 21:41
Bob Stanneveld7-Aug-03 21:41 
A declaration looks like this: return type name(arg list);. It's predefined, that means that you only have to use it! Therefore it should only appear in a source file!

You should seperate 3 things:
1) declaration => Header File
2) Implementation => Source File
3) Call to a function => Source File (within other functions)

A Implementation looks like this:
return type name(arg list)
{
// source code
}

I assume you know how to call a function...

hope this helps




A student knows little about a lot.
A professor knows a lot about little.
I know everything about nothing.



GeneralRe: rand ( ) Pin
Joe Woodbury7-Aug-03 12:23
professionalJoe Woodbury7-Aug-03 12:23 
GeneralRe: rand ( ) Pin
DaveE9th7-Aug-03 12:27
DaveE9th7-Aug-03 12:27 
GeneralRe: rand ( ) Pin
DaveE9th7-Aug-03 13:32
DaveE9th7-Aug-03 13:32 
GeneralRe: rand ( ) Pin
kochhar7-Aug-03 18:56
kochhar7-Aug-03 18:56 
GeneralRe: rand ( ) Pin
DaveE9th7-Aug-03 19:30
DaveE9th7-Aug-03 19:30 
GeneralCFile problem Pin
DougW487-Aug-03 11:21
DougW487-Aug-03 11:21 
GeneralRe: CFile problem Pin
Bob Stanneveld7-Aug-03 12:13
Bob Stanneveld7-Aug-03 12:13 
GeneralRe: CFile problem Pin
DougW487-Aug-03 13:22
DougW487-Aug-03 13:22 
GeneralRe: CFile problem Pin
Ryan Binns7-Aug-03 13:30
Ryan Binns7-Aug-03 13:30 
QuestionHow to reset Timers Pin
gc_17-Aug-03 10:58
gc_17-Aug-03 10:58 
AnswerRe: How to reset Timers Pin
PJ Arends7-Aug-03 11:22
professionalPJ Arends7-Aug-03 11:22 
AnswerRe: How to reset Timers Pin
Jack_pt7-Aug-03 16:17
Jack_pt7-Aug-03 16:17 
AnswerRe: How to reset Timers Pin
Michael Dunn7-Aug-03 17:54
sitebuilderMichael Dunn7-Aug-03 17:54 
GeneralRe: How to reset Timers Pin
gc_18-Aug-03 9:02
gc_18-Aug-03 9:02 
GeneralAbsolute 0 - Boot Sector Pin
Like2Byte7-Aug-03 8:15
Like2Byte7-Aug-03 8:15 
GeneralRe: Absolute 0 - Boot Sector Pin
Nish Nishant7-Aug-03 8:24
sitebuilderNish Nishant7-Aug-03 8:24 
GeneralRe: Absolute 0 - Boot Sector Pin
Like2Byte7-Aug-03 8:29
Like2Byte7-Aug-03 8:29 

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.