| TIP: Click on subject to list as thread! | ANSI |
| echo: | |
|---|---|
| to: | |
| from: | |
| date: | |
| subject: | Re: My queue (1) |
DC> And these are my compiler errors:
DC> Error QUEUE.H 49: 'operator =(dataType)' must be a member function
DC> Error QTEST.CPP 7: 'Queue::Queue()' is not accessible
DC>
DC> template
DC> class Queue {
DC> private:
DC> Queue();
DC> queue* next;
DC> static Queue* front;
DC> static Queue* back;
DC> dataType info;
Constructors must be public.
class Queue {
public:
Queue();
private:
....
--- GEcho 1.00
---------------
* Origin: Digital OnLine Magazine! - (409)838-8237 (1:3811/350) |
|
| SOURCE: echomail via exec-pc | |
Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.