Click here to Skip to main content
16,014,294 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalatoi Pin
28-May-02 16:45
suss28-May-02 16:45 
GeneralRe: atoi Pin
Chris Hafey28-May-02 16:45
Chris Hafey28-May-02 16:45 
GeneralRe: atoi Pin
28-May-02 17:05
suss28-May-02 17:05 
GeneralRe: atoi Pin
29-May-02 6:33
suss29-May-02 6:33 
GeneralNetwork Neighborhood Icon Pin
kasturirawat28-May-02 15:38
kasturirawat28-May-02 15:38 
GeneralRe: Network Neighborhood Icon Pin
Mike Nordell28-May-02 21:49
Mike Nordell28-May-02 21:49 
Questionwhats wrong witt this? Pin
SilverShalkin28-May-02 15:35
SilverShalkin28-May-02 15:35 
AnswerRe: whats wrong witt this? Pin
Paul M Watt28-May-02 15:52
mentorPaul M Watt28-May-02 15:52 
strcpy requires char* as arguements to the function.

So if STID is a plain char, the compiler will attempt to convert the char to a char* to fit into the arguement in strcpy. Since there is no conversion for the compiler to do this, it reports and error.

You will need to use a char*.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: whats wrong witt this? Pin
SilverShalkin28-May-02 16:07
SilverShalkin28-May-02 16:07 
GeneralRe: whats wrong witt this? Pin
Paul M Watt28-May-02 16:23
mentorPaul M Watt28-May-02 16:23 
GeneralRe: whats wrong witt this? Pin
SilverShalkin28-May-02 16:35
SilverShalkin28-May-02 16:35 
Generalthanks- i got it! :) Pin
SilverShalkin28-May-02 17:50
SilverShalkin28-May-02 17:50 
GeneralInstall Wizard Pin
Steve L.28-May-02 14:57
Steve L.28-May-02 14:57 
GeneralRe: Install Wizard Pin
Nish Nishant28-May-02 15:09
sitebuilderNish Nishant28-May-02 15:09 
GeneralRe: Install Wizard Pin
Shog928-May-02 15:49
sitebuilderShog928-May-02 15:49 
GeneralRe: Install Wizard Pin
Steve L.28-May-02 16:05
Steve L.28-May-02 16:05 
GeneralRe: Install Wizard Pin
tiaozi28-May-02 22:10
tiaozi28-May-02 22:10 
GeneralRepeat a task for set time period Pin
paulb28-May-02 14:56
paulb28-May-02 14:56 
GeneralRe: Repeat a task for set time period Pin
28-May-02 15:03
suss28-May-02 15:03 
GeneralRe: Repeat a task for set time period Pin
Nish Nishant28-May-02 15:11
sitebuilderNish Nishant28-May-02 15:11 
GeneralRe: Repeat a task for set time period Pin
Alexandru Savescu28-May-02 23:13
Alexandru Savescu28-May-02 23:13 
GeneralHelp - can't get my user drawn combo box to work. Pin
28-May-02 14:49
suss28-May-02 14:49 
GeneralRe: Help - can't get my user drawn combo box to work. Pin
Shog928-May-02 16:00
sitebuilderShog928-May-02 16:00 
GeneralRe: Help - can't get my user drawn combo box to work. Pin
28-May-02 19:10
suss28-May-02 19:10 
QuestionCRichEditCtrl question? Pin
Surender28-May-02 14:39
Surender28-May-02 14:39 

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.