473,624 Members | 2,515 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

please tell the websites

thank u for accept my question n your group
I am a beginner for c
please tell what r the websites provide the entire c language operation
I can able to learn from it and explore

Nov 15 '05 #1
11 1417
Not ALL information will be provided by a single site.
http://en.wikibooks.org/wiki/Programming:C_contents

www.cprogramming.com

These will provide some information about C.

Nov 15 '05 #2
thank u shan I got it from u
in that site all are useful

Nov 15 '05 #3
<pv***********@ gmail.com> wrote:
I am a beginner for c
please tell what r the websites provide the entire c language operation
I can able to learn from it and explore


I doubt you will find "the entire c language operation" concentrated
in a few web sites. Even if something like that was available, keep on
mind that learning a new programming language takes years.

(Yes, years. We can all write a simple "hello world" program in a new
program/environment in a mater of minutes, but to learn about and
internalize all the idioms, patterns, common knowledge, available
libraries, things that work as expected and things that don't, etc.,
takes much longer than what most of us think.)

In the meantime, welcome to C, and, to get started, take a look at:

http://www.lysator.liu.se/c/
http://www.quut.com/c/c-www/
Roberto Waltman
[ please reply to the group,
return address is invalid ]
Nov 15 '05 #4
"Roberto Waltman" <ba************ *******@bellatl antic.net> wrote

I doubt you will find "the entire c language operation" concentrated
in a few web sites. Even if something like that was available, keep on
mind that learning a new programming language takes years.

(Yes, years. We can all write a simple "hello world" program in a new
program/environment in a mater of minutes, but to learn about and
internalize all the idioms, patterns, common knowledge, available
libraries, things that work as expected and things that don't, etc.,
takes much longer than what most of us think.)

There's a lot of truth in that. For instance I had to do a project in Java
recently. A year later, and I am still not happy about anonymous classes - I
simply never used them, but they are part of the language and maybe
idiomatic. I also never got the automatic documentation generator to work.

Then there's the endless fiddling with the computer. Sun's Java IDE has this
strange idea about "mounting directories" which means that output files end
up in funny places and sometimes projects refuse to compile. Eventually you
mount and remount the directiories and it does the right thing. Fiddling is
a permanent situation with computers, because you are constantly using
systems for the first time.

This is why (getting back on topic) it is so important to stick to a stable
language like C for the bulk of your work.
Nov 15 '05 #5
"venkatesh" <pv***********@ gmail.com> writes:
thank u shan I got it from u
in that site all are useful


Welcome to comp.lang.c. If you're going to be following the newsgroup
regularly, here's some advice.

The groups.google.c om interface is broken. You can post properly
through it, but the method is carefully hidden. It's important to
provide some context; don't assume your readers can see the article
to which you're replying.

If you want to post a followup via groups.google.c om, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers.

You should also usually delete any quoted text that's not relevant to
your followup.

We're not too picky about spelling and grammar, but *please* take the
time to spell out words. Abbreviations like "u" for "you" make it
very difficult to read what you write.

If you can get a copy of _The C Programming Language_, 2nd edition, by
Kernighan and Ritchie (K&R2), do so. It's generally considered to be
the best introduction to the language. (No, it's not available
online.)

If you have questions, it's very likely that they've already been
asked and answered here. Before posting, check the C Frequently Asked
Questions List (FAQ) at <http://www.eskimo.com/~scs/C-faq/faq.html>.

--
Keith Thompson (The_Other_Keit h) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 15 '05 #6
shan said:
Not ALL information will be provided by a single site.
http://en.wikibooks.org/wiki/Programming:C_contents

www.cprogramming.com

These will provide some information about C.


Very little, in fact. Don't ever make the mistake of thinking that the
domain name is relevant to the content.
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/2005
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
Nov 15 '05 #7
Das
HI Venkatesh,
venkatesh wrote:
thank u for accept my question n your group
I am a beginner for c
No problem. C is veryvast nobody can say they no everything.
everybody here is a learner.
please tell what r the websites provide the entire c language operation
I can able to learn from it and explore


Thanks for your interest. But as some one else has pointed out there is
no single website to address the C language is true.

You have to explore. I guess you are an indian and there are some good
introductory books available from indian authour. first master them.
Then go for the ultimate kerninghan's book.

after that depending on your interest choose a suitable way to the
freedom.

Nov 15 '05 #8
Keith Thompson wrote:
"venkatesh" <pv***********@ gmail.com> writes:
thank u shan I got it from u
in that site all are useful

