Click here to Skip to main content
15,906,081 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: why doesn't the cursor piont to the excuted line in single step debug? Pin
krmed29-Jan-07 0:35
krmed29-Jan-07 0:35 
QuestionTo click programmatically on a button Pin
mikobi28-Jan-07 22:31
mikobi28-Jan-07 22:31 
AnswerRe: To click programmatically on a button Pin
baerten28-Jan-07 22:34
baerten28-Jan-07 22:34 
GeneralRe: To click programmatically on a button Pin
mikobi29-Jan-07 4:09
mikobi29-Jan-07 4:09 
GeneralRe: To click programmatically on a button Pin
baerten29-Jan-07 5:13
baerten29-Jan-07 5:13 
AnswerRe: To click programmatically on a button Pin
Waldermort28-Jan-07 23:06
Waldermort28-Jan-07 23:06 
GeneralRe: To click programmatically on a button Pin
Roger Stoltz29-Jan-07 0:44
Roger Stoltz29-Jan-07 0:44 
QuestionUpper Triangular Matrix Pin
73Zeppelin28-Jan-07 22:23
73Zeppelin28-Jan-07 22:23 
Yet another debate rages over my project...

As a data structure we have a rather large upper triangular matrix[^]. To implement this I am proposing a jagged array of STL vectors. Why? Because we don't need the bottom half of the matrix, ever! Thus we save on memory and get the convenience of the STL vector.

However, a colleague suggests that it would be cleaner (and faster) to access a regular two-dimensional array.

To be honest, I am not sure which is faster, having never seen any access-time comparisons. My main argument is that I think the STL implementation is more convenient.

Can anyone lend any input?



Windows with no internet connection is safe, but that's not what Windows was built for.

AnswerRe: Upper Triangular Matrix Pin
Waldermort28-Jan-07 23:12
Waldermort28-Jan-07 23:12 
QuestionA HyperLink Should OPen Other New Window Pin
Praveena.V28-Jan-07 21:55
Praveena.V28-Jan-07 21:55 
AnswerRe: A HyperLink Should OPen Other New Window Pin
Don Box28-Jan-07 22:12
Don Box28-Jan-07 22:12 
GeneralRe: A HyperLink Should OPen Other New Window Pin
Praveena.V28-Jan-07 22:19
Praveena.V28-Jan-07 22:19 
GeneralRe: A HyperLink Should OPen Other New Window Pin
prasad_som28-Jan-07 22:31
prasad_som28-Jan-07 22:31 
GeneralRe: A HyperLink Should OPen Other New Window Pin
Don Box28-Jan-07 22:32
Don Box28-Jan-07 22:32 
GeneralRe: A HyperLink Should OPen Other New Window Pin
Hamid_RT29-Jan-07 18:16
Hamid_RT29-Jan-07 18:16 
QuestionMFC or Windows Forms Application Pin
whatever@whatever.com28-Jan-07 21:52
whatever@whatever.com28-Jan-07 21:52 
AnswerRe: MFC or Windows Forms Application Pin
benjymous29-Jan-07 1:04
benjymous29-Jan-07 1:04 
QuestionMy process should not get killed through task manager Pin
dvsr28-Jan-07 21:50
dvsr28-Jan-07 21:50 
AnswerRe: My process should not get killed through task manager Pin
Waldermort28-Jan-07 23:17
Waldermort28-Jan-07 23:17 
AnswerRe: My process should not get killed through task manager Pin
Hamid_RT29-Jan-07 18:14
Hamid_RT29-Jan-07 18:14 
QuestionAbout Encryption/Decryption using CRijndael class. Pin
Vikram.....28-Jan-07 21:48
Vikram.....28-Jan-07 21:48 
AnswerRe: About Encryption/Decryption using CRijndael class. Pin
Waldermort28-Jan-07 23:21
Waldermort28-Jan-07 23:21 
QuestionRootkit: Excellent technology to build superb application. Pin
Don Box28-Jan-07 20:50
Don Box28-Jan-07 20:50 
AnswerRe: Rootkit: Excellent technology to build superb application. Pin
Waldermort28-Jan-07 21:08
Waldermort28-Jan-07 21:08 
GeneralRe: Rootkit: Excellent technology to build superb application. Pin
Don Box28-Jan-07 22:08
Don Box28-Jan-07 22: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.