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

C / C++ / MFC

 
GeneralRe: Toolbars Pin
Tomasz Sowinski18-Sep-01 4:13
Tomasz Sowinski18-Sep-01 4:13 
General[Message Deleted] Pin
VladTheImpaler18-Sep-01 3:51
VladTheImpaler18-Sep-01 3:51 
GeneralRe: Two possiblities, which one is better Pin
Tomasz Sowinski18-Sep-01 4:04
Tomasz Sowinski18-Sep-01 4:04 
GeneralRe: Two possiblities, which one is better Pin
Joaquín M López Muñoz18-Sep-01 5:05
Joaquín M López Muñoz18-Sep-01 5:05 
General[Message Deleted] Pin
VladTheImpaler18-Sep-01 5:23
VladTheImpaler18-Sep-01 5:23 
GeneralRe: Two possiblities, which one is better Pin
Tomasz Sowinski18-Sep-01 9:56
Tomasz Sowinski18-Sep-01 9:56 
General[Message Deleted] Pin
VladTheImpaler19-Sep-01 13:24
VladTheImpaler19-Sep-01 13:24 
GeneralRe: Two possiblities, which one is better Pin
Tomasz Sowinski19-Sep-01 22:35
Tomasz Sowinski19-Sep-01 22:35 
In a 3d engine, nothing is Irrelevant when it's about optimization

Bullshit. In function like this you're checking if file exists. This means you have to call underlying OS, which usually causes context switch. This operation alone takes orders of magnitude longer than time saved with possible 'optimization' after rearranging control flow.

As Michael Abrash writes in his "Graphics Programming Black Book":
Know when it matters. (identify the portions of your program where peformance matters, and don't waste your time optimizing the rest.

Tomasz Sowinski -- http://www.shooltz.com
General[Message Deleted] Pin
VladTheImpaler20-Sep-01 9:01
VladTheImpaler20-Sep-01 9:01 
GeneralRe: Two possiblities, which one is better Pin
Tomasz Sowinski20-Sep-01 9:06
Tomasz Sowinski20-Sep-01 9:06 
GeneralProblem with SendMessage called from DLL Pin
Naveed Anis18-Sep-01 3:08
Naveed Anis18-Sep-01 3:08 
Generalstarting help Pin
18-Sep-01 3:01
suss18-Sep-01 3:01 
GeneralRe: starting help Pin
Anders Molin18-Sep-01 6:33
professionalAnders Molin18-Sep-01 6:33 
Questionhow to get the method's address in the class? Pin
ac952_z_cn18-Sep-01 2:59
ac952_z_cn18-Sep-01 2:59 
AnswerRe: how to get the method's address in the class? Pin
Tomasz Sowinski18-Sep-01 3:15
Tomasz Sowinski18-Sep-01 3:15 
GeneralRe: how to get the method's address in the class? Pin
ac952_z_cn18-Sep-01 16:39
ac952_z_cn18-Sep-01 16:39 
AnswerRe: how to get the method's address in the class? Pin
Michael Dunn18-Sep-01 7:56
sitebuilderMichael Dunn18-Sep-01 7:56 
GeneralRe: how to get the method's address in the class? Pin
Tomasz Sowinski18-Sep-01 10:04
Tomasz Sowinski18-Sep-01 10:04 
GeneralResizing Controls Pin
AJ12318-Sep-01 2:08
AJ12318-Sep-01 2:08 
GeneralRe: Resizing Controls Pin
Tomasz Sowinski18-Sep-01 2:28
Tomasz Sowinski18-Sep-01 2:28 
GeneralRe: Resizing Controls Pin
Paul A. Howes18-Sep-01 3:02
Paul A. Howes18-Sep-01 3:02 
GeneralRe: Resizing Controls Pin
Tomasz Sowinski18-Sep-01 3:10
Tomasz Sowinski18-Sep-01 3:10 
GeneralRe: Resizing Controls Pin
Rashid Thadha18-Sep-01 3:43
Rashid Thadha18-Sep-01 3:43 
GeneralRe: Resizing Controls Pin
AJ12318-Sep-01 23:25
AJ12318-Sep-01 23:25 
GeneralIE arguments Pin
sleater18-Sep-01 1:49
sleater18-Sep-01 1:49 

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.