473,756 Members | 2,061 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Idiotic question of an Idiot - dint like dont reply.

I dint find a proper group to post this,
so i'm asking this question. If you think
this question is irrelevent then dont answer,
but i expect good replies from experts.

I wondor, how these guys who answer
to complicated questions have mastered C.
I'm a beginner in C, and wondor how to master C.
Should i study theory, or start writing programs?
If i should start writing programs, What programs should i start with?
Where should i find the proper materials.

Mar 15 '06
23 2027
Vladimir S. Oka said:
I don't think spelling and grammar are at issue here.


They became so only because someone pointed them out, and thus the analysis
started. But we see a gazillion articles a day with bad spelling and
grammar, and in general we don't worry about it. (And rightly so.)

What was at issue was the attitude, which might be paraphrased along these
lines: "hey, you, give me what I need, and if you can't, drop dead." Well,
not quite as bad as that, perhaps, but it certainly had a very aggressive
flavour.

On the spelling/grammar thing: we shouldn't forget that we adopt spelling
and grammar rules for a *reason* - i.e. to facilitate smooth and seamless
communication. It is true that it takes W seconds longer to write an
article if you choose to take time and trouble to get the grammar and
spelling right - but these W seconds are well-spent, as putting your
article into a reasonably canonical form will save every single one of your
N readers an average of R seconds each in "decoding" the article.

If W < N * R, as it generally is, then the result is an overall time saving
for humanity.

Also remember that, if you need help, it's a good idea not to jar off the
people from whom you are asking that help! Nobody is going to care about
the odd tyop, because most of us can easily glark what is meant from the
context, but when someone systematically sets out to be as opaque as
possible, 50m3 d00D5 g37 4 1i771e 4nn0y3d, and with good reason.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
Mar 16 '06 #21
Ben C <sp******@spam. eggs> wrote:
On 2006-03-16, Dik T. Winter <Di********@cwi .nl> wrote:
In article <dv**********@n wrdmz03.dmz.ncs .ea.ibs-infra.bt.com> "Vladimir S. Oka" <no****@btopenw orld.com> writes:
On Thursday 16 March 2006 05:43, Richard Heathfield opined (in
<dv**********@n wrdmz02.dmz.ncs .ea.ibs-infra.bt.com>):

...
> [...] this is just a guy who can't be bothered to write his own
> language properly.

English being /my/ second language (caveat: my second profession is
translating to and from it ;-) ), and being exposed to all levels
provenances of non-native English in the office (apres office as well),
I tend to side with Richard on this one.


I disagree. As the article was posted from a DSL line connected to
a system based in New Delhi...


Anyway, whatever the reasons, it's not fair to be mean to people just
because they can't spell.


It is, however, quite fair to be mean to people just because they're too
bluidy lazy to use a spill chucker.

Never mind the shown attitude of "don't give me answers I don't like".

Richard
Mar 16 '06 #22
Richard Heathfield wrote:
.... snip ...
On the spelling/grammar thing: we shouldn't forget that we adopt
spelling and grammar rules for a *reason* - i.e. to facilitate
smooth and seamless communication. It is true that it takes W
seconds longer to write an article if you choose to take time
and trouble to get the grammar and spelling right - but these W
seconds are well-spent, as putting your article into a
reasonably canonical form will save every single one of your N
readers an average of R seconds each in "decoding" the article.


In general I take the time to reformat quotations to a reasonable
line length, and remove crud from attributions. I hope this
results in people expecting to see a readable article when my name
is on it.

I know that whenever I see an article with wrapped overlong lines,
and a general mess, my first reaction is "next".

--
"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." - Keith Thompson
More details at: <http://cfaj.freeshell. org/google/>
Also see <http://www.safalra.com/special/googlegroupsrep ly/>
Mar 16 '06 #23
Start writing programs and read simple books until u aware of C

Mar 17 '06 #24

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

Similar topics

75
4663
by: Xah Lee | last post by:
http://python.org/doc/2.4.1/lib/module-re.html http://python.org/doc/2.4.1/lib/node114.html --------- QUOTE The module defines several functions, constants, and an exception. Some of the functions are simplified versions of the full featured methods for compiled regular expressions. Most non-trivial applications always use the compiled form UNQUOTE
4
1816
by: Rob Meade | last post by:
....little function for count lines of code? I was going to do this a little while ago, hoping to count each line in each file in each folder etc etc, and then determine whether it was say ASP, HTML or comments....and give totals... Anyone got anything like this they dont mind sharing? Just curious...
0
1610
by: perseus | last post by:
ath: sn-us!sn-xit-01!sn-xit-09!supernews.com!nntp.cs.ubc.ca!logbridge.uoregon.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: "Mike Wahler" <mkwahler@mkwahler.net> Newsgroups: comp.lang.c++ Subject: Re: Troll Alert: How Do We Configure the BOOST Filesystem Library? Date: Tue, 12 Aug 2003 10:59:29 -0700 Organization:...
383
12207
by: John Bailo | last post by:
The war of the OSes was won a long time ago. Unix has always been, and will continue to be, the Server OS in the form of Linux. Microsoft struggled mightily to win that battle -- creating a poor man's DBMS, a broken email server and various other /application/ servers to try and crack the Internet and IS markets. In the case where they didn't spend their own money to get companies to
11
1648
by: Kevin Grigorenko | last post by:
That's a rethorical question. But shouldn't this statement store the value of three in the variable a: #include <iostream> int main() { int a = 1 & 2; if(a & 1) {
15
1548
by: Daniel Billingsley | last post by:
Speaking of trying to read deeply nested if-else blocks... I often find it's not always easy to tell one indent level from another (granted I keep my tab settings low so I'm not halfway across the page by the 3rd level), and I find myself doing things like this to help me keep it straight: class MyClass { public void SomeMethod()
4
1699
by: Bill Dodd | last post by:
Is there really no way to have different asp.net applications share session variables? The problem I'm running into is that I have numerous asp.net (and asp) applications that were written as standalone apps and are now one by one being added to an umbrella project. For instance OpenOrderReport is a asp project with numerous references to third part controls, etc. It's existed a http://where-ever/Openorderreport for months and is...
12
1857
by: clintonG | last post by:
I can't tell you how frustrated I get when going to a web developer's website and observing he or she is an idiot that has not grasped the most fundamental element of usability: page title naming conventions. 1.) You know you are at an idiot's website when there is no page title. Listen up idiot. Give every page a name using the HTML <title> element. 2.) When naming your page do not put the name of your website or your company 'after'...
19
2258
by: so many sites so little time | last post by:
the table is head the colunm is called body <?php //show_site.php // This script retrieves blog entries from the database. // Address error handing. ini_set ('display_errors', 1); error_reporting (E_ALL & ~E_NOTICE); // Connect and select.
0
9325
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
9716
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...
1
9716
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,...
1
7116
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
4996
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
5180
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3676
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
2
3185
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2542
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.