+ 1
Is there a way to insert a line in C++ ??
Hello Friends! Is there a way to display a line in console in C++ instead of using UNDERSCORE -_-?? Any function or such.. Thanks to Everyone who answers.
3 Respuestas
+ 1
What do you mean? You can display a line like follows right?
.....
std::cout<<"Whatever line you want to print to the console";
.....