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 » C++ libraries
Re: C++ libraries [message #20650 is a reply to message #20647] Sun, 29 March 2009 22:18 Go to previous message
andrei_natanael is currently offline  andrei_natanael
Messages: 262
Registered: January 2009
Experienced Member
Nothing stop you to use them. You have to include the proper headers and start using STD classes. They are in std namespace. Using them is as simple as:
#include <vector>

typedef std::vector<int> intVector; // use vector class
intVector int_vec(10); // ...
// ...


Usually is not recommended to mix U++ types with C++ STD types but you are allowed to Smile

If you need more informations please be more specific.
 
Read Message icon1.gif
Read Message
Previous Topic: UTF8 and accented characters
Next Topic: Problem with Core/Mt.h Mutex and RWMutex
Goto Forum:
  


Current Time: Fri Aug 15 14:31:13 CEST 2025

Total time taken to generate the page: 0.10231 seconds