Why I cannot cout a string?

You need to include

#include <string>
#include <iostream>

Leave a Comment