Changes

Jump to navigation Jump to search
431 bytes added ,  19:41, 27 July 2008
Line 31: Line 31:     
About your request to rewrite it in C, I have only one question, why? Why do you feel that we should throw away the existing code just to redo it in c? The cleaned up design would not change, it would just be slightly syntasticaly different. Again, I am happy to be the bridge from C to C++ for you. I mean, you wouldn't be the first person I help with programing.--[[User:Henke37|henke37]] 11:32, 27 July 2008 (CEST)
 
About your request to rewrite it in C, I have only one question, why? Why do you feel that we should throw away the existing code just to redo it in c? The cleaned up design would not change, it would just be slightly syntasticaly different. Again, I am happy to be the bridge from C to C++ for you. I mean, you wouldn't be the first person I help with programing.--[[User:Henke37|henke37]] 11:32, 27 July 2008 (CEST)
 +
 +
I like your new idea, it is very nice, but it still needs a little improvement. I will rewrite code, upon request from you. That is, if you find some code you don't get, you tell me and I will try to rewrite that code as C. Here is generic methods as a starter:
 +
 +
c++:
 +
Classname object;
 +
object.method(parms);
 +
 +
c:
 +
struct Classname object;
 +
Classsname_method(&object,parms);
 +
 +
--[[User:Henke37|henke37]] 19:41, 27 July 2008 (CEST)
351

edits

Navigation menu