(temp is one dimensinonal data array that I have to use for my programming algorithm)
For Example;When I want to print data that is located in the first row and first column.
Visual C++ recognise getvalue and setvalue function ,but couldn't print anything and gave a lot of error interested with matrix1 template
I tried this template and function on CLR Application and it worked.How could I do this On Windows Form Application?And Where should I locate template class on Windows Form Application?
there shuld be no difrence for C++ templates in those project templates, since the last is just a project template of CLR Application (CLR empty project), however you must mind where you write your code, make sure your includes are in the right spot - did you include everyting? If that is not the case than elaborate on the subject.
Where shuld you locate templates? Same as any other C++, they must be declared before you create them but can be coded after.