hi i want to do the projects in c, so if u know abt c projects thn reply me
immidiately
plz tel me the project names and information about tht
Thomas Hruska <[EMAIL PROTECTED]> wrote:
ben.shaofa wrote:
> It seems that the ++ operator is not suitable for a linked list.
> Anyway, you can do like this:
>
> class UserList
> {
> pubic:
> Const UserList& operator ++(int)
> {
> ...
> return *this;
> }
> };
>
> It should mean to add a new node rather than to move the pointer.
I don't see why you would want ++ to be a new node. += is a better
candidate for that operation.
--
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197
*NEW* MyTaskFocus 1.1
Get on task. Stay on task.
http://www.CubicleSoft.com/MyTaskFocus/
---------------------------------
Get the freedom to save as many mails as you wish. Click here to know how.
[Non-text portions of this message have been removed]