Click here to Skip to main content
15,914,413 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Michael P Butler7-Nov-01 4:21
Michael P Butler7-Nov-01 4:21 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Steen Krogsgaard8-Nov-01 1:15
Steen Krogsgaard8-Nov-01 1:15 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Mukkie7-Nov-01 8:06
Mukkie7-Nov-01 8:06 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Michael Dunn7-Nov-01 8:06
sitebuilderMichael Dunn7-Nov-01 8:06 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Steen Krogsgaard8-Nov-01 1:17
Steen Krogsgaard8-Nov-01 1:17 
Generalmultiple session Pin
7-Nov-01 1:29
suss7-Nov-01 1:29 
QuestionMSVC6 performance tips? Pin
Rob Caldecott7-Nov-01 1:19
Rob Caldecott7-Nov-01 1:19 
AnswerRe: MSVC6 performance tips? Pin
#realJSOP7-Nov-01 1:25
professional#realJSOP7-Nov-01 1:25 
If you're running a Virus Scanner, turn it off.

If you have browser info turned on, you could turn that off.

The bottleneck during a compile is the speed of your hard drive. A crap-load of temporary files are created, not to mention an obj and sbr file for each CPP file in your project. Since all these files go to the hard drive, that's where you have to focus your attention. If you're not already using one (and if your motherboard supports it), get an ATA66 or ATA100 drive (and the necessary cables of course).

I don't know if this matters, but I have the compiler, the temp folder, and my source code all on different drives, and Everything moves right along in terms of speed.


"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001
AnswerRe: MSVC6 performance tips? Pin
Tomasz Sowinski7-Nov-01 1:34
Tomasz Sowinski7-Nov-01 1:34 
GeneralRe: MSVC6 performance tips? Pin
Rob Caldecott7-Nov-01 2:00
Rob Caldecott7-Nov-01 2:00 
GeneralRe: MSVC6 performance tips? Pin
Tomasz Sowinski7-Nov-01 2:19
Tomasz Sowinski7-Nov-01 2:19 
GeneralRe: MSVC6 performance tips? Pin
Rob Caldecott7-Nov-01 2:24
Rob Caldecott7-Nov-01 2:24 
GeneralRe: MSVC6 performance tips? Pin
Tomasz Sowinski7-Nov-01 3:00
Tomasz Sowinski7-Nov-01 3:00 
AnswerRe: MSVC6 performance tips? Pin
Philippe Mori7-Nov-01 3:32
Philippe Mori7-Nov-01 3:32 
QuestionChallenge: How do you determine the physical dimensions of your pixels/monitor? Pin
Tommy H D Svensson7-Nov-01 1:09
Tommy H D Svensson7-Nov-01 1:09 
AnswerRe: Challenge: How do you determine the physical dimensions of your pixels/monitor? Pin
Tomasz Sowinski7-Nov-01 1:19
Tomasz Sowinski7-Nov-01 1:19 
GeneralRe: Challenge: How do you determine the physical dimensions of your pixels/monitor? Pin
Tommy H D Svensson8-Nov-01 22:50
Tommy H D Svensson8-Nov-01 22:50 
GeneralRe: Challenge: How do you determine the physical dimensions of your pixels/monitor? Pin
Tomasz Sowinski8-Nov-01 23:03
Tomasz Sowinski8-Nov-01 23:03 
AnswerRe: Challenge: How do you determine the physical dimensions of your pixels/monitor? Pin
#realJSOP7-Nov-01 1:19
professional#realJSOP7-Nov-01 1:19 
AnswerRe: Challenge: How do you determine the physical dimensions of your pixels/monitor? Pin
#realJSOP7-Nov-01 1:29
professional#realJSOP7-Nov-01 1:29 
GeneralRe: Challenge: How do you determine the physical dimensions of your pixels/monitor? #TS Pin
Tommy H D Svensson12-Nov-01 23:11
Tommy H D Svensson12-Nov-01 23:11 
GeneralSending keystrokes to another window Pin
7-Nov-01 0:54
suss7-Nov-01 0:54 
GeneralRe: Sending keystrokes to another window Pin
Mukkie7-Nov-01 8:15
Mukkie7-Nov-01 8:15 
GeneralRe: Sending keystrokes to another window Pin
19-Nov-01 20:21
suss19-Nov-01 20:21 
GeneralWebBrowser.GetBusy() method Pin
Cbanwell7-Nov-01 0:00
Cbanwell7-Nov-01 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.