|
-
April 4th, 2012, 08:22 PM
#1
Statement concerning queue's?
Isn't this statement invalid:
queueADT<int> newQueue;
shouldn't it be:
queueType<int> newQueue;
*note: ADT stands for Abstract Data Type
I don't think that putting ADT would be proper and also wrong where Type should be instead?
Does anyone know what I am talking about, or correct me? Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|