Forum: C++ Mar 11th, 2009 |
| Replies: 0 Views: 314 Ok, I think my problem has to do with my rotation functions. It is not performing them correctly though I don't see where they are messing up. On a more complicated tree when it performs a rotation... |
Forum: C++ Mar 31st, 2005 |
| Replies: 3 Views: 20,999 Wow... Ok... Could You Give Me An Example... I have No Idea Where To Begin... Thanks
Vince, |
Forum: C++ Mar 31st, 2005 |
| Replies: 3 Views: 20,999 How would one change the size of the font and/or the font itself. Im using win32 (I guess.. its not MFC).... Does anyone know how to do this in c++.... Thanks...
Vince |
Forum: C++ Mar 29th, 2005 |
| Replies: 1 Views: 4,829 How would one break out of a function with either pressing the space bar, enter, or 0 key? My goal is to create a timer in c++ that keeps the timer ticking, but when one presses either anykey, or one... |
Forum: C++ Mar 27th, 2005 |
| Replies: 2 Views: 3,077 Prehaps you can give me an example as to I am still confused. How do I give the user the ability to press a button while a operation (the timer counting) is going? If you or anyone else can kinda... |
Forum: C++ Mar 27th, 2005 |
| Replies: 2 Views: 3,077 Hey Guys, im trying to create a timer in c++ that starts at one, and every second the program displays the next number starting from -15, i have the start, but what i want is a breaker button... Such... |