So, I've already learned in school how to program in C++, and I know a bit about OO programming and all, but I'm together with a couple of friend trying to complete a school project, and there's quite a bit I don't (and they don't either) understand, and the teacher's basically told us to to figure it out ourselves...
We have an MS SQL database, a C++ program/server running a few methods which might (or not, but that doesn't really matter here) access the database, and what we can't understand is how to use Websockets, together with the C++ server we have, to connect to another server...
Basically, how does the C++ server interact with the Websockets and how do we connect to another server through them... (I honestly don't know much about web programming yet, I don't know if that's what I need here...)
If anyone can explain or tell me where I can learn this, I'd really appreciate...