News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

maybe I can do sth

Started by shinianmojian, October 29, 2012, 03:10:12 AM

Previous topic - Next topic

shinianmojian

code::blocks team:
hello .
I'm from China and I'm interested in code::blocks.I want to do sth for it.
But the first ,I want to know if you are working for it still .
If you do ,reply sth to my mail please.

shinianmojian2012@gmail.com

shinianmojian

another.
our website for c++ program and wxwidgets。
http://www.wxcn.org

ollydbg

Quote from: shinianmojian on October 29, 2012, 03:10:12 AM
I'm from China and I'm interested in code::blocks.I want to do sth for it.
I send an email to you.

There are many things you can do to contribute to C::B.

BTW: your site: http://www.wxcn.org/ is quite good!
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.