Click here to Skip to main content
16,007,779 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to open a file? Pin
27-Aug-01 18:09
suss27-Aug-01 18:09 
AnswerRe: How to open a file? Pin
Alex Taylor27-Aug-01 18:27
Alex Taylor27-Aug-01 18:27 
GeneralRe: How to open a file? Pin
27-Aug-01 19:27
suss27-Aug-01 19:27 
GeneralRe: How to open a file? Pin
Christian Graus27-Aug-01 19:49
protectorChristian Graus27-Aug-01 19:49 
QuestionHow can I get Network Info in Win2000? Pin
kencube27-Aug-01 17:36
kencube27-Aug-01 17:36 
GeneralC++ Builder Component Pin
27-Aug-01 16:45
suss27-Aug-01 16:45 
GeneralRe: C++ Builder Component Pin
Simon Capewell28-Aug-01 2:35
Simon Capewell28-Aug-01 2:35 
GeneralPointer to array Pin
Orkun GEDiK27-Aug-01 15:41
Orkun GEDiK27-Aug-01 15:41 
Hello;

In following code:

int twod_array[3][4] = { {1,2,3,4}, {5,6,7,8}, {9,10,11,12} };
int (*ptr2array)[4];

ptr2array = twod_array;

(1) int (*ptr2array)[3][4] generating error why?

(2) I'm getting 4 row and all addresses are same in ptr2array. So why?
When should i use pointer to array?
GeneralRe: Pointer to array Pin
Christian Graus27-Aug-01 15:51
protectorChristian Graus27-Aug-01 15:51 
GeneralRe: Pointer to array Pin
Orkun GEDiK27-Aug-01 15:55
Orkun GEDiK27-Aug-01 15:55 
GeneralRe: Pointer to array Pin
Christian Graus27-Aug-01 18:00
protectorChristian Graus27-Aug-01 18:00 
GeneralParse string like awk Pin
27-Aug-01 13:18
suss27-Aug-01 13:18 
GeneralRe: Parse string like awk Pin
Christian Graus27-Aug-01 13:49
protectorChristian Graus27-Aug-01 13:49 
GeneralRe: Parse string like awk Pin
27-Aug-01 14:29
suss27-Aug-01 14:29 
GeneralRe: Parse string like awk Pin
Christian Graus27-Aug-01 14:59
protectorChristian Graus27-Aug-01 14:59 
GeneralIDE question Pin
27-Aug-01 13:04
suss27-Aug-01 13:04 
GeneralRe: IDE question Pin
KingsGambit27-Aug-01 23:21
KingsGambit27-Aug-01 23:21 
GeneralRedirecting WM_NCHITTEST within a child dialog Pin
Ravi Bhavnani27-Aug-01 12:08
professionalRavi Bhavnani27-Aug-01 12:08 
GeneralRe: Redirecting WM_NCHITTEST within a child dialog Pin
Tomasz Sowinski27-Aug-01 12:21
Tomasz Sowinski27-Aug-01 12:21 
GeneralRe: Redirecting WM_NCHITTEST within a child dialog Pin
Ravi Bhavnani27-Aug-01 12:38
professionalRavi Bhavnani27-Aug-01 12:38 
GeneralRe: Redirecting WM_NCHITTEST within a child dialog Pin
Michael Dunn27-Aug-01 16:16
sitebuilderMichael Dunn27-Aug-01 16:16 
GeneralRe: Redirecting WM_NCHITTEST within a child dialog Pin
KingsGambit27-Aug-01 23:10
KingsGambit27-Aug-01 23:10 
GeneralRe: Redirecting WM_NCHITTEST within a child dialog Pin
Ravi Bhavnani28-Aug-01 3:48
professionalRavi Bhavnani28-Aug-01 3:48 
GeneralBitmap Problems Pin
AJ12327-Aug-01 11:56
AJ12327-Aug-01 11:56 
GeneralRe: Bitmap Problems Pin
Tomasz Sowinski27-Aug-01 12:14
Tomasz Sowinski27-Aug-01 12:14 

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.