Click here to Skip to main content
15,890,372 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: How can I improve this Function Pin
CPallini30-May-07 4:27
mveCPallini30-May-07 4:27 
GeneralRe: How can I improve this Function Pin
joshp121730-May-07 4:28
joshp121730-May-07 4:28 
GeneralRe: How can I improve this Function Pin
CPallini30-May-07 5:02
mveCPallini30-May-07 5:02 
GeneralRe: How can I improve this Function Pin
joshp121730-May-07 5:04
joshp121730-May-07 5:04 
GeneralRe: How can I improve this Function Pin
CPallini30-May-07 5:13
mveCPallini30-May-07 5:13 
GeneralRe: How can I improve this Function Pin
Chris Losinger30-May-07 7:35
professionalChris Losinger30-May-07 7:35 
AnswerRe: How can I improve this Function Pin
David Crow30-May-07 6:03
David Crow30-May-07 6:03 
AnswerRe: How can I improve this Function Pin
Michael Sadlon30-May-07 7:33
Michael Sadlon30-May-07 7:33 
Use
--size
instead of
size--

Prefixed operations always run faster and will improve the function's performance some, but maybe not a lot in this specific case.
GeneralRe: How can I improve this Function Pin
David Crow30-May-07 8:17
David Crow30-May-07 8:17 
AnswerRe: How can I improve this Function Pin
Matthew Faithfull30-May-07 8:13
Matthew Faithfull30-May-07 8:13 
GeneralRe: How can I improve this Function Pin
joshp121731-May-07 6:04
joshp121731-May-07 6:04 
AnswerRe: How can I improve this Function Pin
Stephen Hewitt30-May-07 14:05
Stephen Hewitt30-May-07 14:05 
Questiondouble = (int/int)*(int/int) Pin
Immunity1830-May-07 4:00
Immunity1830-May-07 4:00 
AnswerRe: double = (int/int)*(int/int) Pin
Cedric Moonen30-May-07 4:04
Cedric Moonen30-May-07 4:04 
GeneralRe: double = (int/int)*(int/int) Pin
Immunity1830-May-07 4:05
Immunity1830-May-07 4:05 
GeneralRe: double = (int/int)*(int/int) Pin
Immunity1830-May-07 4:15
Immunity1830-May-07 4:15 
GeneralRe: double = (int/int)*(int/int) Pin
toxcct30-May-07 5:02
toxcct30-May-07 5:02 
GeneralRe: double = (int/int)*(int/int) Pin
CPallini30-May-07 4:24
mveCPallini30-May-07 4:24 
AnswerRe: double = (int/int)*(int/int) Pin
CPallini30-May-07 4:21
mveCPallini30-May-07 4:21 
GeneralRe: double = (int/int)*(int/int) Pin
Immunity1830-May-07 4:23
Immunity1830-May-07 4:23 
QuestionProblem with Excel automation Pin
Lampengeist30-May-07 3:38
professionalLampengeist30-May-07 3:38 
QuestionRe: Problem with Excel automation Pin
David Crow30-May-07 3:49
David Crow30-May-07 3:49 
AnswerRe: Problem with Excel automation Pin
Lampengeist30-May-07 3:58
professionalLampengeist30-May-07 3:58 
QuestionRe: Problem with Excel automation Pin
David Crow30-May-07 3:58
David Crow30-May-07 3:58 
AnswerRe: Problem with Excel automation Pin
Lampengeist30-May-07 4:08
professionalLampengeist30-May-07 4:08 

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.