Increasing Size of VectorAs odatal and odatak are allocated on the stack you could be running out of stack memory. Try moving...
Increasing Size of VectorNo. I don't see where c is defined. But if the code compiles it must be defined somewhere at a globa...
He’s dead, jim.It's happening to the majority of the c/C++ sites I know. None now have any where near the activity ...
Sorting a listboxThe output is in the expected order. You add strings to a listbox and LBS_SORT (or LBS_STANDARD) sty...
Converting Hex into dec using numeric up down controlBinary Coded Decimal (BCD) is not decimal. It's stored in it's own format. What you need is a routin...