Click here to Skip to main content
16,017,151 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating DLL from C++ class ... plugin DLLs? Pin
Anonymous7-Aug-02 21:21
Anonymous7-Aug-02 21:21 
GeneralTrackPopupMenu & WM_MENURBUTTONUP Pin
GregH7-Aug-02 17:31
GregH7-Aug-02 17:31 
GeneralRe: TrackPopupMenu & WM_MENURBUTTONUP Pin
Michael Dunn7-Aug-02 17:40
sitebuilderMichael Dunn7-Aug-02 17:40 
GeneralRe: TrackPopupMenu & WM_MENURBUTTONUP Pin
GregH7-Aug-02 17:53
GregH7-Aug-02 17:53 
Generala very simple question.about removing starting bytes from a char* Pin
nss7-Aug-02 17:28
nss7-Aug-02 17:28 
GeneralRe: a very simple question.about removing starting bytes from a char* Pin
Michael Dunn7-Aug-02 17:43
sitebuilderMichael Dunn7-Aug-02 17:43 
GeneralWow!!!! Thanks a million!! Pin
nss7-Aug-02 18:04
nss7-Aug-02 18:04 
GeneralRe: Wow!!!! Thanks a million!! Pin
Christian Graus7-Aug-02 18:28
protectorChristian Graus7-Aug-02 18:28 
I don't think you even need to do that. If you have a char * called szRodney and you want to skip the first four characters, then

char * szEy = szRodney+4;

should do it, just don't forget to delte szRodney and NOT szEy.



Christian

We're just observing the seasonal migration from VB to VC. Most of these birds will be killed by predators or will die of hunger. Only the best will survive - Tomasz Sowinski 29-07-2002 ( on the number of newbie posters in the VC forum )

Cats, and most other animals apart from mad cows can write fully functional vb code. - Simon Walton - 6-Aug-2002
GeneralRe: a very simple question.about removing starting bytes from a char* Pin
[James Pullicino]7-Aug-02 22:03
[James Pullicino]7-Aug-02 22:03 
GeneralRe: a very simple question.about removing starting bytes from a char* Pin
nss7-Aug-02 22:37
nss7-Aug-02 22:37 
GeneralRe: a very simple question.about removing starting bytes from a char* Pin
[James Pullicino]11-Aug-02 3:07
[James Pullicino]11-Aug-02 3:07 
GeneralRe: a very simple question.about removing starting bytes from a char* Pin
nss11-Aug-02 3:18
nss11-Aug-02 3:18 
GeneralDumb Question Pin
Nick Parker7-Aug-02 16:46
protectorNick Parker7-Aug-02 16:46 
GeneralRe: Dumb Question Pin
Michael Dunn7-Aug-02 17:45
sitebuilderMichael Dunn7-Aug-02 17:45 
GeneralRe: Dumb Question Pin
Nick Parker7-Aug-02 18:05
protectorNick Parker7-Aug-02 18:05 
GeneralRe: Dumb Question Pin
Michael Dunn7-Aug-02 18:25
sitebuilderMichael Dunn7-Aug-02 18:25 
GeneralRe: Dumb Question Pin
Atlantys7-Aug-02 18:31
Atlantys7-Aug-02 18:31 
GeneralRe: Dumb Question Pin
Nick Parker8-Aug-02 1:11
protectorNick Parker8-Aug-02 1:11 
GeneralRe: Dumb Question Pin
Michael Dunn8-Aug-02 7:17
sitebuilderMichael Dunn8-Aug-02 7:17 
GeneralRe: Dumb Question Pin
Atlantys7-Aug-02 18:29
Atlantys7-Aug-02 18:29 
QuestionHow to realize the effect? Pin
Jackie_M7-Aug-02 16:03
Jackie_M7-Aug-02 16:03 
AnswerRe: How to realize the effect? Pin
Ravi Bhavnani7-Aug-02 16:20
professionalRavi Bhavnani7-Aug-02 16:20 
GeneralRe: How to realize the effect? Pin
Anonymous7-Aug-02 16:40
Anonymous7-Aug-02 16:40 
GeneralRe: How to realize the effect? Pin
Christian Graus7-Aug-02 18:35
protectorChristian Graus7-Aug-02 18:35 
GeneralRe: How to realize the effect? Pin
Chris Losinger7-Aug-02 18:40
professionalChris Losinger7-Aug-02 18:40 

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.