Forum: C++ Apr 22nd, 2009 |
| Replies: 7 Views: 673 Thanks Guys, this is a major help.... I sure I will be back with more questions.
In C# the conversion was string xyz = Total.ToString("X4");
or if I still want an array then:
int Total = 123;... |
Forum: C++ Apr 22nd, 2009 |
| Replies: 7 Views: 673 Thanks for the quick response & the link.
So in my example, I would expect the 123 long to be formated as follows:
checkSum = 01230
or checkSum = 007B0
See my delima ? checkSum is a... |
Forum: C++ Apr 22nd, 2009 |
| Replies: 7 Views: 673 Hello,
I typically hang out in the C# forum, however I hope someone here can help.
I am converting a C++ program to C#, and I need to know how to handle a couple things: IOW I know almost nothing... |