Showing results 1 to 3 of 3
Search took 0.00 seconds; generated 1 minute(s) ago.
Posts Made By: ecestd1
Forum: C++ Oct 29th, 2007
Replies: 4
Views: 1,231
Posted By ecestd1
Help Re: help! how to implement a copy constructor in c++ for ADT queues??

I did implement the copy constructor but still its not working what could be the problem?

/** @file
*
* @course CS1521
* @section 1
*
* Pointer-based <tt>Queue</tt> class...
Forum: C++ Oct 29th, 2007
Replies: 4
Views: 1,231
Posted By ecestd1
Forum: C++ Oct 28th, 2007
Replies: 4
Views: 1,231
Posted By ecestd1
Help help! how to implement a copy constructor in c++ for ADT queues??

how do you implement a copy constructor for this pointer-based ADT
queue

#include "Queuep.h"
#include <cassert>
#include <new>
using namespace std;

Queue::Queue () : backPtr (0), frontPtr(0)
{
Showing results 1 to 3 of 3

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 5:29 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC