doubts

R

ran

i m new to programming and i m in the beginning stage of learning. can
you tell me exactly what is meant by the term software developing. what
are steps involved in software development? i know only the very basics
of c.can you suggest exercises in c which could help me to improve my
programming skills . can you also suggest me a few books for c which
would help me to diversify my knowledge in c.please answer my
questions.thank you.
 
S

santosh

ran said:
i m new to programming and i m in the beginning stage of learning. can
you tell me exactly what is meant by the term software developing. what
are steps involved in software development?

I suggest acquiring skill in a programming language before worrying
about larger concepts like software development.

If you have to know, I'm sure Google will turn up plenty of resources,
though beware that much content on the Internet may not be peer
reviewed or completely correct. If you can, try to aquire a good book
or two, (maybe through Amazon or Barnes & Noble); they are generally
more accurate than random webpages. For suggestions of good books see
the following link, (originally posted by Jack Klein):

i know only the very basics
of c.can you suggest exercises in c which could help me to improve my
programming skills.

Practise. There's really no other way, unless you happen to be
super-intelligent.
can you also suggest me a few books for c which
would help me to diversify my knowledge in c.

Try to aquire a copy of 'The C Programming Langauge' 2nd Edition by
Kernighan & Ritchie. It's one of the most respected and useful book
you'll ever be able to get your hands on for learning C. Start on the
exercises given and post your problems to this group.
please answer my
questions.thank you.

As an aside, please use proper punctuation in your posts. You'll find
that a well written post recieves better responses.
 
R

Richard Heathfield

ran said:
i m new to programming and i m in the beginning stage of learning. can
you tell me exactly what is meant by the term software developing. what
are steps involved in software development? i know only the very basics
of c.can you suggest exercises in c which could help me to improve my
programming skills .

All the exercises in K&R. You won't actually get them all done, but you'll
have great fun on the way.
can you also suggest me a few books for c which
would help me to diversify my knowledge in c.please answer my
questions.thank you.

http://www.cpax.org.uk/prg/portable/c/resources.php has a list of excellent
C books and Web resources.
 
M

Malcolm

ran said:
i m new to programming and i m in the beginning stage of learning. can
you tell me exactly what is meant by the term software developing. what
are steps involved in software development? i know only the very basics
of c.can you suggest exercises in c which could help me to improve my
programming skills . can you also suggest me a few books for c which
would help me to diversify my knowledge in c.please answer my
questions.thank you.
Programming becomes "software development" where there are more than one or
two people involved, and when we care about how well the program works,
whether it is correct, and so on.

Fluency in at least one language, like C, is a prerequisite to be a software
developer. However there are other accomplishments which are just as
important, such as the ability to communicate your ideas clearly and
effectively.
This requires good punctuation, including appropriate use of capitalisation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,181
Messages
2,570,970
Members
47,537
Latest member
BellCorone

Latest Threads

Top