Search:

Type: Posts; User: GianluTB

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,665

    Thank you very much! :) Now it works!

    Thank you very much! :)

    Now it works!
  2. Replies
    5
    Views
    1,665

    Yes, the function exists.. This is the code: ...

    Yes, the function exists..
    This is the code:

    #include <iostream>

    using namespace std;

    template <class type> type mcm(type*,type);
    template <class type> type MinInArr(type*,type);
    //...
  3. Replies
    5
    Views
    1,665

    No matching function? [C++ Error]

    hello all,

    could someone tell me why this code does not work?

    The link: Pastebin

    The error is:
    17|error: no matching function for call to 'AddizionaFrazioni(int (*)[2][2], int)'|

    Thanks!
Results 1 to 3 of 3