Search:

Type: Posts; User: EVOEx

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    3,854

    Thanks for your replies! Actually, I've found...

    Thanks for your replies!

    Actually, I've found a big issue with my method: the fact that it doesn't seem to be able to derive the type of the constructor's arguments. For example, for a matrix, if...
  2. Replies
    3
    Views
    3,854

    C++11 Vector class initialization

    Hi everybody,

    I'm working on a vector class - the mathematical kind - for C++11. I'm trying to find a decent way for initialization, such as:


    Vector<3> v{ 0, 1, 2 };


    My first idea was to...
Results 1 to 2 of 2