November 22nd, 2012 09:20 AM
Hi there,
I have to write tic-tac-toe game in Visual 2010. My only problem is that I don't know how I can move the cursor with arrows in the console in order to fill in chosen positions in 3x3...
August 7th, 2010 09:29 AM
Now, I know why :)
According to the wxWidgets Wiki:
Yes, I heard something about that... Do you know why are they ignored ?
August 6th, 2010 03:13 PM
It was my mental shortcut :p I know that a source file can't be precompiled.
And about that:
In wxDev-C++ I can't create a .pch from a .cpp file...
August 6th, 2010 11:40 AM
Then why can a precompiled .cpp file contain those things ?
August 5th, 2010 05:18 PM
Why is that ?
A precompiled header is - as the name says - precompiled (we have to compile it only once), so no matter in how many .cpp or .h files we'll include it - a compiler won't compile...
August 4th, 2010 08:24 AM
Not exactly...
Like I said before, the MinGW compiler is able to build this kind of header. The full project rebuilding isn't necessary...
August 3rd, 2010 03:49 PM
Hi there!
I've a quick question about precompiled headers. Why don't set every header file as precompiled in order to reduce compilation time ?
Has a precompiled header any disadvantages...
August 19th, 2009 03:30 AM
Hi there,
I've got two exactly the same class templates in two different files but linker (from MS Visual 2008 Express and DevC++ 4.9.9.2) doesn't show any errors. The question is: why ? It just...