U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » CParser: proposal of new functions
Re: CParser: proposal of new functions [message #36260 is a reply to message #36252] Thu, 17 May 2012 10:04 Go to previous messageGo to previous message
cbpporter is currently offline  cbpporter
Messages: 1428
Registered: September 2007
Ultimate Contributor
I'm curious what on earth were you trying to achieve with this Smile :

bool CParser::Id2(const char *s1, const char *s2) 
{
	CParser p = *this;
	
	if (!p.Id(s1)) return false;
	if (!p.Id(s2)) return false;
	
	*this = p;
	
	return true;
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: File locking and Serialization
Next Topic: ...nize class
Goto Forum:
  


Current Time: Thu Aug 27 13:21:10 GMT+2 2026

Total time taken to generate the page: 0.01458 seconds