Click here to Skip to main content
15,926,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CAnimateCtrl stucks, how to do it threaded? Pin
Erik17-Mar-09 3:03
Erik17-Mar-09 3:03 
GeneralRe: CAnimateCtrl stucks, how to do it threaded? Pin
Cedric Moonen17-Mar-09 3:08
Cedric Moonen17-Mar-09 3:08 
QuestionStrange problem with errno modification while using sprintf call. Pin
Gajendra Sharma16-Mar-09 21:32
Gajendra Sharma16-Mar-09 21:32 
AnswerRe: Strange problem with errno modification while using sprintf call. Pin
Gajendra Sharma18-Mar-09 22:52
Gajendra Sharma18-Mar-09 22:52 
GeneralRe: Strange problem with errno modification while using sprintf call. Pin
Gajendra Sharma23-Mar-09 21:51
Gajendra Sharma23-Mar-09 21:51 
QuestionCan I add an AVI file as a resource in VS 2005? Pin
Erik16-Mar-09 21:05
Erik16-Mar-09 21:05 
AnswerRe: Can I add an AVI file as a resource in VS 2005? Pin
Jijo.Raj16-Mar-09 22:03
Jijo.Raj16-Mar-09 22:03 
QuestionIn the Function when Caller is change Type the Function solution will go change Pin
jeansea16-Mar-09 21:03
jeansea16-Mar-09 21:03 
It can use overload to solution this but i want to know can there any

other ways

to resolve this Question because we can assump there have 100 type ,then


we must to code 100 same functions(when you use overloading)



like this
int SetOption(int a)<br />
{<br />
		return a+1;<br />
}<br />
<br />
double SetOption(double a)<br />
{<br />
		return a+0.1;<br />
}<br />
<br />
float SetOption(float a)<br />
{<br />
		return a+5;<br />
}<br />






thank you everybody Wink | ;)
AnswerRe: In the Function when Caller is change Type the Function solution will go change Pin
Jijo.Raj16-Mar-09 22:18
Jijo.Raj16-Mar-09 22:18 
GeneralRe: In the Function when Caller is change Type the Function solution will go change Pin
jeansea16-Mar-09 23:42
jeansea16-Mar-09 23:42 
GeneralRe: In the Function when Caller is change Type the Function solution will go change Pin
Jijo.Raj17-Mar-09 1:30
Jijo.Raj17-Mar-09 1:30 
GeneralRe: In the Function when Caller is change Type the Function solution will go change Pin
jeansea17-Mar-09 7:06
jeansea17-Mar-09 7:06 
GeneralRe: In the Function when Caller is change Type the Function solution will go change Pin
Stuart Dootson17-Mar-09 8:52
professionalStuart Dootson17-Mar-09 8:52 
QuestionCppUnit 1.12.1 compile error Pin
Sreedevi Jagannath16-Mar-09 19:25
Sreedevi Jagannath16-Mar-09 19:25 
AnswerRe: CppUnit 1.12.1 compile error Pin
Member 47566756-Aug-09 5:50
Member 47566756-Aug-09 5:50 
Questionhow to scroll client area of Dialog Pin
hemlat16-Mar-09 19:06
hemlat16-Mar-09 19:06 
AnswerRe: how to scroll client area of Dialog Pin
Hamid_RT16-Mar-09 19:50
Hamid_RT16-Mar-09 19:50 
QuestionChanging the Length of String from 8-Bits to 16-Bits Number Pin
Neelesh K J Jain16-Mar-09 11:33
Neelesh K J Jain16-Mar-09 11:33 
AnswerRe: Changing the Length of String from 8-Bits to 16-Bits Number Pin
CPallini16-Mar-09 11:43
mveCPallini16-Mar-09 11:43 
QuestionRe: Changing the Length of String from 8-Bits to 16-Bits Number Pin
led mike16-Mar-09 11:54
led mike16-Mar-09 11:54 
QuestionAnimated Vs html based websites Pin
llp00na16-Mar-09 8:56
llp00na16-Mar-09 8:56 
AnswerRe: Animated Vs html based websites Pin
led mike16-Mar-09 9:15
led mike16-Mar-09 9:15 
GeneralRe: Animated Vs html based websites Pin
llp00na16-Mar-09 9:23
llp00na16-Mar-09 9:23 
GeneralRe: Animated Vs html based websites Pin
CPallini16-Mar-09 11:10
mveCPallini16-Mar-09 11:10 
AnswerRe: Animated Vs html based websites Pin
Stuart Dootson16-Mar-09 9:23
professionalStuart Dootson16-Mar-09 9:23 

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.