[snip] If you can get a copy of _The C Programming Language_, 2nd edition, by
Kernighan and Ritchie (K&R2), do so. It's generally considered to be
the best introduction to the language. (No, it's not available
online.) Actually yes it is. You can *usually* find it on amazon.com, but no
promises. I picked mine up from there for around $20 or so (maybe a
little more or less, it's been a while).
If you have questions, it's very likely that they've already been
asked and answered here. Before posting, check the C Frequently Asked
Questions List (FAQ) at <http://www.eskimo.com/~scs/C-faq/faq.html>.

Nov 15 '05 #9
Joe Estock <je*****@NOSPAM nutextonline.co m> writes:
Keith Thompson wrote:
"venkatesh" <pv***********@ gmail.com> writes:
thank u shan I got it from u
in that site all are useful

[snip]
If you can get a copy of _The C Programming Language_, 2nd edition, by
Kernighan and Ritchie (K&R2), do so. It's generally considered to be
the best introduction to the language. (No, it's not available
online.)

Actually yes it is. You can *usually* find it on amazon.com, but no
promises. I picked mine up from there for around $20 or so (maybe a
little more or less, it's been a while).


I meant that it's not available legally as a soft copy (as far as I
know).

--
Keith Thompson (The_Other_Keit h) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 15 '05 #10

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

Similar topics

14
3221
by: Bruce W...1 | last post by:
I do a query to MySQL using PHP. Well actually I do too many of them which is the problem, it's too slow. I think maybe an inner join or something would be better but I can't figure this out. The web page on which the data is displayed has a list of countries. Each country has a label heading under which websites are listed that have information on that country. Any given website may appear many times (under different countries) if it...
3
1484
by: Franklin P Patchey | last post by:
I don't know anything about Javascript, but a little about standard HTML. I have created a website and have set the homepage to automatically play a sound file on opening. What I would like is for a random sound file (from my "audio" directory) to be played instead of the same one each time you visit. Can this be done and if so can someone please supply me with the (or an example) of code?.........
11
4204
by: Petre Huile | last post by:
I have designed a site for a client, but they have hired an internet marketing person to incrase their search engine ranking and traffic. He wants to put extra-large fonts on every page which will make the design looks a bit rediculous. He also said that the big text cannot be hidden. I am just trying to find a compromise. Here are the questions: (1) Is it true that a page with an <H1> tag and very big font size will make a search...
7
1895
by: Shane | last post by:
Hi, Thanks in advance for the help. I have been to many websites and tried several solutions to my problem, but have fixed part of it. It's time to come humbly to the newsgroups for help :-) By the way, please don't reply just to tell me that my code isn't optimized and that I should use a delimited database rather than a line by line record. If I had my way, I'd do it differently too.
19
3742
by: Alan Silver | last post by:
Hello, I have been developing ASP.NET with a text editor so far (better way to learn initially), and have now been trying Visual Web Developer. I want to create a project for an existing site and add the files to it. I can add my .aspx and .cs (code-behind) files, but VWD doesn't know which .cs file si the code-behind for any particular .aspx file. When you create a new aspx page in VWD, it automatically puts the code-behind file with...
0
1015
by: Jacob.Kofod | last post by:
I have started an Open Source project called Bluesite. Bluesite is an Open Source system for building and managing ASP.NET websites. It uses standard ASP.NET technology, and integrates seamlessly into already created ASP.NET websites. It is programmed in C#. I would be very happy if you used some minutes trying it out, and tell me what you think of it. There is almost nothing visual to see, so it's the concept behind the system that I...
32
2503
by: Tom Cole | last post by:
I bet 50% of the posts I've read lately have had at least one bad thing to say about every website or book dedicated to javascript. There are clearly a few posters (you know who you are) who either are or consider themselves to be the "comp.land.javascript elite". You guys may be the brightest, most seasoned developers out there, and hats off to you. You may not be, how the heck would I know. But... Not to be too critical (which sounds...
3
2224
by: shapper | last post by:
Hello, In have a class inside a compiled DLL where I have the following code: ' Create site map XML document Dim siteMap As XmlDocument = New XmlDocument ' Load site map XML document from ASP.NET web site map siteMap.Load(HttpContext.Current.Server.MapPath(Me.SiteMapUrl)) Me.SiteMapUrl is a property.
0
8168
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8672
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...
0
8614
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7153
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...
0
4075
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4167
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2603
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1474
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.