Search the web
Sign In
New User? Sign Up
c-prog · C/C++ Programmer's Mailing List
? 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 57525 - 57554 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
57525
... char* not char...
Shishir Sharma
ssmastermind
Offline Send Email
Aug 1, 2006
8:14 am
57526
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,...
praveen kumar
praveen_asl
Offline Send Email
Aug 1, 2006
8:33 am
57527
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...
an kum
anilk501
Offline Send Email
Aug 1, 2006
8:35 am
57528
... 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...
Paul Herring
shabble
Offline Send Email
Aug 1, 2006
8:36 am
57529
... 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...
Paul Herring
shabble
Offline Send Email
Aug 1, 2006
8:40 am
57530
... 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...
Paul Herring
shabble
Offline Send Email
Aug 1, 2006
8:44 am
57531
... Can you please explain your logic here... I may help you to convert it in "C"....
Himanshu Agarwal
agarwal_hima...
Offline Send Email
Aug 1, 2006
8:47 am
57532
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...
John Matthews
johnmatthews...
Offline Send Email
Aug 1, 2006
8:49 am
57533
... #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 =...
Sumit Chawla
sumit_k_chawla
Online Now Send Email
Aug 1, 2006
10:29 am
57534
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...
sathiya moorthy
sathiya_subject
Offline Send Email
Aug 1, 2006
10:31 am
57535
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...
gobi sangar
sgobi_dce
Offline Send Email
Aug 1, 2006
10:38 am
57536
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,...
Shyan Lam
sflam108
Offline Send Email
Aug 1, 2006
12:43 pm
57537
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 -...
Arun Kumaran
arunjim2004
Offline Send Email
Aug 1, 2006
12:48 pm
57538
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...
Brewer, Sean L
seabre986
Offline Send Email
Aug 1, 2006
12:53 pm
57539
... 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...
Brett W. McCoy
smartandkewl
Offline Send Email
Aug 1, 2006
12:59 pm
57540
Hi McCoy, Thanks a lot for your help. Find below the program. IF anybody wants have a try. /*************************************************** *...
Karthik
skarthikbe
Offline Send Email
Aug 1, 2006
2:45 pm
57541
Try www.openh323.org Cheers, Saswat...
Saswat Praharaj
saswat_praharaj
Offline Send Email
Aug 1, 2006
5:30 pm
57542
... 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...
Nico Heinze
nico_heinze
Offline Send Email
Aug 1, 2006
8:15 pm
57543
... 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...
Nico Heinze
nico_heinze
Offline Send Email
Aug 1, 2006
8:15 pm
57544
... 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...
peternilsson42
Offline Send Email
Aug 1, 2006
10:27 pm
57545
... 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...
peternilsson42
Offline Send Email
Aug 2, 2006
2:51 am
57546
... 1. It moves. 2. It doesn't move. 3. One moves; the other one doesn't. Ray __________________________________________________ Do You Yahoo!? Tired of...
Ray Devore
rbdevore2007
Offline Send Email
Aug 2, 2006
3:03 am
57547
... 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 ...
Ray Devore
rbdevore2007
Offline Send Email
Aug 2, 2006
3:07 am
57548
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...
OÄŸuzhan Filizlibay
dahadegil
Offline Send Email
Aug 2, 2006
5:39 am
57549
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++...
levent ah
leventim2002
Offline Send Email
Aug 2, 2006
9:10 am
57550
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...
levent ah
leventim2002
Offline Send Email
Aug 2, 2006
9:13 am
57551
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...
levent ah
leventim2002
Offline Send Email
Aug 2, 2006
9:14 am
57552
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...
levent ah
leventim2002
Offline Send Email
Aug 2, 2006
9:14 am
57553
... Have you looked at the links section of this group? -- Tamas Marki - http://toma.dotgeek.org...
Tamas Marki
tamas_m
Offline Send Email
Aug 2, 2006
9:32 am
57554
... 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 -...
Tamas Marki
tamas_m
Offline Send Email
Aug 2, 2006
9:32 am
Messages 57525 - 57554 of 71513   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