Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Characters displaying numbers
Re: Characters displaying numbers [message #27928 is a reply to message #27926] Wed, 11 August 2010 06:26 Go to previous messageGo to previous message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

Hello, Sender Ghost!

Please avoid using ValueTo<> function.
For integer values it opens a hell of problems with int/int64 compatibility.
Please consider using
i = (int) v;
instead.
This is important thing, because with ValueTo<> you may have everything compiled well but meet a tons of run-time exceptions instead.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Debugger’s Explorer tab & display of arrays/vectors
Next Topic: Demo time trial
Goto Forum:
  


Current Time: Thu May 09 09:50:40 CEST 2024

Total time taken to generate the page: 0.02608 seconds