Search:

Type: Posts; User: cemuzunlar

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    945

    Thanks. "typename" fixed the error.

    Thanks. "typename" fixed the error.
  2. Replies
    2
    Views
    945

    Templated function and stl

    I defined a templated function as below:



    template<class T>
    list<T *>::iterator FindInternalByID(list<T *> *_List, int _ID){
    list<T *>::iterator i;
    for (i = _List->begin(); i !=...
Results 1 to 2 of 2