Click here to Skip to main content
15,890,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: 2 dim numbers.. Pin
_80866-Aug-07 6:20
_80866-Aug-07 6:20 
GeneralRe: 2 dim numbers.. Pin
David Crow6-Aug-07 7:24
David Crow6-Aug-07 7:24 
GeneralRe: 2 dim numbers.. Pin
_80866-Aug-07 7:42
_80866-Aug-07 7:42 
AnswerRe: 2 dim numbers.. Pin
Rage6-Aug-07 5:49
professionalRage6-Aug-07 5:49 
GeneralRe: 2 dim numbers.. Pin
_80866-Aug-07 6:27
_80866-Aug-07 6:27 
GeneralRe: 2 dim numbers.. Pin
_80866-Aug-07 6:41
_80866-Aug-07 6:41 
GeneralRe: 2 dim numbers.. Pin
Rage6-Aug-07 21:01
professionalRage6-Aug-07 21:01 
AnswerRe: 2 dim numbers.. Pin
Mark Salsbery6-Aug-07 7:13
Mark Salsbery6-Aug-07 7:13 
I don't think you can do what you're trying to do.

If you can, I'd like to see the syntax.


For a 2 dimension array like this:

int myarray[2][3];

myarray is not a pointer.  You can't cast an int pointer to the type of myarray (AFAIK).

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionWinExec return value, Createprocess return value? VC++ 6.0 Pin
rolfhorror6-Aug-07 5:34
rolfhorror6-Aug-07 5:34 
AnswerRe: WinExec return value, Createprocess return value? VC++ 6.0 Pin
Rage6-Aug-07 5:40
professionalRage6-Aug-07 5:40 
AnswerRe: WinExec return value, Createprocess return value? VC++ 6.0 Pin
David Crow6-Aug-07 5:43
David Crow6-Aug-07 5:43 
QuestionPassing a Windows data type results in a liner error [modified] Pin
Cuziyq6-Aug-07 5:27
Cuziyq6-Aug-07 5:27 
AnswerRe: Passing a Windows data type results in a liner error Pin
Mark Salsbery6-Aug-07 5:51
Mark Salsbery6-Aug-07 5:51 
GeneralRe: Passing a Windows data type results in a liner error Pin
Cuziyq6-Aug-07 6:02
Cuziyq6-Aug-07 6:02 
QuestionHow to strip debug info from an executable on Vista using VS 2005 Pin
Ben Burnett6-Aug-07 5:04
Ben Burnett6-Aug-07 5:04 
QuestionVC5 DLL migration to VC8 Pin
Nitin_A6-Aug-07 4:58
Nitin_A6-Aug-07 4:58 
QuestionLINK error1181:Cann't open input file "Gx.obj" Pin
kcynic6-Aug-07 4:56
kcynic6-Aug-07 4:56 
AnswerRe: LINK error1181:Cann't open input file "Gx.obj" Pin
toxcct6-Aug-07 5:37
toxcct6-Aug-07 5:37 
GeneralRe: LINK error1181:Cann't open input file "Gx.obj" Pin
kcynic6-Aug-07 11:53
kcynic6-Aug-07 11:53 
AnswerRe: LINK error1181:Cann't open input file "Gx.obj" Pin
Rage6-Aug-07 5:42
professionalRage6-Aug-07 5:42 
QuestionImage comparision Pin
Maynka6-Aug-07 4:03
Maynka6-Aug-07 4:03 
QuestionRe: Image comparision Pin
David Crow6-Aug-07 4:06
David Crow6-Aug-07 4:06 
Questionhiding a window below another control window Pin
prithaa6-Aug-07 3:48
prithaa6-Aug-07 3:48 
AnswerRe: hiding a window below another control window Pin
baerten6-Aug-07 4:07
baerten6-Aug-07 4:07 
AnswerRe: hiding a window below another control window Pin
KarstenK6-Aug-07 4:08
mveKarstenK6-Aug-07 4:08 

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.