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++ Library : Other (not classified elsewhere) » problem with fprintf
Re: problem with fprintf [message #29218 is a reply to message #29217] Mon, 11 October 2010 14:26 Go to previous messageGo to previous message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
The problem is that when trying to pass your string as an argument ta a variable argument function the compiler has no means of knowing that you are trying to pass a C string. In such cases you must explicitly specify that you want to convert from String to C string. Try ~mes1, mes1.Begin() or casting to (char*).
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Error in HomeBudget Example?
Next Topic: HttpClient Execute vs ExecuteRedirect
Goto Forum:
  


Current Time: Sat Apr 20 10:09:04 CEST 2024

Total time taken to generate the page: 0.07521 seconds