Troubleshooting - cannot cout a string in C++

preview_player
Показать описание
You can't compile when cout a string. The root cause is that you include "string.h" instead of "string"
Рекомендации по теме