Click here to Skip to main content
15,925,309 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
help me out
i want to create a getnode function in public part.How i will create?i mean prototype.
C++
class Lib
{
public:

private:
struct date
{
    int day;
    int year;
    char mon[10];
};

struct recordnode
{
    char title[60];
    char author[47];
    char subj[20];
    date pub;
    string status;
    int numofcopies;
    recordnode * prev;
    recordnode * next;
}
Posted
Updated 15-Nov-11 6:12am
v5
Comments
Member 8370427 15-Nov-11 11:59am    
i want to create getnode
Albert Holguin 15-Nov-11 12:00pm    
What is your question? ...use the "Improve question" link in green to update with more useful information.
JackDingler 15-Nov-11 12:02pm    
Why the double post?

You asked this question previously.
Albert Holguin 15-Nov-11 12:11pm    
Flag as repost. Post link to other post so others can flag as well.
elgaabeb 15-Nov-11 12:02pm    
where is the question ??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900