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

C / C++ / MFC

 
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 
GeneralRe: Pointer to array Pin
Christian Graus27-Aug-01 15:51
protectorChristian Graus27-Aug-01 15:51 
You're generating an array of pointers. You need to go

int * pArray = new int[3][4];

to get a pointer to an array.


Christian

As I learn the innermost secrets of those around me, they reward me in many ways to keep quiet.

Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
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 
GeneralRe: Bitmap Problems Pin
Christian Graus27-Aug-01 12:45
protectorChristian Graus27-Aug-01 12:45 

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.