Click here to Skip to main content
15,885,978 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Drag & drop between tree controls(Very Urgent........) Pin
Jijo.Raj22-Mar-09 19:45
Jijo.Raj22-Mar-09 19:45 
AnswerRe: Drag & drop between tree controls(Very Urgent........) Pin
Iain Clarke, Warrior Programmer23-Mar-09 0:07
Iain Clarke, Warrior Programmer23-Mar-09 0:07 
QuestionRe: Drag & drop between tree controls(Very Urgent........) Pin
David Crow23-Mar-09 3:37
David Crow23-Mar-09 3:37 
QuestionOle problem when using with Microsoft Power Point Pin
Member 411184722-Mar-09 18:40
Member 411184722-Mar-09 18:40 
QuestionBuild Errors Using CString not CStringT Pin
ForNow22-Mar-09 10:53
ForNow22-Mar-09 10:53 
AnswerRe: Build Errors Using CString not CStringT Pin
Joe Woodbury22-Mar-09 14:35
professionalJoe Woodbury22-Mar-09 14:35 
GeneralRe: Build Errors Using CString not CStringT Pin
ForNow22-Mar-09 14:51
ForNow22-Mar-09 14:51 
GeneralRe: Build Errors Using CString not CStringT Pin
Joe Woodbury22-Mar-09 14:59
professionalJoe Woodbury22-Mar-09 14:59 
CString is simply a typedef of CStringT. CStringT is derived from CSimpleString. This combination allows various encoding methods to be used with the same code. Thus you have CStringA (using char) and CStringW (using wchar_t) as basic types. In theory you could create even more types by using the templates and adding you own helper classes.


Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke


GeneralRe: Build Errors Using CString not CStringT Pin
ForNow22-Mar-09 15:12
ForNow22-Mar-09 15:12 
GeneralRe: Build Errors Using CString not CStringT Pin
Joe Woodbury22-Mar-09 15:25
professionalJoe Woodbury22-Mar-09 15:25 
GeneralRe: Build Errors Using CString not CStringT Pin
ForNow22-Mar-09 15:42
ForNow22-Mar-09 15:42 
GeneralRe: Build Errors Using CString not CStringT Pin
Joe Woodbury22-Mar-09 15:57
professionalJoe Woodbury22-Mar-09 15:57 
GeneralRe: Build Errors Using CString not CStringT Pin
ForNow22-Mar-09 16:09
ForNow22-Mar-09 16:09 
Questionvoltage Pin
brains8922-Mar-09 7:04
brains8922-Mar-09 7:04 
AnswerRe: voltage Pin
CPallini22-Mar-09 7:29
mveCPallini22-Mar-09 7:29 
AnswerRe: voltage Pin
Yusuf22-Mar-09 7:59
Yusuf22-Mar-09 7:59 
GeneralRe: voltage Pin
brains8922-Mar-09 8:02
brains8922-Mar-09 8:02 
GeneralRe: voltage Pin
Yusuf22-Mar-09 13:28
Yusuf22-Mar-09 13:28 
JokeRe: voltage Pin
CPallini22-Mar-09 22:12
mveCPallini22-Mar-09 22:12 
GeneralRe: voltage Pin
Yusuf23-Mar-09 3:11
Yusuf23-Mar-09 3:11 
GeneralRe: voltage Pin
CPallini23-Mar-09 3:17
mveCPallini23-Mar-09 3:17 
AnswerRe: voltage Pin
Iain Clarke, Warrior Programmer22-Mar-09 10:07
Iain Clarke, Warrior Programmer22-Mar-09 10:07 
QuestionHow to remove a underscore character from my string Pin
pandit8422-Mar-09 5:56
pandit8422-Mar-09 5:56 
AnswerRe: How to remove a underscore character from my string Pin
Yusuf22-Mar-09 6:07
Yusuf22-Mar-09 6:07 
AnswerRe: How to remove a underscore character from my string Pin
Rajesh R Subramanian22-Mar-09 6:08
professionalRajesh R Subramanian22-Mar-09 6:08 

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.