Click here to Skip to main content
15,890,123 members
Articles / Programming Languages / C++
Alternative
Tip/Trick

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

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
24 Jan 2011CPOL 4K   1  
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)


Written By
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --