So I'm new to Qt and to C++ in general but I'm trying to figure out what's going on in the following code.
I've a header file and source file charinfowindow. In the source file I have:
using namespace std
and in the header file I have
namespace Ui {
class CharInfoWindow;
}
I've tried to find out what these pieces of code are doing online but I'm just finding resources saying how to do it.
If somebody could tell me firstly what these pieces of code are doing and secondly why they're doing it. It would be greatly appreciated.
Thanks