Please I need your help.
1.How to connect character object with "@" from the map and enemy object with "%"?
2.How to make different enemyes with diferent parameters like file or list or…and to connect with simbol “%”?
class Map.h
#pragma once
#include <windows.h>
#include <stdlib.h>
#include "Character.h"
//#include "Player.h"
class theMap
{
private:
bool game_running = true;
Character* ch;
int x=1;
int y=1;
char map[32][84] = {
"################################################################################",
"#@ ____ #",
"# { }* { } { } ___ <____> #",
"# { }//{ }//{ }// { } ++++++++++ <___> #",
"# *//{ }//{ }//*{ }//{ } % / / |+++++++++++ | | +++#",
"# { }- F O R E S T / / / / |++++++++ ++++++++| #",
"# // *{ } *{ } * { }* { }// / D O C K |++++++++++| #",
"# { }//{ }// { }//{ }// % / / #",
"# // * // * *// * // %___/___________~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#",
"# { } { } { } % |M T| #",
"# // // // % | A E |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#",
"# % R K | % #",
"# % % |_____________| % % #",
"# % /// ////// //// % #",
"# % |-| |----| |--| % #",
"# % | | | | | | % #",
"# ^^ ^^ ^^ ^^ % | | | | | | % #",
"# /=/ /=/ /=/ /=/ % % ^^^^^^^^^^^^^^^^^^^^ #",
"# V I L A …