Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'm keep getting syntax errors with this code for a game
C++
(Boolean True = True // True = X (turn)False = Y (turn))
        Int(turn_count() = 0) 

new to coding

need help

What I have tried:

Adding and taking away many brackets, spaces etc
Posted
Updated 19-Mar-16 10:58am
v2
Comments
F-ES Sitecore 19-Mar-16 14:25pm    
What is the language?

1 solution

I'm assuming that code is supposed to be VB.NET, only because of the error number. That number isn't even a valid Basic Compiler error, but since it starts with BC, I'm assuming this is supposed to be VB.NET code.

You're code doesn't make any sense at all. There isn't even enough there that DOES make any sense to even guess at what you're code is supposed to be doing. Literally, EVERYTHING is wrong with it in every possible context!

It almost looks like you tried to treat C# code as if it was VB.NET.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900