Search:

Type: Posts; User: phoenix2007

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    2,742

    error C2244: 'dslk::addhead' : unable to...

    error C2244: 'dslk<T>::addhead' : unable to resolve function overload
    error C2954: template definitions cannot nest
    error C2244: 'dslk<T>::print' : unable to resolve function overload
    error C2065:...
  2. Replies
    14
    Views
    2,742

    Yes, thanx all ! I fixed them follow you ! but,...

    Yes, thanx all ! I fixed them follow you ! but, it still has 8 errors !
  3. Replies
    14
    Views
    2,742

    oh ! I'm sorry ! I've just remember ! void...

    oh ! I'm sorry ! I've just remember !


    void main(void)
    just right in C, not in C++. If in C++, must write :

    void main()
    Is that ok ?
  4. Replies
    14
    Views
    2,742

    Oh ! I wrote void main(void) It' s not...

    Oh ! I wrote


    void main(void)
    It' s not wrong ! Because, in main functiuon, if I write follow you ! i have to return a value, That's thing I don't want !

    #include "iostream.h"
    instead of...
  5. Replies
    3
    Views
    943

    ok ! It's kind of you ! thanks again !

    ok ! It's kind of you ! thanks again !
  6. Replies
    3
    Views
    943

    E-book about C/C++

    I have finished my course about C/C++, I need a good e-book about it ! (advance), if ypu have, please share me one ! Thanks a lots ! Have a nice day !
  7. Replies
    14
    Views
    2,742

    error C2244: 'dslk::addhead' : unable to...

    error C2244: 'dslk<T>::addhead' : unable to resolve function overload
    error C2954: template definitions cannot nest
    error C2244: 'dslk<T>::print' : unable to resolve function overload
    error C2065:...
  8. Replies
    14
    Views
    2,742

    Help me ! Link list code in OOP C++

    This is the code wrote inOP C++ ! I don't know what error it has ? please help me !



    #include <iostream.h>

    template <class T>
    //define struct link list
    struct Node
    {
Results 1 to 8 of 8