Paketname | giws-doc |
Beschreibung | Documentation and examples for the GIWS package |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.0.5-1 |
Sektion | universe/doc |
Priorität | optional |
Installierte Größe | 200 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | giws |
Paketgröße | 21012 Byte |
Prüfsumme MD5 | f53c61a86d81a9bce59c709f57cca4b8 |
Prüfsumme SHA1 | 4d44090e78f954e07721d03b90f02fedb5626a3d |
Prüfsumme SHA256 | 071e63ed4f7954217f31d96fccb7c8dd536710fc07c697a08298009c1ad29abe |
Link zum Herunterladen | giws-doc_1.0.5-1_all.deb |
Ausführliche Beschreibung | Giws is basically doing the same stuff as SWIG but the opposite.
Calling Java from C/C++ can be tricky: JNI calls are complicated
especially when dealing with non primivite types or arrays,
performance issues must be kept in mind all the time,
the code can be redundant (checking exceptions, checking returns
of operations...).
Giws hides this complexity through a C++ class which wraps the
Java class.
.
This package contains the examples and the documentation.
|