query #2

  • Follow


hi! need to print date and time of withdrawal etc..
0
Reply swarnabl85 (1) 12/23/2008 1:14:46 PM

<swarnabl85@gmail.com> wrote:

> hi! need to print date and time of withdrawal etc..

Take a look at the linked item.

http://www.dinkumware.com/manuals/?manual=compleat&page=time.html 


0
Reply r124c4u1022 (2251) 12/23/2008 2:26:57 PM


swarnabl85@gmail.com writes:
> hi! need to print date and time of withdrawal etc..

Good luck with that.

What withdrawal?  If you want help, try asking an actual question.

-- 
Keith Thompson (The_Other_Keith) kst-u@mib.org  <http://www.ghoti.net/~kst>
Nokia
"We must do something.  This is something.  Therefore, we must do this."
    -- Antony Jay and Jonathan Lynn, "Yes Minister"
0
Reply kst-u (21460) 12/23/2008 2:34:09 PM

swarnabl85@gmail.com wrote:
> 
> hi! need to print date and time of withdrawal etc..

Hand your girlfriend paper and pencil and present her with a watch.

-- 
 [mail]: Chuck F (cbfalconer at maineline dot net) 
 [page]: <http://cbfalconer.home.att.net>
            Try the download section.
0
Reply cbfalconer (19183) 12/23/2008 8:45:57 PM

CBFalconer said:

> swarnabl85@gmail.com wrote:
>> 
>> hi! need to print date and time of withdrawal etc..
> 
> Hand your girlfriend paper and pencil and present her with a
> watch.

You lost me. How does that answer the OP's question about printing 
dates and times in C? 

-- 
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
0
Reply rjh (10789) 12/23/2008 8:55:22 PM

Richard Heathfield schreef:
> CBFalconer said:
> 
>> swarnabl85@gmail.com wrote:
>>> hi! need to print date and time of withdrawal etc..
>> Hand your girlfriend paper and pencil and present her with a
>> watch.
> 
> You lost me. How does that answer the OP's question about printing 
> dates and times in C? 

O/P never mentioned C.
0
Reply adelco_gene_zever (48) 12/23/2008 8:56:12 PM

Richard Heathfield wrote:
> CBFalconer said:
>> swarnabl85@gmail.com wrote:
>>>
>>> hi! need to print date and time of withdrawal etc..
>>
>> Hand your girlfriend paper and pencil and present her with a
>> watch.
> 
> You lost me. How does that answer the OP's question about
> printing dates and times in C?

The girlfriend, after suitable instruction, will note the time and
date of withdrawal, and inscribe it on the paper.  This avoids
requiring the OP to remain awake.

-- 
 [mail]: Chuck F (cbfalconer at maineline dot net) 
 [page]: <http://cbfalconer.home.att.net>
            Try the download section.
0
Reply cbfalconer (19183) 12/23/2008 8:56:35 PM

jan olieslagers said:

> Richard Heathfield schreef:
>> CBFalconer said:
>> 
>>> swarnabl85@gmail.com wrote:
>>>> hi! need to print date and time of withdrawal etc..
>>> Hand your girlfriend paper and pencil and present her with a
>>> watch.
>> 
>> You lost me. How does that answer the OP's question about
>> printing dates and times in C?
> 
> O/P never mentioned C.

It is not unreasonable, given that the OP posted the question in a C 
group, to deduce that he or she was attempting (albeit not very 
successfully) to ask a C question. It would at least constitute a 
decent working hypothesis.

-- 
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
0
Reply rjh (10789) 12/23/2008 9:05:01 PM

CBFalconer said:

> Richard Heathfield wrote:
>> CBFalconer said:
>>> swarnabl85@gmail.com wrote:
>>>>
>>>> hi! need to print date and time of withdrawal etc..
>>>
>>> Hand your girlfriend paper and pencil and present her with a
>>> watch.
>> 
>> You lost me. How does that answer the OP's question about
>> printing dates and times in C?
> 
> The girlfriend, after suitable instruction, will note the time and
> date of withdrawal, and inscribe it on the paper.  This avoids
> requiring the OP to remain awake.

