Eduardo Ramos
unread,Jan 31, 2011, 7:20:21 AM1/31/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nemesi...@googlegroups.com
Los metodos:
static const char* codeInteger (char* result, const int n) throw ();
static const char* codeShort (char* result, const short int n) throw ();
static const char* codeInteger64 (char* result, const Integer64 n) throw ();
static const char* codeFloat (char* result, const float n) throw (); ...
...
Asi como los 'decodeXXX', deberían estar en nemesis::functions, mejor que en nemesis::comm::functions, ya que su uso es interesante en temas que no tienen que ver con comunicaciones y me estoy viendo obligado a linkar contra libNemesis.comm.b además de la libNemesis.core.b que en principio es la única que debería necesitar.
Además, necesitaría métodos para los tipos Unsigned (32 y 64 bits).
Un saludo