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 » U++ Library support » U++ Core » Conversion hex to int
Re: Conversion hex to int [message #5715 is a reply to message #5708] Wed, 11 October 2006 06:48 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14255
Registered: November 2005
Ultimate Member
There is low-level C-like

int           ScanInt(const char *ptr, const char **endptr = NULL, int radix = 10);
int           ScanInt(const wchar *ptr, const wchar **endptr = NULL, int radix = 10);


used with radix = 16....
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Value with unsigned support
Next Topic: strcmp() works with String?
Goto Forum:
  


Current Time: Sun Apr 27 04:04:12 CEST 2025

Total time taken to generate the page: 0.00898 seconds