Hi Te,

I cannot emphasize more on starting with basics.

My set of trial programs that I gave my brother to get him to
understand programming in the order of difficulty are.
Swap two numbers
print fibonaci series
check if a string is palindrome
reverse a string
reverse the words in a sentence typed as command line arguments
reverse the words in a sentence passed as an array of words, populate
in the return array parameter.
ensure there are no memory leaks in the previous program
find an element in a link list
reversal of link-list using minimum  number of pointers.
Sorting a linked list with various sorting algorithm.
write program to generate grey-code

I would suggest, you please find similar programs for yourself based
on your target language.

With about 9 years of software development experience under my belt,
still if I want to move from design phase to coding phase, I start
with coding some tool -- like fliesplitter or string counter for a
file or a similar tool to get myself into the coding mode.
It wastes a day or two but saves time in fixing bugs in the actual
application, because once the tempo is there, you tend to do less
mistakes. ( But may be, I have a bad habit there)

Have a lot of fun.

Best regards,
Nitin Sharma

From: Sylvain Bougerel <[email protected]>
To: Te SP <[email protected]>
Date: Tue, 5 Jan 2010 14:06:50 +0800
Subject: Re: [Slugnet] Re: Slugnet Digest, Vol 61, Issue 2
Without much details about your project it is very difficult to help
you indeed. I don't think the mailing list is intended for development
purpose, but you will surely be able to find help from the usenet.
Also I've never visited it, there is a group comp.lang.perl (assuming
your cgi is written in perl), or comp.lang.c (assuming your cgi is
written in c, etc...)

If you're willing to share a bit of you project details, in private, I
may be able to give you a bit of help, here and there.

Like I said, for development, if you wanna write something proper, the
best is to start by the basics. You will have trouble to learn from
other ppl's code. Trust me.

_______________________________________________
LUGS Mailing list - [email protected]
List FAQ: http://wiki.lugs.org.sg/LugsMailingListFaq
Info page: http://www.lugs.org.sg/mailman/listinfo/slugnet
To unsubscribe send an empty email to: [email protected]

Reply via email to