Looking for some programming tasks to do

2010-09-24 Thread elekktretterr
I've been learning C++ for about a year now(own about 5 books on it), and
I also started doing a couple of projects in the language at work, but I
feel I need to use/understand plain C a bit more. Is there any projects on
DragonFly that are easy enough that I can pickup? Few hundred lines of
code?

Petr



Re: Looking for some programming tasks to do

2010-09-24 Thread Samuel J. Greear
On Fri, Sep 24, 2010 at 5:55 AM,  elekktrett...@exemail.com.au wrote:
 I've been learning C++ for about a year now(own about 5 books on it), and
 I also started doing a couple of projects in the language at work, but I
 feel I need to use/understand plain C a bit more. Is there any projects on
 DragonFly that are easy enough that I can pickup? Few hundred lines of
 code?

 Petr


I have been doing my best to maintain the projects pages with tasks
for all skill levels, you will definitely find something on one of
them.

http://www.dragonflybsd.org/docs/developer/ProjectsPage/
http://www.dragonflybsd.org/docs/developer/researchprojectspage/
http://www.dragonflybsd.org/docs/developer/Code_Bounties/
http://www.dragonflybsd.org/docs/developer/gsocprojectspage/

Sam


Re: Looking for some programming tasks to do

2010-09-24 Thread Alex Hornung
On 24/09/10 13:56, elekktrett...@exemail.com.au wrote:
 Please don't use C++ arbitrarily. C will do fine for all those projects
 as far as I can tell and is the preferred way.

 
 Even for userland?
 Petr
   
I am talking about userland; yes. Unless you have a compelling reason to
do something in C++, please refrain from doing so.

Regards,
Alex