User profile: Cazicss

User info
User name:Cazicss
Statistical data
Skills:C
C++
History
Joined:
Number of posts:20
Latest posts:

Always output negative numbers or zero
firedraco: [quote]Just like in algebra, F-X is F minus X, not F times negative X.[/quote] Whil...

input without pressing enter
[code]int main() { char key = ' '; cout << "Enter a key" << endl; key = _getch();...

DirectX Camera
>>the whole program, is it? No that is a snippet. It is just the function that sets up the camera.

ofstream ineterfering with the rest of code
>>changes the behavior What changes when the line is undocumented? >>O3 What is the O3 option?

Always output negative numbers or zero
The answer is in where a variable exists and where it doesn't. When you created [code]double F;[/co...