Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CASE tool Pin
Ryan Binns11-Jul-03 6:14
Ryan Binns11-Jul-03 6:14 
GeneralRe: CASE tool Pin
RK_200011-Jul-03 8:14
RK_200011-Jul-03 8:14 
Generalimages in column headings Pin
si_6911-Jul-03 2:14
si_6911-Jul-03 2:14 
GeneralRe: images in column headings Pin
Ryan Binns11-Jul-03 2:30
Ryan Binns11-Jul-03 2:30 
GeneralSerialization of COLEDATETIME - STRANGE THING! Pin
giorgos11-Jul-03 2:01
giorgos11-Jul-03 2:01 
GeneralRe: Serialization of COLEDATETIME - STRANGE THING! Pin
Ryan Binns11-Jul-03 2:25
Ryan Binns11-Jul-03 2:25 
Generalcompiler option Pin
pranavamhari11-Jul-03 1:43
pranavamhari11-Jul-03 1:43 
GeneralRe: compiler option Pin
Mike Dimmick11-Jul-03 3:02
Mike Dimmick11-Jul-03 3:02 
'Any suitable' basically means that the compiler gets to look at every function you wrote and decide whether to inline it. Basically it tries to see whether the cost of inlining the function is more or less than the cost of not doing so - if less, it will probably inline it.

The problem will likely be that your code size will be very large. Most references actually recommend trying to minimize code size in the general case, because more code = more working set = more page faults, typically. A page fault can swamp any benefit you might get from code that would be faster if it had all been in RAM at the same time.

As for the warnings, I have no idea, since I've never used this option. Post a list of the warnings! Big Grin | :-D

--
Mike Dimmick

GeneralRe: compiler option Pin
pranavamhari11-Jul-03 3:36
pranavamhari11-Jul-03 3:36 
GeneralIndicate the sort order in list view Pin
si_6911-Jul-03 1:33
si_6911-Jul-03 1:33 
GeneralRe: Indicate the sort order in list view Pin
Ryan Binns11-Jul-03 2:21
Ryan Binns11-Jul-03 2:21 
GeneralDLL using Dialog Box Pin
Dennis L11-Jul-03 0:08
Dennis L11-Jul-03 0:08 
GeneralRe: DLL using Dialog Box Pin
User 665811-Jul-03 0:27
User 665811-Jul-03 0:27 
GeneralRe: DLL using Dialog Box Pin
El'Cachubrey11-Jul-03 2:35
El'Cachubrey11-Jul-03 2:35 
GeneralRe: DLL using Dialog Box Pin
Ryan Binns11-Jul-03 2:40
Ryan Binns11-Jul-03 2:40 
GeneralRe: DLL using Dialog Box Pin
User 665811-Jul-03 2:50
User 665811-Jul-03 2:50 
Generalcolumn click in a list control Pin
si_6910-Jul-03 23:41
si_6910-Jul-03 23:41 
GeneralRe: column click in a list control Pin
Ryan Binns10-Jul-03 23:56
Ryan Binns10-Jul-03 23:56 
QuestionHow can I show an animation in desktop instead wallpaper? Pin
Behzad Ebrahimi10-Jul-03 23:32
Behzad Ebrahimi10-Jul-03 23:32 
AnswerRe: How can I show an animation in desktop instead wallpaper? Pin
El'Cachubrey11-Jul-03 3:25
El'Cachubrey11-Jul-03 3:25 
GeneralDrawing vertical text Pin
Cedric Moonen10-Jul-03 23:17
Cedric Moonen10-Jul-03 23:17 
GeneralRe: Drawing vertical text Pin
Cedric Moonen10-Jul-03 23:27
Cedric Moonen10-Jul-03 23:27 
GeneralRe: Drawing vertical text Pin
Ryan Binns10-Jul-03 23:47
Ryan Binns10-Jul-03 23:47 
GeneralRe: Drawing vertical text Pin
Cedric Moonen10-Jul-03 23:52
Cedric Moonen10-Jul-03 23:52 
GeneralRe: Drawing vertical text Pin
Ryan Binns11-Jul-03 0:00
Ryan Binns11-Jul-03 0:00 

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.