Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dynamic 2 dimensional array Pin
Alexander M.,24-May-04 4:01
Alexander M.,24-May-04 4:01 
GeneralRe: dynamic 2 dimensional array Pin
Curi0us_George24-May-04 9:15
Curi0us_George24-May-04 9:15 
GeneralRe: dynamic 2 dimensional array Pin
Bob Stanneveld23-May-04 19:37
Bob Stanneveld23-May-04 19:37 
GeneralRe: dynamic 2 dimensional array Pin
Curi0us_George23-May-04 21:22
Curi0us_George23-May-04 21:22 
GeneralRe: dynamic 2 dimensional array Pin
Bob Stanneveld23-May-04 21:25
Bob Stanneveld23-May-04 21:25 
GeneralRe: dynamic 2 dimensional array Pin
Curi0us_George23-May-04 21:29
Curi0us_George23-May-04 21:29 
GeneralRe: dynamic 2 dimensional array Pin
Alexander M.,24-May-04 4:03
Alexander M.,24-May-04 4:03 
GeneralRe: dynamic 2 dimensional array Pin
David Crow24-May-04 9:12
David Crow24-May-04 9:12 
Alexander M. wrote:
this is the fastest way

Unless you have some metrics to support this, speed is probably going to be irrelevant.

Your approach has a major flaw; namely that it is not intuitive. Read my response here as to why array[i][j] is much preferred over array[i*2+j].


"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)


GeneralRe: dynamic 2 dimensional array Pin
Rick York24-May-04 10:06
mveRick York24-May-04 10:06 
Generaldate in a statusbar Pin
locoone23-May-04 18:20
locoone23-May-04 18:20 
GeneralRe: date in a statusbar Pin
*Dreamz23-May-04 19:05
*Dreamz23-May-04 19:05 
GeneralRe: date in a statusbar Pin
locoone24-May-04 6:10
locoone24-May-04 6:10 
GeneralRe: date in a statusbar Pin
Martin Turnidge24-May-04 1:38
Martin Turnidge24-May-04 1:38 
GeneralRe: date in a statusbar Pin
locoone24-May-04 6:12
locoone24-May-04 6:12 
GeneralDownload GDI+ version 1.1 Pin
pubududilena23-May-04 18:02
pubududilena23-May-04 18:02 
GeneralRe: Download GDI+ version 1.1 Pin
Prakash Nadar23-May-04 18:23
Prakash Nadar23-May-04 18:23 
GeneralRe: Download GDI+ version 1.1 Pin
pubududilena23-May-04 18:44
pubududilena23-May-04 18:44 
GeneralRe: Download GDI+ version 1.1 Pin
Prakash Nadar24-May-04 1:26
Prakash Nadar24-May-04 1:26 
GeneralRe: Download GDI+ version 1.1 Pin
Joe Woodbury23-May-04 20:07
professionalJoe Woodbury23-May-04 20:07 
GeneralCreating a zip file Pin
Anonymous23-May-04 17:29
Anonymous23-May-04 17:29 
GeneralRe: Creating a zip file Pin
Prakash Nadar23-May-04 18:23
Prakash Nadar23-May-04 18:23 
GeneralRe: Creating a zip file Pin
Henry miller24-May-04 9:22
Henry miller24-May-04 9:22 
GeneralRe: Creating a zip file Pin
Henry miller24-May-04 9:24
Henry miller24-May-04 9:24 
Questionhow to do manage the Network environment... Pin
tai-joon UHM23-May-04 16:46
tai-joon UHM23-May-04 16:46 
AnswerRe: how to do manage the Network environment... Pin
David Crow24-May-04 9:39
David Crow24-May-04 9:39 

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.