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

C / C++ / MFC

 
AnswerRe: Vector C++ Pin
David Crow29-Jul-09 2:53
David Crow29-Jul-09 2:53 
QuestionOverloaded functions - best approach Pin
john john mackey28-Jul-09 11:57
john john mackey28-Jul-09 11:57 
AnswerRe: Overloaded functions - best approach Pin
Rick York28-Jul-09 15:04
mveRick York28-Jul-09 15:04 
AnswerRe: Overloaded functions - best approach Pin
«_Superman_»28-Jul-09 16:37
professional«_Superman_»28-Jul-09 16:37 
GeneralRe: Overloaded functions - best approach Pin
john john mackey29-Jul-09 6:31
john john mackey29-Jul-09 6:31 
AnswerRe: Overloaded functions - best approach Pin
KarstenK28-Jul-09 21:07
mveKarstenK28-Jul-09 21:07 
AnswerRe: Overloaded functions - best approach Pin
Iain Clarke, Warrior Programmer28-Jul-09 23:57
Iain Clarke, Warrior Programmer28-Jul-09 23:57 
GeneralRe: Overloaded functions - best approach Pin
john john mackey29-Jul-09 6:25
john john mackey29-Jul-09 6:25 
to clarify, I want to combine (merge) my two functions into one common class

<br />
CTimeUtilities<br />
bool GetAbsTime(type-A arg1,   type-B arg2, type-C arg3);  // from Class One<br />
bool GetAbsTime(type-A myArg1, type-B arg2, type-C arg3);  // from Class Two<br />


I don't want to use a new name for either function, but the work seems about the same to change all instances of my function to have a new argument (parameter) as it would to change the name.


alas, i believe I must just bite the bullet and rename

Regards,
John John
GeneralRe: Overloaded functions - best approach Pin
Rick York29-Jul-09 6:38
mveRick York29-Jul-09 6:38 
QuestionMouse drawing on picture control Pin
kudlaty7928-Jul-09 11:03
kudlaty7928-Jul-09 11:03 
AnswerRe: Mouse drawing on picture control Pin
«_Superman_»28-Jul-09 16:42
professional«_Superman_»28-Jul-09 16:42 
AnswerRe: Mouse drawing on picture control Pin
kudlaty7929-Jul-09 4:26
kudlaty7929-Jul-09 4:26 
GeneralRe: Mouse drawing on picture control Pin
«_Superman_»29-Jul-09 18:26
professional«_Superman_»29-Jul-09 18:26 
Questioncounting the number of output lines Pin
neha_rai28-Jul-09 11:03
neha_rai28-Jul-09 11:03 
QuestionRe: counting the number of output lines Pin
Maximilien28-Jul-09 13:53
Maximilien28-Jul-09 13:53 
AnswerRe: counting the number of output lines Pin
«_Superman_»28-Jul-09 16:46
professional«_Superman_»28-Jul-09 16:46 
QuestionHow to access the registry using c language? Pin
msgreat28-Jul-09 8:58
msgreat28-Jul-09 8:58 
AnswerRe: How to access the registry using c language? Pin
Randor 28-Jul-09 9:48
professional Randor 28-Jul-09 9:48 
GeneralRe: How to access the registry using c language? Pin
msgreat29-Jul-09 3:38
msgreat29-Jul-09 3:38 
GeneralRe: How to access the registry using c language? Pin
Randor 29-Jul-09 4:15
professional Randor 29-Jul-09 4:15 
QuestionCan i find file location by using mouse programming? Pin
WindowsVsLinux28-Jul-09 8:26
WindowsVsLinux28-Jul-09 8:26 
AnswerRe: Can i find file location by using mouse programming? Pin
Maximilien28-Jul-09 8:45
Maximilien28-Jul-09 8:45 
Questioncounterpart in C++ of C#'s UrlEncodeUnicode Pin
manchukuo28-Jul-09 6:25
manchukuo28-Jul-09 6:25 
QuestionRe: counterpart in C++ of C#'s UrlEncodeUnicode Pin
David Crow28-Jul-09 7:16
David Crow28-Jul-09 7:16 
AnswerRe: counterpart in C++ of C#'s UrlEncodeUnicode Pin
manchukuo2-Aug-09 19:27
manchukuo2-Aug-09 19:27 

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.