Forum: C++ Nov 5th, 2008 |
| Replies: 2 Views: 1,129 First: you should add WS_CLIPCHILDREN and WS_CLIPSIBLINGS as window styles for main frame.
Second: to set notepad windows as child its not efficient to only set parent. You should also change... |
Forum: C++ Nov 3rd, 2008 |
| Replies: 9 Views: 1,566 By default all optimizations are enabled in the release configuration in visual studio standard edition and above. Remember that, all optimizations are off in default Debug configuration.
You can... |
Forum: C++ Nov 2nd, 2008 |
| Replies: 9 Views: 1,566 Here is my results for exactly your code in my Dell Inspiron 6400 laptop with Intel T2500 CPU and 2gb of Ram.
Results for VC++ 9.0
Fibonacci Sequence Test -> C++... |