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 » Using standard C++ in U++ application
Re: Using standard C++ in U++ application [message #44405 is a reply to message #44404] Fri, 06 March 2015 08:48 Go to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
eldiener wrote on Fri, 06 March 2015 07:09
mirek wrote on Fri, 06 March 2015 00:44
No problem at all.

Usually you can mix it too, while U++ containers have different element requirements (either more constrained in Vector or totally relaxed in Array), there is huge intersection where std:: algorithms work on U++ containers, std:: containers work with U++ concrete types and U++ algorithms work on std:: containers.


Thanks ! I will definitely take a look at U++ for cross-platform C++ programming.


PS.: The only thing prohibited is using std:: concretes in U++ Vector-flavor containers. E.g. Vector<std::string> is invalid, because std::string is not guaranteed to satisfy "moveability" constraint. This might cause some smaller issues, as you need to convert str::string to Upp::String before putting e.g. into U++ widgets.

OTOH, Upp::String has implicit conversion to/from std::string...
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: LocalProcess trivia bug in Write() function causing incorrect error strings
Next Topic: Which source repository to use
Goto Forum:
  


Current Time: Sat May 11 06:38:50 CEST 2024

Total time taken to generate the page: 0.01869 seconds