I want to print out sentences using variables. I tested with a 'string' data type and stored individual sentences as an element then used a 'for' function to print them with a delay between each sentence. The result is an error, upon building it, saying at this line:
Full code:
Code:
#include <iostream> #include <string> #include <windows.h>
Leave a comment: