On becoming an expert C programmer
Tell me what I should do in order to keep strong feelings towards
C (programming language)
C (pronounced – like the letter c) is a general-purpose programming language. It was created in the 1970s by Dennis Ritchie and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs. It has found lasting use in operating systems code (especially in kernels), device drivers, and protocol stacks, but its use in application software has been decreasing. C is commonly used on computer architectures that range from the largest supercomputers to the smallest microcontrollers and embedded systems.
.
Permit me to babble out a few random thoughts ...
Write programs for other people.
Where possible, openly publish your code, perhaps on your web site. The
Freshmeat
Freecode, formerly Freshmeat, was a website owned by BIZX, Inc., hosting mainly open-source software for programmers and developers. Among other things, the site also hosted user reviews and discussions. While a majority of the software covered is open source for Unix-like systems, Freecode also covered releases of closed-source, commercial and cross-platform software on Mac OS X and handhelds. Freecode was notable for its age, having started in 1997 as the first web-based aggregator of software releases.
site is a good place to announce new code. (It is a
strange web site name, but they are legit and THE place to announce new code).
Support the code that you publish. Start small and work your way up ... Some of
my more popular code is actually small code fragments that are used by others
over and over again. Don't be discouraged if nobody (or if only a few people)
uses some of your early programs. What is important is to practice writing
quality, well commented code ... to maintain and fix that code.
I found this really useful and inspirational once again. http://www.isthe.com/chongo/tech/comp/c/expert.html
Thanks Chongo!
Keep posting ur codes
Kannappan
Out of Context : Meaning(chongo) := jest
Kannappan
Was glancing through a Espanic dictionary hard.copy where this meaning was found.However on the internet the closest i could get to this meaning was the fourth meaning below on http://yahooligans.yahoo.com/search/ligans_se?lb=e&p=num%3As6749chon·go m. 1. GUATEMALA: - curl, lock (of hair) 2. MEXICO: (moño) - bun, chignon 3. (dulce) - sweet, dessert 4. colloquial (broma) - joke 5. PERU: (querido) - darling
Kannappan
In Espanol
Kannappan
interesting :) where did u get the meaning? Google,Dictionary.com,m-w does not seem to know.
phoe6