Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > some problem of a.out

Reply
Thread Tools

some problem of a.out

 
 
Chuck F.
Guest
Posts: n/a
 
      01-17-2006
Dik T. Winter wrote:
>

.... snip ...
>
> It is (if I remember right) not e biblical reference, but a
> reference to this newsgroup: Dan Pop.


Speaking of whom, has anyone heard anything about him in the past
year or so? We miss his knowledge and diplomatic tone. (1/2 of
that is sarcastic).

--
"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." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>
 
Reply With Quote
 
 
 
 
Kenny McCormack
Guest
Posts: n/a
 
      01-17-2006
In article <>,
Keith Thompson <kst-> wrote:
....
>I'm reasonably sure the phrase "chapter and verse" originally referred
>(and still does) to biblical references. The Bible is divided into
>"books", each books is divided into chapters, each chapter is divided
>into verses. "John 3:16", for example, refers to the book of John,
>chapter 3, verse 16.


Yes, very true.

>The extension of the phrase to section/paragraph references in the C
>standard is commonplace and fairly obvious. According to the Google
>archives, the earliest use of the phrase in comp.lang.c was by Henry
>Spencer on December 4, 1986 (referring to K&R1, which was the closest
>thing we had to a standard at the time).


Yes, very true.

>(Kenny is wrong as usual.)


ITYM:

"Dik T. Winter" is wrong thie time. But we all have our off-days.

HTH, HAND.

 
Reply With Quote
 
 
 
 
Richard Heathfield
Guest
Posts: n/a
 
      01-17-2006
Dik T. Winter said:

> ["Chapter and verse"] is (if I remember right) not e biblical reference,


Clearly its origins are Biblical (or rather, suprabiblical, since chapter
and verse divisions were not added to the Bible until roughly 1200AD +/- a
century or so), but equally clearly it is a widely understood expression. I
am quite certain (although I cannot prove) that I was familiar with the
expression in its wider sense long before I got onto the Net.

--
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)
 
Reply With Quote
 
Mark McIntyre
Guest
Posts: n/a
 
      01-17-2006
On Tue, 17 Jan 2006 00:39:15 GMT, in comp.lang.c , Keith Thompson
<kst-> wrote:

>I'm reasonably sure the phrase "chapter and verse" originally referred
>(and still does) to biblical references.


Sure did. But, trolls commnets notwithstanding, as I'm sure youre
aware C&V is common english usage for a precise reference to an
accepted text. Its use is far from restricted to CLC - see meaning 1
below for example.

http://www.thefreedictionary.com/chapter+and+verse

>(Kenny is wrong as usual.)


Return to type then...
Mark McIntyre
--

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
 
Reply With Quote
 
pete
Guest
Posts: n/a
 
      01-17-2006
Kies Lee wrote:
>
> I am a beginner in c programming. Now I have a question:
> [code]
> main() {
> int i = 3;
> int j;
> }
> Compile it to a.out.
> Where the 'i','j' be in the a.out, the bss section,
> date section, or in the stack?


The objects i and j themselves, won't be in a.out.
The instructions for creating the objects i and j,
will be in a.out.

--
pete
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SetAuthCookie works some times and fails some times? =?Utf-8?B?bWF2cmlja18xMDE=?= ASP .Net 0 03-23-2006 09:24 PM
How can I restrict that the some ID can only login once in the some time ad ASP .Net 2 08-12-2005 09:14 PM
Need some help for some perl homework.... Perl 0 02-25-2004 01:45 AM
Forms Authentication question: How to have some pages open and some requiring forms authentication Eric ASP .Net 2 02-13-2004 02:14 PM
Some questions regarding 070-305 and hopefully some right answers. Needs correction... wink, wink ;-) Daniel Walzenbach MCSD 1 11-10-2003 12:25 AM



Advertisments