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 » Core split
Core split [message #10900] Fri, 03 August 2007 17:32 Go to previous message
arturbac is currently offline  arturbac
Messages: 91
Registered: May 2007
Location: Reda, Poland
Member

It would be nice to have all tempalte container classes separated in different headers.

Concrete implementation of Core makes a bit difficult using NTL with other toolkits.
And it is completly not required to use all things from Core if I just want to use NTL Vector and Array.
For now that is imposible becouse Vcont.h even dont have #pragma once.
Core would be much better with STL,Bost, Agg idea of separating algorithms into separate and independant code.

This is just Idea after Gdiplus , Core type colissions ...
I connt use

use namespace Gdiplus;
use namespace Upp;

I have to type by hand all things from one of library ie.

using namespace Upp;
using Gdiplus::Pen;
typedef Gdiplus::Color Color_;
very long list follows.....

It is just Idea .. (not complaining)
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Explanations of some functions
Next Topic: util.cpp xp64
Goto Forum:
  


Current Time: Sat Jun 08 21:09:57 CEST 2024

Total time taken to generate the page: 0.01976 seconds