
-----------------------------------
CHINA_yanglei
Wed Apr 01, 2009 10:33 am

Is it a best way to create a link?
-----------------------------------
#include 
#include 
#include 
static int length=0;
static int position=0;
class Pllink
{
	char* name;
	int pos;
	Pllink* later;
	//	Pllink* preventry;
public:
	Pllink(char*,int);
	~Pllink()
	{delete 
Mod tip:  Syntax tags make your code much nicer to read, and may help others understand what you're doing and more likely to help you.

-----------------------------------
apomb
Wed Apr 01, 2009 10:44 am

RE:Is it a best way to create a link?
-----------------------------------
april fools?

-----------------------------------
CHINA_yanglei
Wed Apr 01, 2009 8:49 pm

Re: Is it a best way to create a link?
-----------------------------------
I want a good answer.or some  advice about creating a link. Thank you in advance!

-----------------------------------
md
Fri Apr 03, 2009 10:55 am

RE:Is it a best way to create a link?
-----------------------------------
Posting a block of code, with a question that doesn't mean anything in that context leaves us with no idea what you are talking about.

You want a link to what? Why do you want a link? What do links have to do with C++? Have you say... tried Google?

-----------------------------------
OneOffDriveByPoster
Fri Apr 03, 2009 6:39 pm

Re: Is it a best way to create a link?
-----------------------------------
I think the OP wanted a review of his linked list.
