Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Release version crashing Pin
act_x26-Aug-03 18:05
act_x26-Aug-03 18:05 
GeneralRe: Release version crashing Pin
ZoogieZork26-Aug-03 18:09
ZoogieZork26-Aug-03 18:09 
GeneralRe: Release version crashing Pin
Abin26-Aug-03 18:13
Abin26-Aug-03 18:13 
GeneralRe: Release version crashing Pin
act_x26-Aug-03 18:42
act_x26-Aug-03 18:42 
GeneralRe: Release version crashing Pin
Abin26-Aug-03 19:04
Abin26-Aug-03 19:04 
GeneralClasses already exist Pin
phaedrus26-Aug-03 17:17
phaedrus26-Aug-03 17:17 
Questionmemory manager hate 1024 and 2048? Pin
novachen26-Aug-03 17:08
novachen26-Aug-03 17:08 
AnswerRe: memory manager hate 1024 and 2048? Pin
igor196026-Aug-03 18:51
igor196026-Aug-03 18:51 
From what I see here:
for (k=0; k<Z; k++)<br />
    {<br />
        for (i=0; i<M; i++)<br />
            memcpy(&buf2[i*M], &buf[i*M], N);<br />
    }


majority of time you are just copying 3 bytes (assuming N=3) and not 1023,1024 and etc...

On first iteration however, I would think you spend more time multiplying N*M and considering that N=3 in no case you get power of 2...


"...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..."
Me
GeneralRe: memory manager hate 1024 and 2048? Pin
novachen26-Aug-03 19:43
novachen26-Aug-03 19:43 
GeneralRe: memory manager hate 1024 and 2048? Pin
igor196026-Aug-03 21:08
igor196026-Aug-03 21:08 
GeneralRe: memory manager hate 1024 and 2048? Pin
novachen26-Aug-03 21:47
novachen26-Aug-03 21:47 
GeneralEdit Box Pin
DanYELL26-Aug-03 16:17
DanYELL26-Aug-03 16:17 
GeneralRe: Edit Box Pin
Neville Franks26-Aug-03 16:41
Neville Franks26-Aug-03 16:41 
Generalcome into possession of the operating system Pin
Hellin26-Aug-03 15:58
Hellin26-Aug-03 15:58 
GeneralRe: come into possession of the operating system Pin
Christian Graus26-Aug-03 16:16
protectorChristian Graus26-Aug-03 16:16 
GeneralRe: come into possession of the operating system Pin
Anonymous26-Aug-03 16:23
Anonymous26-Aug-03 16:23 
GeneralRe: come into possession of the operating system Pin
Christian Graus26-Aug-03 16:23
protectorChristian Graus26-Aug-03 16:23 
GeneralRe: come into possession of the operating system Pin
Anonymous26-Aug-03 16:39
Anonymous26-Aug-03 16:39 
GeneralRe: come into possession of the operating system Pin
Christian Graus26-Aug-03 16:40
protectorChristian Graus26-Aug-03 16:40 
GeneralRe: come into possession of the operating system Pin
Anonymous26-Aug-03 16:56
Anonymous26-Aug-03 16:56 
GeneralRe: come into possession of the operating system Pin
Christian Graus26-Aug-03 16:57
protectorChristian Graus26-Aug-03 16:57 
GeneralRe: come into possession of the operating system Pin
Anonymous26-Aug-03 17:07
Anonymous26-Aug-03 17:07 
GeneralRe: come into possession of the operating system Pin
Christian Graus26-Aug-03 17:09
protectorChristian Graus26-Aug-03 17:09 
GeneralRe: come into possession of the operating system Pin
Abin26-Aug-03 17:12
Abin26-Aug-03 17:12 
GeneralRe: come into possession of the operating system Pin
Hellin26-Aug-03 17:18
Hellin26-Aug-03 17:18 

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.