Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

c-prog · C/C++ Programmer's Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 13581
  • Category: C and C++
  • Founded: Sep 7, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 57525 - 57554 of 75375   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
57525 Shishir Sharma
ssmastermind Send Email
Aug 1, 2006
8:14 am
... char* not char...
57526 praveen kumar
praveen_asl Send Email
Aug 1, 2006
8:33 am
Hi all iam a beginner in C i know the logic for reversing a number using recursion in C but iam unable to impement it i have serached for program in google,...
57527 an kum
anilk501 Send Email
Aug 1, 2006
8:35 am
Hi, try like this by using sizeof operator(if it 1 char , 2 int, 4 float r long, 8 double); if(sizeof(var)==1) char; ........... like this tom_servo5000...
57528 Paul Herring
shabble Send Email
Aug 1, 2006
8:36 am
... plz explain in detail what u want to say ... Which part are you having difficulty with? In the bit of the quote you removed, you claim you want the...
57529 Paul Herring
shabble Send Email
Aug 1, 2006
8:40 am
... Where is your code so far? What search terms did you try putting into google? What algorithm are you trying to implement? -- PJH Into motorcycles? Need...
57530 Paul Herring
shabble Send Email
Aug 1, 2006
8:44 am
... How is that going to differentiate between say: long a; double b; char* c; on a system where they are all the same size? ... -- PJH Into motorcycles? Need...
57531 Himanshu Agarwal
agarwal_hima... Send Email
Aug 1, 2006
8:47 am
... Can you please explain your logic here... I may help you to convert it in "C"....
57532 John Matthews
johnmatthews... Send Email
Aug 1, 2006
8:49 am
Hi I'm trying to build a C program containing calls to functions supplied in a 3rd party Linux library file libname.a, by including a -lname option on the gcc...
57533 Sumit Chawla
sumit_k_chawla Send Email
Aug 1, 2006
10:29 am
... #include<conio.h> #include<stdio.h> void reverse(int n) { if(n<10) printf("%d",n); else{ printf("%d",n%10); reverse(n/10); } } int main() { int num =...
57534 sathiya moorthy
sathiya_subject Send Email
Aug 1, 2006
10:31 am
dear friends, I had put a write lock to a file from one process using the fcntl function.. from another process i had checked the locking status of the same...
57535 gobi sangar
sgobi_dce Send Email
Aug 1, 2006
10:38 am
Dear friend try this program void rec(int n) { int val=0; val=n%10; printf("%d",val); if((n/=10)!=0) rec(n); } main() { rec(123456789); } Gobi S, Trainee...
57536 Shyan Lam
sflam108 Send Email
Aug 1, 2006
12:43 pm
Reply embedded... ... May be on your compiler (I guess it is Turbo C). On my complier, both int and float are of size 4. I know there are devices where char,...
57537 Arun Kumaran
arunjim2004 Send Email
Aug 1, 2006
12:48 pm
1.what is animation? 2.what is graphics? 3.what is the difference between animation and graphics? ... Here’s a new way to find what you're looking for -...
57538 Brewer, Sean L
seabre986 Send Email
Aug 1, 2006
12:53 pm
www.dictionary.com ... From: c-prog@yahoogroups.com on behalf of Arun Kumaran Sent: Tue 8/1/2006 8:28 AM To: Gropus c Subject: [c-prog] Help Me Please 1.what...
57539 Brett W. McCoy
smartandkewl Send Email
Aug 1, 2006
12:59 pm
... Have you tried searching on Google for this? These are such basic questions (and not even necessarily C or C++ related), there's no reason to not be doing...
57540 Karthik
skarthikbe Send Email
Aug 1, 2006
2:45 pm
Hi McCoy, Thanks a lot for your help. Find below the program. IF anybody wants have a try. /*************************************************** *...
57541 Saswat Praharaj
saswat_praharaj Send Email
Aug 1, 2006
5:30 pm
Try www.openh323.org Cheers, Saswat...
57542 Nico Heinze
nico_heinze Send Email
Aug 1, 2006
8:15 pm
... John, could it be that you are writing a C++ program and that the library provides functions to be called from a C program? If so, tell the linker that the...
57543 Nico Heinze
nico_heinze Send Email
Aug 1, 2006
8:15 pm
... That's one thing I hate about being a member of several C/C++ groups: that sometimes I discover cross-posts. I'm not in the mood to repeat here why I hate...
57544 peternilsson42 Send Email Aug 1, 2006
10:27 pm
... Since you claim to know it, what is that logic? ... What have you tried? Even if it doesn't work, you can still show us what you have. ... What did you...
57545 peternilsson42 Send Email Aug 2, 2006
2:51 am
... The quoting (") should not include the author. But that aside, it's a nice example. Do you understand what the quote is saying? Like most art, there is...
57546 Ray Devore
rbdevore2007 Send Email
Aug 2, 2006
3:03 am
... 1. It moves. 2. It doesn't move. 3. One moves; the other one doesn't. Ray __________________________________________________ Do You Yahoo!? Tired of...
57547 Ray Devore
rbdevore2007 Send Email
Aug 2, 2006
3:07 am
... Give us the exact line you are using to compile the program. If you are using a make file, show the entire make file. Ray ...
57548 OÄŸuzhan Filizlibay
dahadegil Send Email
Aug 2, 2006
5:39 am
Hi all, This question will be specific to Windows so if it is not appropriate please ignore. I have done all searching I could to get me started with events in...
57549 levent ah
leventim2002 Send Email
Aug 2, 2006
9:10 am
Hi, I am bored writing simple programs with C++.I need to improve my C++ level.. I need examples to do this.Where can I find examples or homework C++...
57550 levent ah
leventim2002 Send Email
Aug 2, 2006
9:13 am
Merhaba sn Oğuzhan, İlk defa burda bir Türk gördüm..Memnun oldum.. Ne işle meşgulsünüz? Oğuzhan Filizlibay <filizlibay@...> wrote: Hi all, This...
57551 levent ah
leventim2002 Send Email
Aug 2, 2006
9:14 am
Merhaba sn Oğuzhan, İlk defa burda bir Türk gördüm..Memnun oldum.. Ne işle meşgulsünüz? Oğuzhan Filizlibay <filizlibay@...> wrote: Hi all, This...
57552 levent ah
leventim2002 Send Email
Aug 2, 2006
9:14 am
Merhaba sn Oğuzhan, İlk defa burda bit türk gördüm.Memnun oldum. Ne işle meşgulsünüz? ... Do you Yahoo!? Get on board. You're invited to try the new...
57553 Tamas Marki
tamas_m Send Email
Aug 2, 2006
9:32 am
... Have you looked at the links section of this group? -- Tamas Marki - http://toma.dotgeek.org...
57554 Tamas Marki
tamas_m Send Email
Aug 2, 2006
9:32 am
... This is an English language group. Please don't assume that all 8000 of us speaks Turkish. Keep the non-English conversation off the list. -- Tamas Marki -...
Messages 57525 - 57554 of 75375   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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