Search:

Type: Posts; User: alfa

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,003

    Hi I think you need to specialize your whole...

    Hi
    I think you need to specialize your whole template class. Itīs called explicit instantiation. Search for this if you want to know more about it.
    My suggestion i something like this:
    [code]
    //I...
  2. Replies
    2
    Views
    6,039

    Thanks

    This was exactly the functionality I was looking for.
    Thanks a lot.
  3. Replies
    2
    Views
    6,039

    Move cursor in console application

    In c and c++ there is a function: gotoxy(int x, int y) to move the cursor to a specific position on the screen.
    Does anyone know how something similar could be accomlished in c# for a console...
  4. Thread: class template

    by alfa
    Replies
    2
    Views
    850

    Thanks

    No it wasnīt it totally slipped my mind.
    Thanks a lot.
  5. Thread: class template

    by alfa
    Replies
    2
    Views
    850

    class template

    Hi
    I have made a template which is suppose to to be a generic container for other data types suchs as int, floats and soo. it works fine with int, floats. But it doesnīt work with my own class type...
Results 1 to 5 of 5