[code]
Put the code you need help with here.
#include "iostream"
#include "string"
#include "time.h"
#include <cstring>
#include<stdio.h>
#include<stdlib.h>
using namespace std;
int main()
{
system("colour 6");
printf(" ");
cout << endl;
string copy1 = "***************************************************************************************************";
cout << copy1 << endl;
cout << copy1 << endl << endl;
cout << "***** Be cautious: The path you choose is going to decide how your adventure contiues *****" << endl << endl;
cout << copy1 << endl;
cout << copy1 << endl;
If you are a Windows user there's a CPlusPlus article for creating a header you can include in your console programs to change foreground and background colors.
It is something to start with, easily accessible since it is an article here.
You do kinda have a vested interest going on, with your own library.
Just sayin'.
IMO changing console colors and moving around the console window is more than a bit of a step back. Going GUI, no matter what the OS, is the 21st Century.