tomerfiliba / agnos

Agnos - The Agnostic RPC Framework
http://agnos.sourceforge.net
Other
14 stars 7 forks source link

c target #13

Open tomerfiliba opened 13 years ago

tomerfiliba commented 13 years ago

not sure if feasible

fruch commented 12 years ago

why not ? cause there's no exceptions and no classes ?

tomerfiliba commented 12 years ago

mostly memory management - i'm using Boost::SharedPtr a lot, which makes life easier. plus, there are no data structures like std::map or std::vector, which, again, make life easier. you'd need something like boost for C... otherwise it's infeasible.