Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: ecestd1
Forum: C++ Oct 29th, 2007
Replies: 4
Views: 1,992
Posted By ecestd1
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,992
Posted By ecestd1
Forum: C++ Oct 28th, 2007
Replies: 4
Views: 1,992
Posted By ecestd1
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),...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC