I'm just getting into C++, and I have very little knowledge about it. I'm just learning basics, and std::getline seems not to work. Here's my code:
std::string name;
std::getline(std::cin, name);
std::cout<<"Hi, "<<name<<'!';
When I run that code (I have included...
So, I was wondering, is there any program that could combine two keyboard over internet. By combining, i mean that me and my friends could basically play local multiplayer online. My pc would register both keyboards strikes. Is that even possible?