Click here to Skip to main content
15,893,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Good Programming Practice Pin
Peter Liddle30-Apr-02 12:00
Peter Liddle30-Apr-02 12:00 
GeneralRe: Good Programming Practice Pin
Peter Liddle30-Apr-02 12:07
Peter Liddle30-Apr-02 12:07 
GeneralRe: Good Programming Practice Pin
Chris Losinger30-Apr-02 12:09
professionalChris Losinger30-Apr-02 12:09 
GeneralFighting the optimizer Pin
Chris Losinger30-Apr-02 10:58
professionalChris Losinger30-Apr-02 10:58 
GeneralRe: Fighting the optimizer Pin
Michael Dunn30-Apr-02 11:08
sitebuilderMichael Dunn30-Apr-02 11:08 
GeneralRe: Fighting the optimizer Pin
Chris Losinger30-Apr-02 11:22
professionalChris Losinger30-Apr-02 11:22 
GeneralRe: Fighting the optimizer Pin
Joaquín M López Muñoz30-Apr-02 11:31
Joaquín M López Muñoz30-Apr-02 11:31 
GeneralRe: Fighting the optimizer Pin
Chris Losinger30-Apr-02 11:46
professionalChris Losinger30-Apr-02 11:46 
FYI, here are the parameters:

<br />
void FnNew(const BYTE *pIn, const int inW, const int inH, BYTE *pOut, const int outW, const int outH, const int bpp)<br />


the static lib function has essentially the same params, except that they aren't "const" - they are treated as const, but not labelled as such. i tested this angle and got the same results, const or not.

-c



<font size=-2>//The Mandelbrot set
o(int O){putchar(O);}main(){float _[8],O,I=.05;char l;for(_[6]=15;_[6]<':';o
(10),_[5]=-'$'*I+_[6]++*I)for(_[7]=-5;_[7]<'@';_[4]=-'('*I+_[7]++*I,o(l?'?':':'))
for(*_=O=0,l=1;++l&&((_[2]=*_**_)+(_[3]=O*O)<4);O=*_*O+_[5]+O**_,*_=_[2]-_[3]+_[4]);}</font>


GeneralRe: Fighting the optimizer Pin
Joaquín M López Muñoz30-Apr-02 11:51
Joaquín M López Muñoz30-Apr-02 11:51 
GeneralRe: Fighting the optimizer Pin
Chris Losinger30-Apr-02 12:07
professionalChris Losinger30-Apr-02 12:07 
GeneralRe: Fighting the optimizer Pin
Joaquín M López Muñoz30-Apr-02 12:13
Joaquín M López Muñoz30-Apr-02 12:13 
GeneralRe: Fighting the optimizer Pin
Chris Losinger30-Apr-02 13:32
professionalChris Losinger30-Apr-02 13:32 
GeneralRe: Fighting the optimizer Pin
Mike Nordell1-May-02 8:38
Mike Nordell1-May-02 8:38 
GeneralRe: Fighting the optimizer Pin
Giles1-May-02 9:20
Giles1-May-02 9:20 
GeneralRe: Fighting the optimizer Pin
Chris Losinger1-May-02 9:45
professionalChris Losinger1-May-02 9:45 
QuestionIs there a RAR compression library around? Pin
Li-kai Liu (Angus)30-Apr-02 10:44
Li-kai Liu (Angus)30-Apr-02 10:44 
AnswerRe: Is there a RAR compression library around? Pin
Mike Nordell1-May-02 8:41
Mike Nordell1-May-02 8:41 
GeneralEquivalent of VB's "Preserve" keyword Pin
Anton A. Loukine30-Apr-02 9:52
Anton A. Loukine30-Apr-02 9:52 
GeneralRe: Equivalent of VB's "Preserve" keyword Pin
Paul M Watt30-Apr-02 9:58
mentorPaul M Watt30-Apr-02 9:58 
GeneralRe: Equivalent of VB's "Preserve" keyword Pin
Chris Losinger30-Apr-02 10:04
professionalChris Losinger30-Apr-02 10:04 
QuestionWhy doesen't my window show when using CreateDialog()? Pin
30-Apr-02 8:37
suss30-Apr-02 8:37 
AnswerRe: Why doesen't my window show when using CreateDialog()? Pin
lucy30-Apr-02 8:43
lucy30-Apr-02 8:43 
GeneralRe: Why doesen't my window show when using CreateDialog()? Pin
30-Apr-02 8:51
suss30-Apr-02 8:51 
GeneralRe: Why doesen't my window show when using CreateDialog()? Pin
Ravi Bhavnani30-Apr-02 9:02
professionalRavi Bhavnani30-Apr-02 9:02 
GeneralRe: Why doesen't my window show when using CreateDialog()? Pin
30-Apr-02 9:11
suss30-Apr-02 9:11 

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.