473,320 Members | 1,982 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

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 1399
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*******************@bellatlantic.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.com 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.com, 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_Keith) 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*****@NOSPAMnutextonline.com> 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_Keith) 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
Malcolm wrote:
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.
Perhaps you need better instructional materials.
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.

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.


The problem you describe is clearly an IDE problem, and irrelevant
to the language specification. There are other free IDEs that
do not have that problem.

Nov 15 '05 #11
venkatesh a écrit :
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


Please learn to spell English. I can't read you.

--
C is a sharp tool
Nov 15 '05 #12

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

Similar topics

14
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. ...
3
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...
11
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...
7
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 :-) ...
19
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...
0
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...
32
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...
3
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...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

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.