| Recent Answers from Bill A |
 |
2008-12-01 C++: CheckSeat returns -1 when there are no seats. I'm OK with this decision. When it returns -1, you know the section (option). Use CheckSeat again with the other option - if this call returns -1, you...
|
2008-11-29 plz help: Hi Bita, It would help others if your subject contained a hint of what you wanted help with. It's rand() - maybe you mistyped. rand() % N gives you a number from 0 to N. For general purposes:...
|
2008-11-17 hi: Hi Sara, You don't say the platform. Assuming under Windows, use the Win32 function QueryPerformanceCounter and QueryPerformanceFrequency which get the highest precision timers there are in Windows...
|
2008-11-12 C++ undefined reference error: Hi Taylor, I don't see output.hpp so I can't check what problem5.cpp is using, but the function output in output.cpp takes 14 double arguments, while the function call to output in program5.cpp has...
|
2008-11-11 MSWORKS PORTABLE: Michael, I'm not quite sure what you mean by portable. If you mean accessing files on a flash drive, I would expect that to work by using the flash drive's letter (i.e. D:) with the file names....
|
| More Answers for "C++" |