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

C / C++ / MFC

 
QuestionRe: Font & BkColor Pin
josip cagalj10-Sep-07 3:34
josip cagalj10-Sep-07 3:34 
QuestionReading data from Folder [modified] Pin
shakumar_2210-Sep-07 0:57
shakumar_2210-Sep-07 0:57 
AnswerRe: Reading data from Folder Pin
Nishad S10-Sep-07 1:32
Nishad S10-Sep-07 1:32 
AnswerRe: Reading data from Folder Pin
David Crow10-Sep-07 5:35
David Crow10-Sep-07 5:35 
AnswerRe: Reading data from Folder Pin
david bagaturia10-Sep-07 19:43
david bagaturia10-Sep-07 19:43 
QuestionAbout IntelliSense Pin
GauranG Shah10-Sep-07 0:53
GauranG Shah10-Sep-07 0:53 
AnswerRe: About IntelliSense Pin
baerten10-Sep-07 2:42
baerten10-Sep-07 2:42 
QuestionGeneral Questions Pin
rajaratk10-Sep-07 0:21
rajaratk10-Sep-07 0:21 
Hello,

I need the answers for the following questions:

1. I have a class (ex: Test) contains 2 variables,then I am creating 2 objects of that class. How many copies of the variables are stored in memory?

2. What will be the output of the following program:

int* fun()
{
int a;
return &a;
}
suppose, if i assign a value for the variable "a" (ie int a=10) what will be the output?

Thanks in advance for the solutions.
AnswerRe: General Questions Pin
Russell'10-Sep-07 0:30
Russell'10-Sep-07 0:30 
AnswerRe: General Questions Pin
Matthew Faithfull10-Sep-07 0:32
Matthew Faithfull10-Sep-07 0:32 
AnswerRe: General Questions Pin
Russell'10-Sep-07 0:38
Russell'10-Sep-07 0:38 
GeneralRe: General Questions Pin
jhwurmbach10-Sep-07 2:20
jhwurmbach10-Sep-07 2:20 
JokeRe: General Questions Pin
Russell'10-Sep-07 2:28
Russell'10-Sep-07 2:28 
JokeRe: General Questions Pin
jhwurmbach10-Sep-07 2:30
jhwurmbach10-Sep-07 2:30 
GeneralRe: General Questions Pin
Russell'10-Sep-07 2:35
Russell'10-Sep-07 2:35 
AnswerRe: General Questions Pin
rajaratk10-Sep-07 0:48
rajaratk10-Sep-07 0:48 
AnswerGeneral answer. Pin
Maximilien10-Sep-07 1:11
Maximilien10-Sep-07 1:11 
QuestionPlotting graph using MFC Pin
Maynka10-Sep-07 0:15
Maynka10-Sep-07 0:15 
GeneralRe: Plotting graph using MFC Pin
Matthew Faithfull10-Sep-07 0:23
Matthew Faithfull10-Sep-07 0:23 
AnswerRe: Plotting graph using MFC Pin
Cedric Moonen10-Sep-07 0:55
Cedric Moonen10-Sep-07 0:55 
QuestionWill VC 2005 installation affect existing VC 6? Pin
Nishad S9-Sep-07 23:56
Nishad S9-Sep-07 23:56 
AnswerRe: Will VC 2005 installation affect existing VC 6? Pin
Cedric Moonen10-Sep-07 0:06
Cedric Moonen10-Sep-07 0:06 
GeneralRe: Will VC 2005 installation affect existing VC 6? Pin
Nishad S10-Sep-07 1:21
Nishad S10-Sep-07 1:21 
GeneralRe: Will VC 2005 installation affect existing VC 6? Pin
Nibu babu thomas10-Sep-07 3:23
Nibu babu thomas10-Sep-07 3:23 
GeneralRe: Will VC 2005 installation affect existing VC 6? Pin
Nishad S10-Sep-07 19:46
Nishad S10-Sep-07 19:46 

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.