i have a game code i got online and am trying to execute in C++ but i keep getting the unqualified id error and can't figure out what it means here's my code
here's the error messages
expected unqualified-id before '{' token
expected `,' or `;' before '{' token
Code:
{
<div id="game"><embed type="application/x-shockwave-flash" src="http://games.warriorgame.net/orcassault.swf" style="undefined" id="flash_games" name="flash_games" bgcolor="#000000" quality="medium" allowscriptaccess="sameDomain" wmode="transparent" height="600" width="800">
}
expected unqualified-id before '{' token
expected `,' or `;' before '{' token
Comment