473,725 Members | 2,276 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What comes between learning the language and coding for real projects?

I've read an online C tutorial and a book but I don't really know enough to work
on any real projects. What comes in between in the process of learning C?
Can anyone direct me to some good websites about this?

Thanks,
John
Nov 13 '05 #1
9 1647
"John Ilves" <jo*******@adel phia.net> wrote in message
news:78******** *************** **@posting.goog le.com...
I've read an online C tutorial and a book but I don't really know enough to work on any real projects. What comes in between in the process of learning C?
A few years of painstaking gathering of experience.

I started working on real project straight out of the university, but
nowadays
I am cincerely happy that no one uses that code any more :-)
Can anyone direct me to some good websites about this?


No online tutorial can replace a good book. And by a good book I do NOT mean
"teach yourself X in Y days" type books. Read the comp.lang.c FAQ for
recdommendation s, it is posted here regularly. You can also find it on

http://www.eskimo.com/~scs/C-faq/top.html
Nov 13 '05 #2
John Ilves <jo*******@adel phia.net> wrote:
I've read an online C tutorial and a book but I don't really know enough
to work on any real projects. What comes in between in the process of
learning C?


Having a real project that you want to do.

Whenever I want to learn a new language, like PHP or JAVA, I will also
come up with something I would like to do with that language that I
would also find useful.

I try to keep these projects limited in scope, but, again, useful.

So, what kind of thing would you want to do with your C knowledge?

--
== Eric Gorr ========= http://www.ericgorr.net ========= ICQ:9293199 ===
"Therefore the considerations of the intelligent always include both
benefit and harm." - Sun Tzu
== Insults, like violence, are the last refuge of the incompetent... ===
Nov 13 '05 #3
On 29 Oct 2003 12:51:41 -0800, jo*******@adelp hia.net (John Ilves)
wrote::
I've read an online C tutorial and a book but I don't really know enough to work
on any real projects. What comes in between in the process of learning C?
I guess the next step is a course or book on software engineering
concepts. A course is better, of course, as application of the
concepts in a course project is a fairly major part of learning the
concepts. I doubt I would have gotten much out of my SE courses if
not for the projects. In my experience, my first software engineering
course was basically the first "large" project I had ever done (a
movie rental point of sale system). It also forces teamwork and (for
some people) leadership on you, as I think the focus at that level is
going to be on teamwork, rather than working alone (as it was early
on). Once you learn the skills, the larger projects don't look quite
as impossible anymore -- insanely difficult, maybe, but not
impossible.
Can anyone direct me to some good websites about this?


The Book "Code Complete" from the Microsoft press was our text book
(used in 2 different SE courses). It might be worth a look, as well
as various titles by Bochs on UML.

I don't know of any websites per se, but you can try looking at some
course websites for various Software engineering courses. It's not
the same, but it will give you some background. Some of them are
going to be locked out (students only), but there are bound to be a
few open sites with lecture notes you can look at. A quick google
search of "software engineering course" will turned up quite a few.
----------------------------------------
Thanks,
MCheu
Nov 13 '05 #4
John Ilves wrote:
I've read an online C tutorial and a book
but I don't really know enough to work on any real projects.
What comes in between in the process of learning C?
A good course on "Data Structures and Algorithms".
Can anyone direct me to some good websites about this?


I used Google

http://www.google.com/

to search for

+"data structures and algorithms" +"C programming language"

and found lots of stuff. You will probably want a good textbook:

"Data Structures, Algorithms and Software Principles in C"
by Thomas A. Standish

http://www.amazon.co.uk/

I'm not recommending this textbook.
It's just the first one I found.

Nov 13 '05 #5
"Peter Pichler" <pi*****@pobox. sk> writes:
No online tutorial can replace a good book.


