Forum: C++ Sep 10th, 2008 |
| Replies: 24 Views: 62,046 BTW there is another way to handle this whole thing: compile all your code (even your C-style code) using a C++ compiler. That pretty much eliminates the need to mix C and C++, plus it will cause you... |