PDA

You are currently viewing a search engine-friendly (archive) version of this page.

View Full Version : template c++ list ,pls !!!


bro
May 26, 2001, 04:52 am
hi,
can you give a full details (the syntax code)
about the template c++ for list ,please .
So I can do it for my homework.

Thanks alot for your help

------------------
aaaaaaaaa

Techguy
May 27, 2001, 10:44 am
hmm what template are you looking for??

------------------
<font size="1">Keep yourself updated - subscribe to our <a href="http://www.helpfromtechs.com/cgi-bin/ubb/ubbmail.cgi?action=subscribe">forum digests</a> and <a href="http://www.helpfromtechs.com/html/newsletter.htm">newsletter</a></font>

bro
May 27, 2001, 11:18 am
hi mod,
please help me to create a simple template and the content of the template , and also this template is about linked list by using C++.
this template is only for insert,delete,and display.
for example Set &lt;int&gt; s
s.insert(5);

thanks alot for anybody to help me.

------------------
aaaaaaaaa

MikeFoster
May 28, 2001, 12:16 pm
Hi bro, welcome to the board!
Try this. Go
here (http://www.cs.uregina.ca/dept/manuals/C++/tutorial.html) and look at the templat3.cpp file. Its a small example of using templates to implement a stack.

------------------
Help From Techs Support Forums