Click here to Skip to main content
15,909,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTranslation (.rc) String tables Pin
Software20072-Feb-09 5:50
Software20072-Feb-09 5:50 
AnswerRe: Translation (.rc) String tables Pin
Code-o-mat2-Feb-09 8:41
Code-o-mat2-Feb-09 8:41 
GeneralRe: Translation (.rc) String tables Pin
CPallini2-Feb-09 9:07
mveCPallini2-Feb-09 9:07 
AnswerRe: Translation (.rc) String tables Pin
CPallini2-Feb-09 9:00
mveCPallini2-Feb-09 9:00 
Questionfloating point error in C++ Pin
Vivek Narayanan2-Feb-09 5:45
Vivek Narayanan2-Feb-09 5:45 
AnswerRe: floating point error in C++ Pin
David Crow2-Feb-09 5:51
David Crow2-Feb-09 5:51 
GeneralRe: floating point error in C++ Pin
Vivek Narayanan2-Feb-09 6:30
Vivek Narayanan2-Feb-09 6:30 
QuestionRe: floating point error in C++ Pin
David Crow2-Feb-09 7:21
David Crow2-Feb-09 7:21 
Vivek Narayanan wrote:
t=pow(2,t);


I suspect your problem has to do with this statement. Change it to:

t = pow(2.0, t);
Since this is a C++ project, why are you using char instead of string?

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch


AnswerRe: floating point error in C++ Pin
Vivek Narayanan3-Feb-09 3:54
Vivek Narayanan3-Feb-09 3:54 
AnswerRe: floating point error in C++ Pin
Koolski2-Feb-09 9:56
Koolski2-Feb-09 9:56 
Questionencode wave to ogg [modified] Pin
Daerner Mandla2-Feb-09 5:08
Daerner Mandla2-Feb-09 5:08 
QuestionConverting Microsoft Visual C/C++ version 2.0 solution to Visual C++ 2005/2008 Pin
Cosmin Ciuraru2-Feb-09 3:56
Cosmin Ciuraru2-Feb-09 3:56 
AnswerRe: Converting Microsoft Visual C/C++ version 2.0 solution to Visual C++ 2005/2008 Pin
Iain Clarke, Warrior Programmer2-Feb-09 4:52
Iain Clarke, Warrior Programmer2-Feb-09 4:52 
QuestionError: Debug assertion failed! Pin
sam_psycho2-Feb-09 3:38
sam_psycho2-Feb-09 3:38 
AnswerRe: Error: Debug assertion failed! Pin
Code-o-mat2-Feb-09 3:41
Code-o-mat2-Feb-09 3:41 
GeneralRe: Error: Debug assertion failed! Pin
sam_psycho2-Feb-09 3:47
sam_psycho2-Feb-09 3:47 
GeneralRe: Error: Debug assertion failed! Pin
Code-o-mat2-Feb-09 4:03
Code-o-mat2-Feb-09 4:03 
AnswerRe: Error: Debug assertion failed! Pin
Iain Clarke, Warrior Programmer2-Feb-09 4:26
Iain Clarke, Warrior Programmer2-Feb-09 4:26 
AnswerRe: Error: Debug assertion failed! Pin
David Crow2-Feb-09 5:44
David Crow2-Feb-09 5:44 
Questionstatic Picture control not loading a bmp Pin
VC++Maniac2-Feb-09 1:36
VC++Maniac2-Feb-09 1:36 
AnswerRe: static Picture control not loading a bmp Pin
Hamid_RT2-Feb-09 3:19
Hamid_RT2-Feb-09 3:19 
GeneralRe: static Picture control not loading a bmp Pin
VC++Maniac2-Feb-09 3:20
VC++Maniac2-Feb-09 3:20 
AnswerRe: static Picture control not loading a bmp Pin
Code-o-mat2-Feb-09 3:39
Code-o-mat2-Feb-09 3:39 
GeneralRe: static Picture control not loading a bmp Pin
VC++Maniac2-Feb-09 3:44
VC++Maniac2-Feb-09 3:44 
GeneralRe: static Picture control not loading a bmp Pin
VC++Maniac2-Feb-09 4:12
VC++Maniac2-Feb-09 4:12 

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.