Click here to Skip to main content
15,888,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Implementation of gmtime( ) in Windows mobile Pin
David Crow29-Apr-08 3:06
David Crow29-Apr-08 3:06 
QuestionVC++ DLL - ? assign value to VARIANT type variable Pin
lgatcodeproject29-Apr-08 0:02
lgatcodeproject29-Apr-08 0:02 
GeneralRe: VC++ DLL - ? assign value to VARIANT type variable Pin
CPallini29-Apr-08 0:14
mveCPallini29-Apr-08 0:14 
GeneralRe: VC++ DLL - ? assign value to VARIANT type variable Pin
lgatcodeproject29-Apr-08 0:29
lgatcodeproject29-Apr-08 0:29 
GeneralRe: VC++ DLL - ? assign value to VARIANT type variable Pin
CPallini29-Apr-08 0:38
mveCPallini29-Apr-08 0:38 
GeneralRe: VC++ DLL - ? assign value to VARIANT type variable Pin
lgatcodeproject29-Apr-08 0:50
lgatcodeproject29-Apr-08 0:50 
GeneralRe: VC++ DLL - ? assign value to VARIANT type variable Pin
CPallini29-Apr-08 1:02
mveCPallini29-Apr-08 1:02 
QuestionWhich type of string do you use in VC++ project? Pin
zengkun10028-Apr-08 22:55
zengkun10028-Apr-08 22:55 
There are too many string types you can use in your VC++ project.
STL and many other non-MS libs use string class; MFC prefers CString; when it comes to COM, you will see _bstr_t and BSTR. ……
Many code in my project just do string conversions——convert from one string type to another, which makes me fell ugly.
Hello everyone, which is your favorite string type? Big Grin | :-D

A Chinese VC++ programmer

AnswerRe: Which type of string do you use in VC++ project? Pin
Saurabh.Garg28-Apr-08 23:01
Saurabh.Garg28-Apr-08 23:01 
AnswerRe: Which type of string do you use in VC++ project? Pin
_AnsHUMAN_ 28-Apr-08 23:32
_AnsHUMAN_ 28-Apr-08 23:32 
GeneralRe: Which type of string do you use in VC++ project? Pin
zengkun10028-Apr-08 23:50
zengkun10028-Apr-08 23:50 
AnswerRe: Which type of string do you use in VC++ project? Pin
CPallini28-Apr-08 23:48
mveCPallini28-Apr-08 23:48 
GeneralRe: Which type of string do you use in VC++ project? Pin
zengkun10028-Apr-08 23:51
zengkun10028-Apr-08 23:51 
GeneralRe: Which type of string do you use in VC++ project? Pin
CPallini29-Apr-08 0:01
mveCPallini29-Apr-08 0:01 
GeneralRe: Which type of string do you use in VC++ project? Pin
zengkun10029-Apr-08 0:12
zengkun10029-Apr-08 0:12 
AnswerRe: Which type of string do you use in VC++ project? Pin
Ozer Karaagac29-Apr-08 1:43
professionalOzer Karaagac29-Apr-08 1:43 
GeneralRe: Which type of string do you use in VC++ project? Pin
jhwurmbach29-Apr-08 5:42
jhwurmbach29-Apr-08 5:42 
GeneralIs STL ineffable itself? Pin
Ozer Karaagac29-Apr-08 11:02
professionalOzer Karaagac29-Apr-08 11:02 
AnswerRe: Which type of string do you use in VC++ project? Pin
Nemanja Trifunovic29-Apr-08 4:17
Nemanja Trifunovic29-Apr-08 4:17 
AnswerRe: Which type of string do you use in VC++ project? Pin
toxcct29-Apr-08 5:14
toxcct29-Apr-08 5:14 
GeneralTool Bar Pin
T.RATHA KRISHNAN28-Apr-08 22:49
T.RATHA KRISHNAN28-Apr-08 22:49 
GeneralRe: Tool Bar Pin
ShilpiP28-Apr-08 23:45
ShilpiP28-Apr-08 23:45 
GeneralRe: Tool Bar Pin
Hamid_RT29-Apr-08 4:06
Hamid_RT29-Apr-08 4:06 
GeneralRegarding HtmlView class in MFC Pin
H4u3228-Apr-08 21:32
H4u3228-Apr-08 21:32 
GeneralRe: Regarding HtmlView class in MFC Pin
Rajkumar R28-Apr-08 21:49
Rajkumar R28-Apr-08 21:49 

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.