Hi there everyone. I'm still pretty new to the way classes work and cross-file interaction in Visual C++, and I've been getting an error saying "ConGui::gotoxy: function does not take two arguments" even though I specifically have it set up to take two arguments. Here is the code for the three files that may be effecting this:
The function in your .cpp file does not redefine it. Whatever you write in the header files (function declarations) must be identical in the .cpp file.
I'm having another problem here. I'm getting an error "cannot convert const char * to char" after I've defined a variable, and then when I want to fill it. Here's the appropriate code: