i wrote the code of tic tac but it has an error:
fatal error C1004: unexpected end-of-file found
please help me

Recommended Answers

All 5 Replies

have you but a closing bracket at the end of your program ?

Can you please post the code that is generating this error?

i wrote the code of tic tac but it has an error:
fatal error C1004: unexpected end-of-file found
please help me

If you want help fixing your code, you have to share your code. Your post gives us absolutely nothing to work with.

Some compilers don't like it when the source file does not end with at least one empty line. See MSDN.

>> Some compilers don't like it when the source file does not end with at least one empty line. See MSDN.

yes just hit the enter at the last line and try again.

If it doesn't work ,then you can clean all , restart the computer and try again building again.These things are normal when working with something called compilers.
You welcome.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.