[ad_1]
You could pass the model name as a non-const C string:
char tmp[] = "res/models/nanosuit.obj";
Model ourModel(tmp);
[ad_2]
solved why this error become (C2664 error c++ Visual Studio)
[ad_1]
You could pass the model name as a non-const C string:
char tmp[] = "res/models/nanosuit.obj";
Model ourModel(tmp);
[ad_2]
solved why this error become (C2664 error c++ Visual Studio)