
- Forum
- Programming Talk
- C and C++
- Learning C
Learning C
This is a discussion on Learning C within the C and C++ forums, part of the Programming Talk category; how to become a person of good programming knowledge...
-
08-01-2008, 07:59 AM #1
- Join Date
- Aug 2008
- Answers
- 2
Learning C
how to become a person of good programming knowledge
-
For any programming language logical reasoning or approach is vital. So you need to develop your skills in that. After this step mastering the syntax, rules and usage of programming knowledge must be done. Then practice the same by experimenting with sample codes on your known. Then after through mastering of the language you can develop a small pilot project or application in full which would give a complete understanding and deeper view of the programming language. Let me know if you need more inputs.
-
11-21-2009, 08:34 AM #3
hi
i want to becomme a good c programmer > but how
reply me
-
11-21-2009, 10:54 AM #4
- Join Date
- Jan 2007
- Answers
- 1
A good programmer means you should have good analytical and logical thinking and a good approach to wards problem solving. Learning a language means knowing a syntax of that language which is not so difficult but the most important thing is under standing the problem and designing the algorithm and control flow.
-
to be a good programmer...jz refer to different books and try ur own ways of programs....
-
03-09-2010, 04:47 AM #6
- Join Date
- Mar 2010
- Answers
- 4
practise makes man perfect in anything not only programming....
-
04-16-2010, 03:38 AM #7
- Join Date
- Apr 2010
- Answers
- 5
C (pronounced /siː/ see) is a general-purpose computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Although C was designed for implementing system software, it is also widely used for developing portable application software.
-
/hi does someone knows what does this mean?
*ptr << 1
-
good programmer can be possible by referring lot of books and tutorials, to do create with your own codings.
-
07-02-2010, 04:25 AM #10
- Join Date
- Jul 2010
- Answers
- 7
Practice Logical question as much you can
to master a language understand the language tools and
practice as many question as you can and later on develop
a project in the language
if you are practicing loops you must practice at least 30 questions by your
own without any help
find the logical solutions of them
-
Sponsored Ads

Reply With Quote






