Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Link List and Middle Node Pin
Michael Dunn25-Oct-03 7:16
sitebuilderMichael Dunn25-Oct-03 7:16 
GeneralRe: Link List and Middle Node Pin
CillyMe25-Oct-03 8:03
CillyMe25-Oct-03 8:03 
GeneralRe: Link List and Middle Node Pin
Ravi Bhavnani25-Oct-03 17:37
professionalRavi Bhavnani25-Oct-03 17:37 
Generalhumble request for more cp knowledge :) Pin
joshfl24-Oct-03 20:15
joshfl24-Oct-03 20:15 
Generalfunction was treated as identifier :( Pin
convert_sg24-Oct-03 18:47
convert_sg24-Oct-03 18:47 
GeneralRe: function was treated as identifier :( Pin
peterchen24-Oct-03 20:17
peterchen24-Oct-03 20:17 
GeneralRe: function was treated as identifier :( Pin
convert_sg24-Oct-03 21:33
convert_sg24-Oct-03 21:33 
GeneralRe: function was treated as identifier :( Pin
Luis Mejia25-Oct-03 6:59
Luis Mejia25-Oct-03 6:59 
Hmm... ok... 1st off, functions ARE identifiers, so nothing weird about that. Now to your problem.

You said you want to use strcpy for Unicode, the correct function is wcscpy. But better yet, if you want to be able to compile with or without Unicode use _tcscpy.

Search for String Manipulation in the documentation for all related functions.

Hope this helps,
-Luis
QuestionHow to move MFC 4.2 MDIChild windows outside MDIClient? Pin
Mike Condra24-Oct-03 17:58
sussMike Condra24-Oct-03 17:58 
AnswerRe: How to move MFC 4.2 MDIChild windows outside MDIClient? Pin
Neville Franks24-Oct-03 23:43
Neville Franks24-Oct-03 23:43 
QuestionHow to move a CRectTracker in resppnse to the arrow keys? Pin
cdsmith24-Oct-03 16:20
cdsmith24-Oct-03 16:20 
GeneralUser-Defined Messages Pin
Douglass24-Oct-03 16:15
Douglass24-Oct-03 16:15 
GeneralRe: User-Defined Messages Pin
Neville Franks24-Oct-03 23:49
Neville Franks24-Oct-03 23:49 
GeneralDeriving from CDumpContext and << operator Pin
Ori K24-Oct-03 14:54
Ori K24-Oct-03 14:54 
Generalshowing graphics in view after closing dialog Pin
coda_x24-Oct-03 14:14
coda_x24-Oct-03 14:14 
GeneralRe: showing graphics in view after closing dialog Pin
vcplusplus24-Oct-03 15:28
vcplusplus24-Oct-03 15:28 
GeneralRe: showing graphics in view after closing dialog Pin
coda_x24-Oct-03 17:20
coda_x24-Oct-03 17:20 
GeneralRe: showing graphics in view after closing dialog Pin
vcplusplus25-Oct-03 6:18
vcplusplus25-Oct-03 6:18 
GeneralRe: showing graphics in view after closing dialog Pin
coda_x25-Oct-03 19:02
coda_x25-Oct-03 19:02 
GeneralRe: showing graphics in view after closing dialog Pin
vcplusplus25-Oct-03 23:49
vcplusplus25-Oct-03 23:49 
QuestionHow to display Real-Time data Pin
JAM0124-Oct-03 13:11
JAM0124-Oct-03 13:11 
AnswerRe: How to display Real-Time data Pin
vcplusplus24-Oct-03 15:35
vcplusplus24-Oct-03 15:35 
AnswerRe: How to display Real-Time data Pin
Azghar Hussain24-Oct-03 22:56
professionalAzghar Hussain24-Oct-03 22:56 
GeneralRe: How to display Real-Time data Pin
JAM0125-Oct-03 11:49
JAM0125-Oct-03 11:49 
GeneralRe: How to display Real-Time data Pin
Azghar Hussain25-Oct-03 17:09
professionalAzghar Hussain25-Oct-03 17:09 

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.