Click here to Skip to main content
15,908,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Edit Control Pin
Trupti Mehta5-Jun-08 4:21
Trupti Mehta5-Jun-08 4:21 
GeneralRe: Edit Control Pin
James R. Twine5-Jun-08 6:47
James R. Twine5-Jun-08 6:47 
AnswerRe: Edit Control Pin
David Crow5-Jun-08 2:45
David Crow5-Jun-08 2:45 
QuestionQuestion on accessing variable within innerblock? Pin
Super Hornet4-Jun-08 23:54
Super Hornet4-Jun-08 23:54 
AnswerRe: Question on accessing variable within innerblock? Pin
toxcct5-Jun-08 0:00
toxcct5-Jun-08 0:00 
AnswerRe: Question on accessing variable within innerblock? Pin
CPallini5-Jun-08 0:11
mveCPallini5-Jun-08 0:11 
AnswerRe: Question on accessing variable within innerblock? Pin
sudhir_Kumar5-Jun-08 0:29
sudhir_Kumar5-Jun-08 0:29 
AnswerRe: Question on accessing variable within innerblock? Pin
Nibu babu thomas5-Jun-08 0:58
Nibu babu thomas5-Jun-08 0:58 
Super Hornet wrote:
//can we access the value of x which is defined as int x = 8 here?


If you badly need it then rename inner x to something else or store the previous x(main) in some variable before you declare the most inner x and use that variable.

This is not the optimal way for naming variables. You can easily give different names. Or is this an interview question?


Nibu thomas
Microsoft MVP for VC++


Code must be written to be read, not by the compiler, but by another human being.

Programming Blog: http://nibuthomas.wordpress.com

AnswerRe: Question on accessing variable within innerblock? Pin
Eytukan5-Jun-08 1:58
Eytukan5-Jun-08 1:58 
AnswerRe: Question on accessing variable within innerblock? Pin
Rajesh R Subramanian5-Jun-08 2:46
professionalRajesh R Subramanian5-Jun-08 2:46 
GeneralRe: Question on accessing variable within innerblock? Pin
Super Hornet5-Jun-08 6:33
Super Hornet5-Jun-08 6:33 
QuestionHow to create pages in Dialog box plz help Pin
Member 46556854-Jun-08 23:13
Member 46556854-Jun-08 23:13 
AnswerRe: How to create pages in Dialog box plz help Pin
toxcct4-Jun-08 23:16
toxcct4-Jun-08 23:16 
GeneralRe: How to create pages in Dialog box plz help Pin
Member 46556854-Jun-08 23:25
Member 46556854-Jun-08 23:25 
GeneralRe: How to create pages in Dialog box plz help Pin
toxcct4-Jun-08 23:27
toxcct4-Jun-08 23:27 
QuestionRe: How to create pages in Dialog box plz help Pin
CPallini4-Jun-08 23:18
mveCPallini4-Jun-08 23:18 
AnswerRe: How to create pages in Dialog box plz help Pin
Member 46556854-Jun-08 23:40
Member 46556854-Jun-08 23:40 
GeneralRe: How to create pages in Dialog box plz help Pin
Hamid_RT4-Jun-08 23:56
Hamid_RT4-Jun-08 23:56 
AnswerRe: How to create pages in Dialog box plz help Pin
Michael Schubert4-Jun-08 23:34
Michael Schubert4-Jun-08 23:34 
GeneralRe: How to create pages in Dialog box plz help Pin
Member 46556854-Jun-08 23:41
Member 46556854-Jun-08 23:41 
RantRe: How to create pages in Dialog box plz help Pin
Rajesh R Subramanian4-Jun-08 23:47
professionalRajesh R Subramanian4-Jun-08 23:47 
GeneralRe: How to create pages in Dialog box plz help Pin
Member 46556854-Jun-08 23:50
Member 46556854-Jun-08 23:50 
GeneralRe: How to create pages in Dialog box plz help Pin
Michael Schubert4-Jun-08 23:55
Michael Schubert4-Jun-08 23:55 
GeneralRe: How to create pages in Dialog box plz help Pin
Rajesh R Subramanian4-Jun-08 23:59
professionalRajesh R Subramanian4-Jun-08 23:59 
GeneralRe: How to create pages in Dialog box plz help Pin
Michael Schubert5-Jun-08 0:02
Michael Schubert5-Jun-08 0:02 

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.