Include variables and text like this:


#include <iostream>

	std::cout << remote_client_address << " bytes received: " << bytes_received << std::endl;

or


#include <iostream>
using namespace std;

	cout << remote_client_address << " bytes received: " << bytes_received << endl;