Click here to Skip to main content
15,909,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat to do to publish our research paper in Microsoft Journal Pin
Azghar Hussain24-Oct-03 22:48
professionalAzghar Hussain24-Oct-03 22:48 
QuestionIs this a trick question? Pin
CillyMe24-Oct-03 21:38
CillyMe24-Oct-03 21:38 
AnswerRe: Is this a trick question? Pin
Andrew Walker24-Oct-03 22:03
Andrew Walker24-Oct-03 22:03 
GeneralRe: Is this a trick question? Pin
CillyMe25-Oct-03 0:37
CillyMe25-Oct-03 0:37 
GeneralRe: Is this a trick question? Pin
Ravi Bhavnani25-Oct-03 4:11
professionalRavi Bhavnani25-Oct-03 4:11 
GeneralRe: Is this a trick question? Pin
Tim Smith25-Oct-03 8:11
Tim Smith25-Oct-03 8:11 
GeneralRe: Is this a trick question? Pin
Ravi Bhavnani25-Oct-03 8:24
professionalRavi Bhavnani25-Oct-03 8:24 
AnswerRe: Is this a trick question? Pin
Gary R. Wheeler25-Oct-03 4:10
Gary R. Wheeler25-Oct-03 4:10 
char *pReversedName = _strdup(pName);
_strrev(pReversedName);
Note that both _strdup and _strrev are in the standard C library. Using the library functions is 'small', both in terms of the code you write (two function calls) and the efficiency of the code (the library operations are probably optimized).


Software Zen: delete this;
GeneralRe: Is this a trick question? Pin
Ravi Bhavnani25-Oct-03 4:12
professionalRavi Bhavnani25-Oct-03 4:12 
GeneralRe: Is this a trick question? Pin
Gary R. Wheeler25-Oct-03 5:28
Gary R. Wheeler25-Oct-03 5:28 
GeneralRe: Is this a trick question? Pin
CillyMe25-Oct-03 8:01
CillyMe25-Oct-03 8:01 
GeneralLink List and Middle Node Pin
CillyMe24-Oct-03 21:31
CillyMe24-Oct-03 21:31 
GeneralRe: Link List and Middle Node Pin
Ravi Bhavnani25-Oct-03 4:15
professionalRavi Bhavnani25-Oct-03 4:15 
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 
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 

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.