AFAIK, it *could* (maybe I'll endeaver to start one), but none
have (or perhaps there are a few I'm unaware of).

--
Micah J. Cowan
mi***@cowan.nam e
Nov 13 '05 #6
In <m3************ @localhost.loca ldomain> Micah Cowan <mi***@cowan.na me> writes:
"Peter Pichler" <pi*****@pobox. sk> writes:
No online tutorial can replace a good book.


AFAIK, it *could* (maybe I'll endeaver to start one), but none
have (or perhaps there are a few I'm unaware of).


Do the pirate HTML copies of K&R2 available on the Web count as online
tutorials? ;-)

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Nov 13 '05 #7
In <78************ *************@p osting.google.c om> jo*******@adelp hia.net (John Ilves) writes:
I've read an online C tutorial and a book but I don't really know enough to work
on any real projects.
If the book was K&R2 and you did all the exercises, you'd know enough to
work on many real projects.
What comes in between in the process of learning C?
Working on your own "toy" projects and making them increasingly complex.
Can anyone direct me to some good websites about this?


You can't learn programming in a read only manner. There is no substitute
for "hands on" experience. Only *after* acquiring this kind of experience
you can learn more by perusing more experienced programmers' code.

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Nov 13 '05 #8
Micah Cowan wrote:

"Peter Pichler" <pi*****@pobox. sk> writes:
No online tutorial can replace a good book.


AFAIK, it *could* (maybe I'll endeaver to start one), but none
have (or perhaps there are a few I'm unaware of).

I'm sure one could. An example from another language (PHP), the on-line
manuals at http://php.net are fantastic, no book needed for that. Of
course, the manuals were created by and are maintained by the language
designers.

I haven't seen any on-line resources for C that compare to that or a
good C book.

Brian Rodenborn
Nov 13 '05 #9

"Micah Cowan" <mi***@cowan.na me> wrote in message
news:m3******** ****@localhost. localdomain...
"Peter Pichler" <pi*****@pobox. sk> writes:
No online tutorial can replace a good book.


AFAIK, it *could* (maybe I'll endeaver to start one), but none
have (or perhaps there are a few I'm unaware of).


OK, make it "no online tutorial has replaced a good book yet" :-)
Nov 13 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

23
2815
by: darwinist | last post by:
What PHP Represents There is no shortage of complaints one could make about php as a language, and although the list does shrink with each release, some of them are inherent to the origins and development process of this, the most popular of the web-based, server-side, glue-languages. That said, most descriptions of what is good about php, fail to do it justice. Although they are generally enthusiastic and sometimes fanatical, no...
220
19093
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have any preconceived ideas about it. I have noticed, however, that every programmer I talk to who's aware of Python is also talking about Ruby. So it seems that Ruby has the potential to compete with and displace Python. I'm curious on what basis it...
226
12631
by: Stephen C. Waterbury | last post by:
This seems like it ought to work, according to the description of reduce(), but it doesn't. Is this a bug, or am I missing something? Python 2.3.2 (#1, Oct 20 2003, 01:04:35) on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> d1 = {'a':1} >>> d2 = {'b':2} >>> d3 = {'c':3}
137
7133
by: Philippe C. Martin | last post by:
I apologize in advance for launching this post but I might get enlightment somehow (PS: I am _very_ agnostic ;-). - 1) I do not consider my intelligence/education above average - 2) I am very pragmatic - 3) I usually move forward when I get the gut feeling I am correct - 4) Most likely because of 1), I usually do not manage to fully explain 3) when it comes true. - 5) I have developed for many years (>18) in many different environments,...
125
14788
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
121
10122
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode support IDEs are DreamWeaver 8 and Zend PHP Studio. DreamWeaver provides full support for Unicode. However, DreamWeaver is a web editor rather than a PHP IDE. It only supports basic IntelliSense (or code completion) and doesn't have anything...
8
3167
by: Midnight Java Junkie | last post by:
Dear Colleagues: I feel that the dumbest questions are those that are never asked. I have been given the opportunity to get into .NET. Our organization has a subscription with Microsoft that basically entitled to us to just about every .Net development tool you can imagine. I cant even begin to mention them. To begin with, my background is not that of a programmer, but a systems engineer and the closest I have come to "programming"...
6
2550
by: TB | last post by:
Hi Everyone on comp.lang.c++: I am thinking about learning a programming language and I want to decide whether it is worthwhile spending my time learning the C++ programming language. I am a starting C++ programmer. By that I mean that I have written one small application in C++ on a real job that required some modular programming. I am also familiar with the Object-Oriented Programming techniques although I haven't used them...
16
3742
by: Matthew Zhou | last post by:
I am a students learning programming, and want to do some software projects to practice myself. However, no one will only use one language to make all the tasks done. And every languages has its strong and relatively weak side. So, what about C? Many friends of mine suggest me move to C++ or Java. But I there must be some places reserved for C (although they say C++ can do all the jobs of C).
0
8889
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9401
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9179
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9116
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8099
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6702
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4784
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2637
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2157
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.