Click here to Skip to main content
16,007,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I change the ip configuration of the local host using vc? Pin
imran_rafique3-Nov-02 15:59
imran_rafique3-Nov-02 15:59 
AnswerRe: How can I change the ip configuration of the local host using vc? Pin
ian mariano3-Nov-02 23:42
ian mariano3-Nov-02 23:42 
GeneralThread in DLL Pin
stevenson3-Nov-02 15:04
stevenson3-Nov-02 15:04 
GeneralRe: Thread in DLL Pin
Le centriste3-Nov-02 16:43
Le centriste3-Nov-02 16:43 
GeneralRe: Thread in DLL Pin
stevenson3-Nov-02 19:06
stevenson3-Nov-02 19:06 
GeneralRe: Thread in DLL Pin
Paul M Watt3-Nov-02 19:49
mentorPaul M Watt3-Nov-02 19:49 
GeneralPointers, casting and volatile Pin
Jay23-Nov-02 13:55
Jay23-Nov-02 13:55 
GeneralRe: Pointers, casting and volatile Pin
Nick Parker3-Nov-02 15:51
protectorNick Parker3-Nov-02 15:51 
Jay2 wrote:
I'm trying to use strcmp to compare 2 char* pointing to buffers the code is this...

Not sure that this will fix things, however you need to check your declaration of your two character pointers. It should look something like this( you have char* b,b2;):
char *b, *2;


Jay2 wrote:
Also what is a volatile pointer

Here is a link to save space. Data Type Qualifiers[^]

Hope this helps. Smile | :)

Nick Parker

May your glass be ever full.
May the roof over your head be always strong.
And may you be in heaven half an hour before the devil knows you’re dead. - Irish Blessing



GeneralRe: Pointers, casting and volatile Pin
ian mariano3-Nov-02 15:57
ian mariano3-Nov-02 15:57 
GeneralRe: Pointers, casting and volatile Pin
Jay24-Nov-02 5:46
Jay24-Nov-02 5:46 
GeneralRe: Pointers, casting and volatile Pin
ian mariano4-Nov-02 6:54
ian mariano4-Nov-02 6:54 
GeneralRe: Pointers, casting and volatile Pin
Jay24-Nov-02 5:57
Jay24-Nov-02 5:57 
GeneralRe: Pointers, casting and volatile Pin
Christian Graus3-Nov-02 16:38
protectorChristian Graus3-Nov-02 16:38 
GeneralRe: Pointers, casting and volatile Pin
Jay24-Nov-02 5:27
Jay24-Nov-02 5:27 
GeneralRe: Pointers, casting and volatile Pin
Christian Graus4-Nov-02 11:28
protectorChristian Graus4-Nov-02 11:28 
QuestionHow to fully override a pop-up menu item? Pin
3-Nov-02 13:26
suss3-Nov-02 13:26 
GeneralWindows 98 Problems Pin
Swinefeaster3-Nov-02 11:15
Swinefeaster3-Nov-02 11:15 
GeneralRe: Windows 98 Problems Pin
Swinefeaster3-Nov-02 21:55
Swinefeaster3-Nov-02 21:55 
GeneralRe: Windows 98 Problems Pin
Christian Graus3-Nov-02 11:35
protectorChristian Graus3-Nov-02 11:35 
GeneralRe: Windows 98 Problems Pin
Swinefeaster3-Nov-02 21:53
Swinefeaster3-Nov-02 21:53 
GeneralRe: Windows 98 Problems Pin
Swinefeaster5-Nov-02 19:19
Swinefeaster5-Nov-02 19:19 
Generaldocument filter Pin
tom20003-Nov-02 10:26
tom20003-Nov-02 10:26 
GeneralRe: document filter Pin
Christian Graus3-Nov-02 11:36
protectorChristian Graus3-Nov-02 11:36 
GeneralRe: document filter Pin
Chris Richardson3-Nov-02 12:49
Chris Richardson3-Nov-02 12:49 
GeneralRe: document filter Pin
tom20003-Nov-02 15:28
tom20003-Nov-02 15:28 

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.