Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7384 - 7413 of 8809   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7384
hi i m new to c/c++ and want to learn the intricacies of these languages thanks ... Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch...
hari tiwari
hariomtiwari...
Offline Send Email
Apr 1, 2006
1:51 pm
7385
Hi ... To be honest, you'll probably get more help if you ask something specific! ___________________________________________________________ Yahoo! Messenger...
Phil Faber
philfaber
Offline Send Email
Apr 2, 2006
10:10 am
7386
Dear programmer, The Bangladeshi Programmers Group (BPG) is dedicated to bringing together Bangladesh area software developers. Our goal is to be a resource...
Mr Nahid
grouplist06
Offline Send Email
Apr 3, 2006
7:27 am
7387
I am Aswathy. I need help from anybody. please give me a C program to implement dequeue. thanks in advance....
hari_lang
Offline Send Email
Apr 3, 2006
2:56 pm
7388
... Why? Are you not able to write one yourself? Are you too lazy to write one yourself? Are you too late to write one yourself because your assignment is due ...
Nico Heinze
nico_heinze
Offline Send Email
Apr 3, 2006
3:04 pm
7389
Hi Nico/Aswathy I ahve noted Nicos commenst, not for the first time adn I agreee absolutely with what he says. My difference is that I will happily take...
jimbewlay@...
jimbewlay
Offline Send Email
Apr 3, 2006
4:12 pm
7390
Hi Can you refere any site to understand what dequeue is? jimbewlay@... wrote: Hi Nico/Aswathy I ahve noted Nicos commenst, not for the first time adn I...
hari lan
hari_lang
Offline Send Email
Apr 4, 2006
7:32 am
7391
... <snip> To add to this point: Aswathy, what kind of dequeueing do you actually mean? I know of at least three possible real-life applications where such a...
Nico Heinze
nico_heinze
Offline Send Email
Apr 4, 2006
7:37 am
7392
... Hi, I need some help conceptually with file handling. I have a requirement to maintain a text file (vi-editable) which will have two fields per line. Both...
Praveen Augustus
reuben12
Offline Send Email
Apr 4, 2006
8:09 am
7393
hi all, I have few simple questions. where is the static variable stored in the memory? if i have two static variable of same name in two different funtion, ...
bubai
bubai_com
Offline Send Email
Apr 4, 2006
8:16 am
7394
... Praveen, that depends on your requirements. You have written that it's a text file that can be edited in vi. Now there are two formats for text files,...
Nico Heinze
nico_heinze
Offline Send Email
Apr 4, 2006
8:28 am
7395
... Subhajit, that depends on the hardware, the OS, and the compiler. Under MS-DOS and Unix, usually (not always) static variables are stored in the data...
Nico Heinze
nico_heinze
Offline Send Email
Apr 4, 2006
9:12 am
7396
Hi Subhajit, static variables goes to initialized data segment during load time... It is global so its value is retained during funcation calls Chandrakant...
Chandrakant Tripathi
indiandost4uin
Offline Send Email
Apr 4, 2006
9:33 am
7397
... C doesn't concern itself with where such things are 'stored,' only the lifetime of objects. The only reason you'd need to know this sort of thing is if you...
Paul Herring
Shabble
Offline Send Email
Apr 4, 2006
9:46 am
7398
... I highly suspect they mean deque, not dequeue. http://en.wikipedia.org/wiki/Deque -- PJH #define EPSILON LLONG_MIN...
Paul Herring
Shabble
Offline Send Email
Apr 4, 2006
10:09 am
7399
... By vi-editable, do you mean that users can edit your file aswell as your program, or does it merely have to be human readable? This affects your options...
Paul Herring
Shabble
Offline Send Email
Apr 4, 2006
10:24 am
7400
Hi Chandrakant, The first part is right. But I have doubt about the second part . How can there be two global variable of the same name in the data segment. ...
bubai
bubai_com
Offline Send Email
Apr 4, 2006
11:39 am
7401
Hi all, I have few questions related to virtual function. 1> how does the v-table get created ? 2> what are the contents present in the v-table? 3> How is it...
bubai
bubai_com
Offline Send Email
Apr 4, 2006
11:40 am
7402
... Thanks for your comments. Only one process is going to be accessing the file. The file is going to be read sequentially by the process at startup. The file...
Praveen Augustus
reuben12
Offline Send Email
Apr 4, 2006
1:41 pm
7403
... Praveen, yes, this makes sense so far. Still I don't understand why you're using a stack for the "free list" and no particular structure for the actual...
Nico Heinze
nico_heinze
Offline Send Email
Apr 4, 2006
1:59 pm
7404
... May as well have fixed size records then, however... It is not going to be edited via vi but should be readable using 'vi' (text ... Since you'll be...
Paul Herring
Shabble
Offline Send Email
Apr 4, 2006
2:12 pm
7405
... The key is going to be combination of both the fields of the record. But they can be stored in a single integer, the first field can be stored in a byte...
Praveen Augustus
reuben12
Offline Send Email
Apr 4, 2006
2:23 pm
7406
Reply embedded... ... It doesn't matter. What is more important are: - How long will the variable live (the lifetime) - How would you code access the variable...
Shyan Lam
sflam108
Offline Send Email
Apr 4, 2006
3:42 pm
7407
Reply embedded... ... That is not right either. Not every implementation has "data segment".   ... Stop learning the language in terms of one particular...
Shyan Lam
sflam108
Offline Send Email
Apr 4, 2006
4:11 pm
7408
... Hi Praveen, I would not use a stack for the free list, I would use a ring list (a list where the "tail" element points to the "head" element) instead. Why...
Nico Heinze
nico_heinze
Offline Send Email
Apr 4, 2006
5:36 pm
7409
thanx for the reply Shyan .. Actually I wanted to know how is this implemented in the gcc compiler. subhajit ... ...
bubai
bubai_com
Offline Send Email
Apr 5, 2006
9:04 am
7410
Hai 'c' Experts can i login in a website and collect the data automatically using c. Its for say MTNL internet usage . We logins and feeed 2 parameters in 1st...
Hiren Shah
hiren339in
Offline Send Email
Apr 5, 2006
10:42 am
7411
Reply embedded... ... Why? It does not help while learning the language. In fact, it might hurt you more because you might learn many wrong concepts. It...
Shyan Lam
sflam108
Offline Send Email
Apr 5, 2006
12:50 pm
7412
That doesn't give me the answer that i am looking for ..... :( Shyan Lam <sflam@...> wrote: Reply embedded... ... Why? It does not help while...
bubai
bubai_com
Offline Send Email
Apr 5, 2006
1:44 pm
7413
... You're asking for compiler specific implementation details . The details you're asking about are (deliberately) not mentioned in the C standard and are,...
Paul Herring
Shabble
Offline Send Email
Apr 5, 2006
1:53 pm
Messages 7384 - 7413 of 8809   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help