Hey can i encourage you to use c++ in porting your software?

C is backwards compatible with c++.

It supports thing like get set variables, classes, inheritance, the boost library, the standard c++ library, things like lists, virtual functions, interfaces, namespaces and is more in tune towards a programmer who can design their code.

The problem is with cpp is its complex, memory dependant, and buggy

But if you want to turn a console irc client from the 90s written in c into a c++ program to fork and experiment, your call!!

Enjoy

Unisys
 
Back
Top