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

C / C++ / MFC

 
GeneralRe: How to show a brief message on computer screen (not require confirmation)? Pin
THAQCD16-Jun-09 4:02
THAQCD16-Jun-09 4:02 
GeneralRe: How to show a brief message on computer screen (not require confirmation)? Pin
David Crow16-Jun-09 4:06
David Crow16-Jun-09 4:06 
GeneralRe: How to show a brief message on computer screen (not require confirmation)? Pin
THAQCD16-Jun-09 4:16
THAQCD16-Jun-09 4:16 
QuestionRe: How to show a brief message on computer screen (not require confirmation)? Pin
David Crow16-Jun-09 4:18
David Crow16-Jun-09 4:18 
AnswerRe: How to show a brief message on computer screen (not require confirmation)? Pin
THAQCD16-Jun-09 4:45
THAQCD16-Jun-09 4:45 
AnswerRe: How to show a brief message on computer screen (not require confirmation)? Pin
KarstenK17-Jun-09 4:19
mveKarstenK17-Jun-09 4:19 
Questionhow to compare one 3d vector with other 3d vector Pin
pinky888416-Jun-09 3:29
pinky888416-Jun-09 3:29 
AnswerRe: how to compare one 3d vector with other 3d vector Pin
Maximilien16-Jun-09 3:47
Maximilien16-Jun-09 3:47 
by 3d vector are you meaning a IJK vector ? or a vector of vector of vector ?

if the former, just do a simple function that takes the 2 vectors and compare the values (within a tolerance if you are using floats/doubles).

if the later, you need to loop each vector and compare each element.

in both cases there are probably fancy STL stuff to do it.

This signature was proudly tested on animals.

AnswerRe: how to compare one 3d vector with other 3d vector Pin
Stuart Dootson16-Jun-09 9:06
professionalStuart Dootson16-Jun-09 9:06 
GeneralRe: how to compare one 3d vector with other 3d vector Pin
molesworth16-Jun-09 12:51
molesworth16-Jun-09 12:51 
GeneralRe: how to compare one 3d vector with other 3d vector Pin
Stuart Dootson16-Jun-09 13:03
professionalStuart Dootson16-Jun-09 13:03 
QuestionCString's GetBufer() and const Pin
transoft16-Jun-09 2:45
transoft16-Jun-09 2:45 
QuestionRe: CString's GetBufer() and const Pin
David Crow16-Jun-09 2:48
David Crow16-Jun-09 2:48 
AnswerRe: CString's GetBufer() and const Pin
transoft16-Jun-09 3:32
transoft16-Jun-09 3:32 
GeneralRe: CString's GetBufer() and const Pin
David Crow16-Jun-09 3:36
David Crow16-Jun-09 3:36 
GeneralHi DavidCrow, I am sorry. I tried to vote "5". But I hited the "1" Pin
transoft16-Jun-09 4:06
transoft16-Jun-09 4:06 
AnswerRe: CString's GetBufer() and const Pin
CPallini16-Jun-09 3:07
mveCPallini16-Jun-09 3:07 
QuestionAccess denied to file Pin
hb_harshad16-Jun-09 2:25
hb_harshad16-Jun-09 2:25 
AnswerRe: Access denied to file Pin
David Crow16-Jun-09 2:50
David Crow16-Jun-09 2:50 
GeneralRe: Access denied to file Pin
hb_harshad16-Jun-09 3:50
hb_harshad16-Jun-09 3:50 
QuestionError in Resource Pin
MsmVc16-Jun-09 1:50
MsmVc16-Jun-09 1:50 
AnswerRe: Error in Resource Pin
CPallini16-Jun-09 2:03
mveCPallini16-Jun-09 2:03 
Questionsetting properties for mail Pin
Pardhu_M16-Jun-09 1:42
Pardhu_M16-Jun-09 1:42 
AnswerRe: setting properties for mail Pin
Stuart Dootson16-Jun-09 2:42
professionalStuart Dootson16-Jun-09 2:42 
Questionadd value to node.. Pin
p_196016-Jun-09 0:13
p_196016-Jun-09 0:13 

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.