User profile: seeplus

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

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...

Converting Hex into dec using numeric up down control
0x63 is 99 dec. So why do you need to write the same number to a file twice? Why not write as a deci...

C programming. "Using #include inside array initialization"
Do what Ganado suggested above and obtain the source after the pre-processing to see exactly what is...