User profile: seeplus

User info
User name:seeplus
History
Joined:
Number of posts:6631
Latest posts:

Increasing Size of Vector
As odatal and odatak are allocated on the stack you could be running out of stack memory. Try moving...

Increasing Size of Vector
No. 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 listbox
The 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 control
Binary Coded Decimal (BCD) is not decimal. It's stored in it's own format. What you need is a routin...