Click here to Skip to main content
15,896,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionConnecting Push buttons by arrow lines in MFC Form View Pin
kishoresajja17-Jun-09 13:48
kishoresajja17-Jun-09 13:48 
AnswerRe: Connecting Push buttons by arrow lines in MFC Form View Pin
«_Superman_»17-Jun-09 16:28
professional«_Superman_»17-Jun-09 16:28 
QuestionSOLVED MFC and F1 help [modified] Pin
Vaclav_17-Jun-09 13:29
Vaclav_17-Jun-09 13:29 
AnswerRe: MFC and F1 help Pin
Ozer Karaagac17-Jun-09 15:08
professionalOzer Karaagac17-Jun-09 15:08 
AnswerRe: MFC and F1 help Pin
Jijo.Raj17-Jun-09 20:50
Jijo.Raj17-Jun-09 20:50 
AnswerRe: MFC and F1 help Pin
chandu00417-Jun-09 21:10
chandu00417-Jun-09 21:10 
AnswerSOLVED MFC and F1 help using PreTranslateMessage [modified] Pin
Vaclav_18-Jun-09 9:10
Vaclav_18-Jun-09 9:10 
QuestionAlias an Array of Pointers Pin
Skippums17-Jun-09 11:00
Skippums17-Jun-09 11:00 
Hello. I would like to create an alias to an array of pointers, but don't know the syntax for such an operation. For example, to create an alias, "b", to an integer, "a", I would do the following:
int a;
int &b(a);
Here changing either b or a also modifies the other. However, how do I do this if the type of a is an array of double* const, as in the following:
double* const a[2];
double* const (&b)[2](a);
Is the second line doing what I want it to, and creating an alias for a? If this is not correct, does anyone know how to do this? Thanks,

Sounds like somebody's got a case of the Mondays

-Jeff

AnswerRe: Alias an Array of Pointers Pin
Ozer Karaagac17-Jun-09 11:44
professionalOzer Karaagac17-Jun-09 11:44 
AnswerRe: Alias an Array of Pointers Pin
Stuart Dootson17-Jun-09 12:15
professionalStuart Dootson17-Jun-09 12:15 
Questionsmart pointers Pin
siva45517-Jun-09 8:19
siva45517-Jun-09 8:19 
AnswerRe: smart pointers Pin
CPallini17-Jun-09 9:03
mveCPallini17-Jun-09 9:03 
AnswerRe: smart pointers Pin
Stuart Dootson17-Jun-09 9:54
professionalStuart Dootson17-Jun-09 9:54 
QuestionATL Server Web Service on Vista / IIS 7 and VS2005 Pin
Condorito17-Jun-09 7:53
Condorito17-Jun-09 7:53 
QuestionUser detailes from Outlook Pin
kasi1417-Jun-09 6:52
kasi1417-Jun-09 6:52 
AnswerRe: User detailes from Outlook Pin
Stuart Dootson17-Jun-09 7:15
professionalStuart Dootson17-Jun-09 7:15 
Questioncoding related to mac address Pin
amitkalani117-Jun-09 5:29
amitkalani117-Jun-09 5:29 
QuestionScrollbar in CStatic derived class Pin
kk.tvm17-Jun-09 2:34
kk.tvm17-Jun-09 2:34 
QuestionRe: Scrollbar in CStatic derived class Pin
David Crow17-Jun-09 2:39
David Crow17-Jun-09 2:39 
AnswerRe: Scrollbar in CStatic derived class Pin
kk.tvm17-Jun-09 20:53
kk.tvm17-Jun-09 20:53 
GeneralRe: Scrollbar in CStatic derived class Pin
chandu00418-Jun-09 0:46
chandu00418-Jun-09 0:46 
AnswerRe: Scrollbar in CStatic derived class Pin
KarstenK17-Jun-09 2:59
mveKarstenK17-Jun-09 2:59 
Questionsocket programming using vc++ Pin
rahuljin17-Jun-09 1:35
rahuljin17-Jun-09 1:35 
AnswerRe: socket programming using vc++ Pin
Garth J Lancaster17-Jun-09 2:14
professionalGarth J Lancaster17-Jun-09 2:14 
GeneralRe: socket programming using vc++ Pin
rahuljin17-Jun-09 3:04
rahuljin17-Jun-09 3:04 

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.