Click here to Skip to main content
15,881,725 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs forward declaration a hack for bad, lazy programmers? Pin
Vaclav_7-Apr-10 7:16
Vaclav_7-Apr-10 7:16 
AnswerRe: Is forward declaration a hack for bad, lazy programmers? Pin
Chris Losinger7-Apr-10 7:25
professionalChris Losinger7-Apr-10 7:25 
AnswerRe: Is forward declaration a hack for bad, lazy programmers? PinPopular
Moak7-Apr-10 7:48
Moak7-Apr-10 7:48 
GeneralRe: Is forward declaration a hack for bad, lazy programmers? Pin
William Winner7-Apr-10 11:41
William Winner7-Apr-10 11:41 
GeneralOfftopic Pin
Moak7-Apr-10 11:57
Moak7-Apr-10 11:57 
AnswerRe: Is forward declaration a hack for bad, lazy programmers? PinPopular
Nemanja Trifunovic7-Apr-10 7:59
Nemanja Trifunovic7-Apr-10 7:59 
AnswerRe: Is forward declaration a hack for bad, lazy programmers? Pin
Eugen Podsypalnikov7-Apr-10 9:24
Eugen Podsypalnikov7-Apr-10 9:24 
QuestionCString convert error in Embedded Visual C++ Pin
CHYGO7-Apr-10 4:20
CHYGO7-Apr-10 4:20 
i want to convert the interger to a binary string in EVC.so i use the '_itot'.

<br />
UINT16 high16data = dwReadValue;<br />
CString high16string = _itot(high16data, high16string, 2);<br />


the error is:error C2664:'_itow':cannot convert parameter 2 from 'const unsigned short *'
how can i convert the parameter?(i do want to use the CString type not the char[] as showed in MSDN). so how to do it?

thanks for helping.
i 've tried ,then i have no regret

AnswerRe: CString convert error in Embedded Visual C++ Pin
eusto7-Apr-10 4:42
eusto7-Apr-10 4:42 
GeneralRe: CString convert error in Embedded Visual C++ Pin
CHYGO7-Apr-10 5:18
CHYGO7-Apr-10 5:18 
JokeRe: CString convert error in Embedded Visual C++ Pin
Eugen Podsypalnikov7-Apr-10 5:38
Eugen Podsypalnikov7-Apr-10 5:38 
GeneralRe: CString convert error in Embedded Visual C++ Pin
CHYGO8-Apr-10 2:01
CHYGO8-Apr-10 2:01 
QuestionComboBox / Win32 [modified] Pin
Fareed Rizkalla7-Apr-10 2:27
Fareed Rizkalla7-Apr-10 2:27 
QuestionRe: ComboBox / Win32 Pin
CPallini7-Apr-10 2:31
mveCPallini7-Apr-10 2:31 
AnswerRe: ComboBox / Win32 Pin
Fareed Rizkalla7-Apr-10 2:38
Fareed Rizkalla7-Apr-10 2:38 
GeneralRe: ComboBox / Win32 Pin
CPallini7-Apr-10 2:50
mveCPallini7-Apr-10 2:50 
QuestionRe: ComboBox / Win32 Pin
Fareed Rizkalla7-Apr-10 3:15
Fareed Rizkalla7-Apr-10 3:15 
QuestionRe: ComboBox / Win32 Pin
CPallini7-Apr-10 3:18
mveCPallini7-Apr-10 3:18 
AnswerRe: ComboBox / Win32 Pin
Sauro Viti7-Apr-10 6:54
professionalSauro Viti7-Apr-10 6:54 
QuestionWhy does GDI+ DrawString punch holes in the alpha channel? Pin
Code-o-mat7-Apr-10 2:24
Code-o-mat7-Apr-10 2:24 
QuestionSend request to open a http link Pin
Pryabu7-Apr-10 1:23
Pryabu7-Apr-10 1:23 
AnswerRe: Send request to open a http link Pin
eusto7-Apr-10 1:26
eusto7-Apr-10 1:26 
AnswerRe: Send request to open a http link Pin
Code-o-mat7-Apr-10 2:25
Code-o-mat7-Apr-10 2:25 
GeneralRe: Send request to open a http link [modified] Pin
Pryabu7-Apr-10 18:57
Pryabu7-Apr-10 18:57 
GeneralRe: Send request to open a http link Pin
eusto8-Apr-10 0:18
eusto8-Apr-10 0:18 

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.