You've still lost me. What girlfriend? The OP never mentioned a 
girlfriend.

To the OP: look up time(), localtime(), gmtime(), and strftime(). 
And of course printf() for writing data to the standard output 
stream. If that doesn't answer your question, ask a better 
question. 

-- 
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
0
Reply rjh (10789) 12/23/2008 9:06:38 PM

Richard Heathfield wrote:
> CBFalconer said:
>
> > Richard Heathfield wrote:
> >> CBFalconer said:
> >>> swarnabl85@gmail.com wrote:
> >>>>
> >>>> hi! need to print date and time of withdrawal etc..
> >>>
> >>> Hand your girlfriend paper and pencil and present her with a
> >>> watch.
> >>
> >> You lost me. How does that answer the OP's question about
> >> printing dates and times in C?
> >
> > The girlfriend, after suitable instruction, will note the time and
> > date of withdrawal, and inscribe it on the paper.  This avoids
> > requiring the OP to remain awake.
>
> You've still lost me. What girlfriend? The OP never mentioned a
> girlfriend.

The OP never mentioned what was being withdrawn from what. CBFalconer
was just filling in the missing details for the OP; possibly in a
correct fashion, though that seems highly unlikely (that's a reference
the to vagueness of the OP's question, not a criticism of CBF). If you
honestly haven't figured out what CBF was implying, I'm not inclined
to explain, and you needn't worry about it.

0
Reply jameskuyper (5137) 12/23/2008 9:34:20 PM

In article <a495d9f5-8bab-4339-becf-910b8d1f394e@v38g2000yqb.googlegroups.com>,
jameskuyper  <jameskuyper@verizon.net> wrote:
....
>The OP never mentioned what was being withdrawn from what. CBFalconer
>was just filling in the missing details for the OP; possibly in a
>correct fashion, though that seems highly unlikely (that's a reference
>the to vagueness of the OP's question, not a criticism of CBF). If you
>honestly haven't figured out what CBF was implying, I'm not inclined
>to explain, and you needn't worry about it.

Dickie is certainly not the brightest bulb in the chandelier, now is he?

0
Reply gazelle3 (1598) 12/23/2008 9:39:17 PM

On 23 Dec 2008 at 21:39, Kenny McCormack wrote:
> jameskuyper  <jameskuyper@verizon.net> wrote:
>>If you honestly haven't figured out what CBF was implying, I'm not
>>inclined to explain, and you needn't worry about it.
>
> Dickie is certainly not the brightest bulb in the chandelier, now is he?

The British are well-known for their appreciation of smutty innuendo, so
I can only assume he's being deliberately prudish (unctious and
completely dishonest subtext: "a good Christian fundamentalist like me
just doesn't have a dirty mind like that").

0
Reply nospam59 (9739) 12/23/2008 10:27:34 PM

jan olieslagers <adelco_gene_zever@skynet.be> writes:
> Richard Heathfield schreef:
>> CBFalconer said:
>>
>>> swarnabl85@gmail.com wrote:
>>>> hi! need to print date and time of withdrawal etc..
>>> Hand your girlfriend paper and pencil and present her with a
>>> watch.
>> You lost me. How does that answer the OP's question about printing
>> dates and times in C?
>
> O/P never mentioned C.

The OP mentioned C in the "Newsgroups:" header line.

The OP (whom I hope is reading this) still needs to be much more
specific in what he's asking.  Think about what inputs your program
will receive, and what output it should produce.  Be very specific.
Try writing it yourself and see how far you can get.

We'll generally give much better answers to questions of the form "I
want to do X; I tried this code, and it did Y instead; where did I go
wrong, and how can I make it do X?" than to questions of the form "I
need to do X".

-- 
Keith Thompson (The_Other_Keith) kst-u@mib.org  <http://www.ghoti.net/~kst>
Nokia
"We must do something.  This is something.  Therefore, we must do this."
    -- Antony Jay and Jonathan Lynn, "Yes Minister"
0
Reply kst-u (21460) 12/23/2008 10:39:02 PM

12 Replies
34 Views

(page loaded in 0.132 seconds)

Similiar Articles:


















7/29/2012 11:32:01 AM


Reply: