Hi Everyone, I am new to C++, so fare I did more than 1000 lines in Clion (resolution of algorithm, use of matrix, inverse matrix and etc..). I was very satisfied with the results.
I decided to move to Visual studio, and start coping the files but I am having a lot of problems, it seems linked to the compiler...
One of the problem is as follow:
I need to define a class as an array that the size will change with an input variable. VS compiler did not accept the size of class array as variable (should be defined as const) - SO I changed the structure and included the class definition in same input class file: