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 » Explanations of some functions
Re: Explanations of some functions [message #10734 is a reply to message #10730] Wed, 25 July 2007 23:55 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
captainc wrote on Wed, 25 July 2007 20:21


String NormalizePath(const char *path)
String NormalizeSpaces(const char* s)
String Normalize Spaces(const char* begin, const char* end)


It might be not a perfect explanation, but Normalize (in U++ vocabulary Smile ) in most cases means Clean or Trim or remove what's not needed. e.g. \home\\\\\\\test.txt => \home\test.text

or e.g remove "excessive_______spaces" =>"excessive_spaces"

captainc wrote on Wed, 25 July 2007 20:21


String AsCString(const char*s, ...)



I guess that one has C language standard '\0' added at the end and can be used accordingly. Smile

[Updated on: Wed, 25 July 2007 23:59]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Compatibility change
Next Topic: Core split
Goto Forum:
  


Current Time: Fri Jul 18 03:42:33 CEST 2025

Total time taken to generate the page: 0.04151 seconds