"expected unqualified-id before '{' token " what am i doing wrong

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dragon1247
    New Member
    • Sep 2013
    • 1

    "expected unqualified-id before '{' token " what am i doing wrong

    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
    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">
    }
    here's the error messages
    expected unqualified-id before '{' token
    expected `,' or `;' before '{' token
    Last edited by Rabbit; Sep 19 '13, 07:03 PM. Reason: Please use code tags when posting code or formatted data.
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    This code is not C++. It's something else.

    Comment

    Working...