User profile: cire

User info
User name:cire
History
Joined:
Number of posts:3320
Latest posts:

why my code error from test=++exf++;
While it's not something you would hope to see anywhere, this is not undefined behavior.

Prime numbers chart
Serious problem with your [tt]isPrime[/tt] function. It must return a value. Ensure that it does. ...

Comparing words with contents of a text file
It doesn't seem likely they're both of type char. Perhaps they are of type [i]array of char[/i] (or...

Overloaded assignment operator for class template objects
[quote]I wouldn't use copy, I'd use move instead[/quote] Logically that wouldn't make sense. This ...

Game Engines
[quote]Why not? I thought it was quite reasonable. [/quote] It's reasonable until you make a change...