Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / C++

A String & Number Compatible ID Class in Native C++

0.00/5 (No votes)
24 Jan 2011CPOL 4K  
Especially useful in some situations. Sometime may be confused inside, is it?(id4) assigned double's result is diff.If you add this:id1 = id4;The answer is...better to prepare one more conversion.have a Try~
Especially useful in some situations. Sometime may be confused inside, is it?

(id4) assigned double's result is diff.

If you add this:

id1 = id4;

The answer is...
better to prepare one more conversion.

have a Try~

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)