Click here to Skip to main content
15,917,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: The non-typing CEdit Pin
Hans Ruck31-Aug-05 4:19
Hans Ruck31-Aug-05 4:19 
QuestionInserting a highlight to a string in an html file. Pin
babyspidy31-Aug-05 2:46
babyspidy31-Aug-05 2:46 
Question[Message Deleted] Pin
Rupali sarda31-Aug-05 2:45
Rupali sarda31-Aug-05 2:45 
AnswerRe: structure Pin
toxcct31-Aug-05 2:50
toxcct31-Aug-05 2:50 
Question[Message Deleted] Pin
Rupali sarda31-Aug-05 2:09
Rupali sarda31-Aug-05 2:09 
GeneralRe: structure Pin
ThatsAlok31-Aug-05 2:11
ThatsAlok31-Aug-05 2:11 
AnswerRe: structure Pin
toxcct31-Aug-05 2:11
toxcct31-Aug-05 2:11 
AnswerRe: structure Pin
Bob Stanneveld31-Aug-05 7:59
Bob Stanneveld31-Aug-05 7:59 
Hello,

Try the following:
struct link;
class linklist
{
    link* additem();
};


Maybe you want struct link{}; to be just a prototype declaration. Here you define the structure. If you defined the structure also in another file, you get those conversion problems. If you want to return the link by value, you should include the header of the link struct instead of using a prototype declaration...

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
GeneralRe: structure Pin
Cedric Moonen31-Aug-05 2:25
Cedric Moonen31-Aug-05 2:25 
GeneralRe: structure Pin
Rupali sarda31-Aug-05 18:20
Rupali sarda31-Aug-05 18:20 
JokeRe: structure Pin
toxcct31-Aug-05 2:28
toxcct31-Aug-05 2:28 
GeneralRe: structure Pin
Bob Stanneveld1-Sep-05 0:11
Bob Stanneveld1-Sep-05 0:11 
JokeRe: structure Pin
ThatsAlok31-Aug-05 3:07
ThatsAlok31-Aug-05 3:07 
GeneralRe: structure Pin
Cedric Moonen31-Aug-05 3:09
Cedric Moonen31-Aug-05 3:09 
GeneralRe: structure Pin
ThatsAlok31-Aug-05 3:15
ThatsAlok31-Aug-05 3:15 
Questionhow can i enter the parameters from the interface and then used them in functio Pin
lallaba31-Aug-05 1:46
lallaba31-Aug-05 1:46 
QuestionRe: how can i enter the parameters from the interface and then used them in functio Pin
toxcct31-Aug-05 2:07
toxcct31-Aug-05 2:07 
AnswerRe: how can i enter the parameters from the interface and then used them in functio Pin
ThatsAlok31-Aug-05 2:09
ThatsAlok31-Aug-05 2:09 
AnswerRe: how can i enter the parameters from the interface and then used them in functio Pin
Cedric Moonen31-Aug-05 2:23
Cedric Moonen31-Aug-05 2:23 
QuestionAbout Spin Control Pin
parims31-Aug-05 1:45
parims31-Aug-05 1:45 
QuestionRe: About Spin Control Pin
toxcct31-Aug-05 2:02
toxcct31-Aug-05 2:02 
QuestionHow to Print a Bitmap on a paper and print ListCtrl values on that Bitmap Pin
snprani31-Aug-05 0:25
snprani31-Aug-05 0:25 
AnswerRe: How to Print a Bitmap on a paper and print ListCtrl values on that Bitmap Pin
G Haranadh1-Sep-05 22:07
G Haranadh1-Sep-05 22:07 
AnswerRe: How to Print a Bitmap on a paper and print ListCtrl values on that Bitmap Pin
G Haranadh2-Sep-05 11:13
G Haranadh2-Sep-05 11:13 
Questionlaoding bitmap over a bitmap Pin
a_david12331-Aug-05 0:13
a_david12331-Aug-05 0:13 

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.