Home          welcome : Guest          Log In      
  Xpode.com Beta version

Click here to Search Article

Categories/Articles

 

Template Example

 

Submitted By:


Rohit kakria

Detail : I am software developer

RETURNING MORE THAN ONE VALUE

								
#include
#include

template

class datastack
{
T stack[45];
int top;
public:
datastack()
{
top=0;
}

void push(T element)
{
top++;
stack[top]=element;
}

T pop(void)
{
int q=stack[top];
top--;
return q;
}

int getsize(void)
{
return top;
}

void display()
{
int q;
for(q=top;q>0;q--)
cout< }
};

void main()
{
int i,j;
char a;
cout<<"Press 'c' to create char stack or 'i' to create integer stack"< cin>> a ;
if(a=='i')
{
int element;
datastack stack_int;
do
{
cout<<"1.push\t2.pop\t3.display\t4.getsize\t5.exit"< cin>>j;
switch (j)
{
case 1:
cout<<"Enter the element to push"< cin>>element;
stack_int.push(element);
break;

case 2:
stack_int.pop();
break;

case 3:
stack_int.display();
break;

case 4:
cout< break;

case 5:
i=0;
break;

default:
cout<<"Enter the correct choice" < break;

}
}while(i!=0);
}
else
{
char element;
datastack stack_char;
do
{
cout<<"1.push\t2.pop\t3.display\t4.getsize\t5.exit"< cin>>j;
switch (j)
{
case 1:
cout<<"Enter the element to push"< cin>>element;
stack_char.push(element);
break;

case 2:
stack_char.pop();
break;

case 3:
stack_char.display();
break;

case 4:
cout< break;

case 5:
i=0;
break;

default:
cout<<"Enter the correct choice"< break;

}
}while(i!=0);
}
}








Comments
Share this article   |    Print   
Guest      Thursday, July 29, 2010
&lt;a href=&quothttp://www.cheapghdshair.net/ghds/&;quot;&gt;ghd&lt;/a&gt; &lt;a href=&quothttp://www.thomassabocharmonline.com/&;quot;&gt;thomas sabo ohrringe&lt;/a&gt; &lt;a href=&quothttp://www.cheapghdshair.net/ghds/&;quot;&gt;ghd straighteners&lt;/a&gt; &lt;a href=&quothttp://www.thomassabocharmonline.com/&;quot;&gt;thomas sabo jewellery&lt;/a&gt; &lt;a href=&quothttp://www.cheapghdshair.net/ghds/&;quot;&gt;ghds mk4&lt;/a&gt; &lt;a href=&quothttp://www.thomassabocharmonline.com/&;quot;&gt;discount thomas sabo&lt;/a&gt;
Guest      Thursday, July 29, 2010
&lt;a href=&quothttp://www.cheapghdshair.net/ghds/&;quot;&gt;ghd&lt;/a&gt; &lt;a href=&quothttp://www.thomassabocharmonline.com/&;quot;&gt;thomas sabo ohrringe&lt;/a&gt; &lt;a href=&quothttp://www.cheapghdshair.net/ghds/&;quot;&gt;ghd straighteners&lt;/a&gt; &lt;a href=&quothttp://www.thomassabocharmonline.com/&;quot;&gt;thomas sabo jewellery&lt;/a&gt; &lt;a href=&quothttp://www.cheapghdshair.net/ghds/&;quot;&gt;ghds mk4&lt;/a&gt; &lt;a href=&quothttp://www.thomassabocharmonline.com/&;quot;&gt;discount thomas sabo&lt;/a&gt;
Guest      Thursday, July 29, 2010
&lt;a href=&quothttp://www.cheapghdshair.net/ghds/&;quot;&gt;ghd&lt;/a&gt; &lt;a href=&quothttp://www.thomassabocharmonline.com/&;quot;&gt;thomas sabo ohrringe&lt;/a&gt; &lt;a href=&quothttp://www.cheapghdshair.net/ghds/&;quot;&gt;ghd straighteners&lt;/a&gt; &lt;a href=&quothttp://www.thomassabocharmonline.com/&;quot;&gt;thomas sabo jewellery&lt;/a&gt; &lt;a href=&quothttp://www.cheapghdshair.net/ghds/&;quot;&gt;ghds mk4&lt;/a&gt; &lt;a href=&quothttp://www.thomassabocharmonline.com/&;quot;&gt;discount thomas sabo&lt;/a&gt;
Guest      Wednesday, May 12, 2010
Choose a perfect gift for your friends or your family members? louis vuitton will be your best choice! silver pandora beads ed hardy  ed hardy clothes ed hardy shirts ed hardy t shirts ed hardy watches
Guest      Wednesday, May 12, 2010
Choose a perfect gift for your friends or your family members? louis vuitton will be your best choice! silver pandora beads ed hardy  ed hardy clothes ed hardy shirts ed hardy t shirts ed hardy watches
Guest      Wednesday, May 12, 2010
Choose a perfect gift for your friends or your family members? louis vuitton will be your best choice! silver pandora beads ed hardy  ed hardy clothes ed hardy shirts ed hardy t shirts ed hardy watches
Guest      Wednesday, May 12, 2010
Choose a perfect gift for your friends or your family members? louis vuitton will be your best choice! chanel bags chanel sunglasses Louis Vuitton speedy handbags guccichanel pandora bracelets and charms
 
*  Name         *   Comments :ar 8) :cry: 8)
:shock: :shock: :evil: :!:
:( :idea: :lol: :x
:green: :| :question: :P
:oops: :roll: :) :o
:twisted: :wink:
*  Email          
                          (will not publish)
     
  Location           
  Website            
Enter the code *
(as shown below)