my actual code is this it is just a start menu for a game
#include <iostream>
#include <string>
#include "links.h"
#include <fstream>
using namespace std;
string start;
int main()
{
int st = 1;
string start;
loop:
if (st <= 2)
cout << "WELCOME TO YOUR STORY \n A GAME ALL ABOUT YOU" << endl;
cout << "" << endl;
cout << "press s to start or press h for help " << endl;