Click here to Skip to main content
15,893,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error:: sprintf' : cannot convert parameter 1 from 'TCHAR [128]' to 'char *' in Unicode Build Pin
Le@rner19-Apr-11 22:19
Le@rner19-Apr-11 22:19 
Questionmanipulare stdin Pin
baerten18-Apr-11 23:04
baerten18-Apr-11 23:04 
AnswerRe: manipulare stdin Pin
rahul.kulshreshtha19-Apr-11 0:22
rahul.kulshreshtha19-Apr-11 0:22 
GeneralRe: manipulare stdin Pin
baerten20-Apr-11 20:39
baerten20-Apr-11 20:39 
AnswerRe: manipulare stdin Pin
Niklas L19-Apr-11 1:27
Niklas L19-Apr-11 1:27 
GeneralRe: manipulare stdin Pin
baerten20-Apr-11 20:41
baerten20-Apr-11 20:41 
Question*objectName Vs objectName-> Pin
rahul.kulshreshtha18-Apr-11 21:33
rahul.kulshreshtha18-Apr-11 21:33 
AnswerRe: *objectName Vs objectName-> Pin
Niklas L18-Apr-11 21:58
Niklas L18-Apr-11 21:58 
For built in pointer types, there is no difference. I'd say using -> will make you code look more like users are used to, so I would recommend that. Your compiler would also not make any difference. Dereference and pointer operators can however be overloaded, but only someone insane would make an implementation that broke the intuitive functionality.

GeneralRe: *objectName Vs objectName-> Pin
rahul.kulshreshtha18-Apr-11 22:21
rahul.kulshreshtha18-Apr-11 22:21 
GeneralRe: *objectName Vs objectName-> Pin
Niklas L18-Apr-11 22:41
Niklas L18-Apr-11 22:41 
GeneralRe: *objectName Vs objectName-> Pin
rahul.kulshreshtha19-Apr-11 0:11
rahul.kulshreshtha19-Apr-11 0:11 
AnswerRe: *objectName Vs objectName-> Pin
«_Superman_»18-Apr-11 22:09
professional«_Superman_»18-Apr-11 22:09 
GeneralRe: *objectName Vs objectName-> Pin
rahul.kulshreshtha18-Apr-11 22:19
rahul.kulshreshtha18-Apr-11 22:19 
Questionpreprocessor directives - resource Pin
g_satish18-Apr-11 21:03
g_satish18-Apr-11 21:03 
AnswerRe: preprocessor directives - resource Pin
Niklas L18-Apr-11 22:04
Niklas L18-Apr-11 22:04 
AnswerRe: preprocessor directives - resource Pin
వేంకటనారాయణ(venkatmakam)18-Apr-11 23:32
వేంకటనారాయణ(venkatmakam)18-Apr-11 23:32 
QuestionRe: preprocessor directives - resource Pin
g_satish19-Apr-11 0:03
g_satish19-Apr-11 0:03 
AnswerRe: preprocessor directives - resource Pin
Niklas L19-Apr-11 0:33
Niklas L19-Apr-11 0:33 
GeneralRe: preprocessor directives - resource Pin
g_satish19-Apr-11 0:42
g_satish19-Apr-11 0:42 
GeneralRe: preprocessor directives - resource Pin
David Crow19-Apr-11 7:22
David Crow19-Apr-11 7:22 
GeneralRe: preprocessor directives - resource Pin
g_satish19-Apr-11 19:12
g_satish19-Apr-11 19:12 
AnswerRe: preprocessor directives - resource Pin
వేంకటనారాయణ(venkatmakam)19-Apr-11 0:33
వేంకటనారాయణ(venkatmakam)19-Apr-11 0:33 
QuestionDuplicates in list Pin
sadas232341s18-Apr-11 8:28
sadas232341s18-Apr-11 8:28 
AnswerRe: Duplicates in list Pin
Chris Losinger18-Apr-11 9:18
professionalChris Losinger18-Apr-11 9:18 
GeneralRe: Duplicates in list Pin
sadas232341s18-Apr-11 9:20
sadas232341s18-Apr-11 9:20 

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.