#Question for Display text on C++

3 messages · Page 1 of 1 (latest)

lapis zealot
#

So I’ve been reading through C++ for a week now and actively started learning it 3 days ago, are display messages simply „cout << „some text“; ? or if someone’s name is implemented „cout << name „, some text“;

smoky condor
hollow rune
#

don't forget to #include <iostream>