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

C / C++ / MFC

 
QuestionHow to Calculate Net Connection Speed??????? Pin
HemantR...17-Jul-03 3:08
HemantR...17-Jul-03 3:08 
AnswerRe: How to Calculate Net Connection Speed??????? Pin
valikac17-Jul-03 4:33
valikac17-Jul-03 4:33 
GeneralRe: How to Calculate Net Connection Speed??????? Pin
HemantR...17-Jul-03 5:00
HemantR...17-Jul-03 5:00 
Generalreplacing a character in a string Pin
si_6917-Jul-03 2:41
si_6917-Jul-03 2:41 
GeneralRe: replacing a character in a string Pin
Ian Darling17-Jul-03 2:46
Ian Darling17-Jul-03 2:46 
GeneralRe: replacing a character in a string Pin
Ryan Binns17-Jul-03 3:05
Ryan Binns17-Jul-03 3:05 
GeneralHelp! How VC++ program running on multiple PCs Pin
aurorahe17-Jul-03 2:40
aurorahe17-Jul-03 2:40 
GeneralRe: Help! How VC++ program running on multiple PCs Pin
Ian Darling17-Jul-03 2:51
Ian Darling17-Jul-03 2:51 
How parallelisable is the computation?

If there are lots of interdependant calculations, then you'll probably be wasting your time.

And typically, restating the algorithm differently and storing different data can assist in reducing this sort of computation - could you use eager and lazy evaluation at different points in your program to reduce the over all time taken?

I think you need to describe what your computation does in some detail before people can assist more.

--
Ian Darling

GeneralRe: Help! How VC++ program running on multiple PCs Pin
aurorahe17-Jul-03 4:22
aurorahe17-Jul-03 4:22 
GeneralRe: Help! How VC++ program running on multiple PCs Pin
Neville Franks17-Jul-03 11:56
Neville Franks17-Jul-03 11:56 
GeneralRe: error including C files in VC++ 6 project Pin
Iain Clarke, Warrior Programmer17-Jul-03 2:58
Iain Clarke, Warrior Programmer17-Jul-03 2:58 
GeneralRe: error including C files in VC++ 6 project Pin
Iain Clarke, Warrior Programmer17-Jul-03 4:18
Iain Clarke, Warrior Programmer17-Jul-03 4:18 
Generaldesparate help needed in making a param array Pin
safee ullah17-Jul-03 2:17
safee ullah17-Jul-03 2:17 
GeneralRe: desparate help needed in making a param array Pin
Ryan Binns17-Jul-03 3:10
Ryan Binns17-Jul-03 3:10 
GeneralRe: desparate help needed in making a param array Pin
Anonymous17-Jul-03 3:59
Anonymous17-Jul-03 3:59 
GeneralRe: desparate help needed in making a param array Pin
Ryan Binns17-Jul-03 4:03
Ryan Binns17-Jul-03 4:03 
GeneralDetecting workstation access Pin
Sayan Mukherjee17-Jul-03 1:47
Sayan Mukherjee17-Jul-03 1:47 
GeneralRe: Detecting workstation access Pin
Ryan Binns17-Jul-03 3:11
Ryan Binns17-Jul-03 3:11 
GeneralRe: Detecting workstation access Pin
Mil1017-Jul-03 23:15
Mil1017-Jul-03 23:15 
GeneralBackground color of a CTreeCtrl object. Pin
Bob Stanneveld17-Jul-03 1:36
Bob Stanneveld17-Jul-03 1:36 
GeneralRe: Background color of a CTreeCtrl object. Pin
Ryan Binns17-Jul-03 3:12
Ryan Binns17-Jul-03 3:12 
GeneralRe: Background color of a CTreeCtrl object. Pin
Bob Stanneveld18-Jul-03 8:32
Bob Stanneveld18-Jul-03 8:32 
GeneralRe: Background color of a CTreeCtrl object. Pin
Ryan Binns18-Jul-03 14:35
Ryan Binns18-Jul-03 14:35 
QuestionHyperlinks from database..?? Pin
G}{0$T17-Jul-03 1:21
G}{0$T17-Jul-03 1:21 
AnswerRe: Hyperlinks from database..?? Pin
Steve S17-Jul-03 1:59
Steve S17-Jul-03 1:59 

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.