Search the web
Sign In
New User? Sign Up
Programmers-Town
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 10773 - 10802 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10773
... Has google suddenly stopped working? http://www.google.co.uk/search?hl=en&q=printf+source&btnG=Google+Search&meta= -- PJH Into motorcycles? Need parts? Try...
Paul Herring
shabble
Offline Send Email
Jul 1, 2006
3:04 pm
10774
... Are you stuck with the #defines? If not you could just use an array of strings: const char* errmsg[] = { "Error 0 - whatever error 0 is", "Error 1 -...
Paul Herring
shabble
Offline Send Email
Jul 1, 2006
3:05 pm
10775
... I think you took the example a bit too literally - I really don't think that all his error messages take the format [Error <number>] :) ... -- PJH Into...
Paul Herring
shabble
Offline Send Email
Jul 1, 2006
3:05 pm
10776
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Send Email
Jul 1, 2006
3:26 pm
10777
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Send Email
Jul 1, 2006
3:26 pm
10778
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Send Email
Jul 2, 2006
1:58 pm
10779
Friends, If you are/were geting too many mails, you can change your membership to one of the following. 1. Daily Digest : you l get only one mail per day (no...
Programmers-Town@yaho...
Send Email
Jul 2, 2006
1:58 pm
10780
File : Annoncement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Send Email
Jul 2, 2006
1:58 pm
10781
Hi!! i have a program who depends on several textfiles.. here's my routine: 1. fetching data from a textfile 2. process the data gathered 3. delete the...
Rolando Garcia Olpind...
roll_olpindo
Offline Send Email
Jul 3, 2006
9:09 am
10782
thankx.this files can be accessed under "#include<stdio.h>" henry14_star <henry14_star@...> wrote: PRINTF() is used 2 display output where...
Krishna Neupane
theneupane
Offline Send Email
Jul 3, 2006
9:10 am
10783
Hi Sumit, I think it can be done by using : char * ErrorReturn (int number) { char *source = "Error"; char *dest = itoa(// here you pass your error number//); ...
Abinash Mishra
abmishra1234
Offline Send Email
Jul 3, 2006
9:10 am
10784
... You may want need the source code.So download the glibc source from gnu sites. printf here ... /* Copyright (C) 1991, 1995, 1996, 1997, 2001, 2004 Free...
Chandru
chandru.chk@...
Send Email
Jul 3, 2006
9:10 am
10785
Hello, Could I please get the answer for the C-question below>>> char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; ...
programming life
cooldude_pro...
Offline Send Email
Jul 3, 2006
9:11 am
10786
class Test { public static void main(String args[]) { System.out.println("I want to learn java"); } } Note: 1.Starting letter of 'String' and 'System' are...
mahi.engineer
Offline Send Email
Jul 3, 2006
9:11 am
10787
The second code example given by me prints the string "MSG_ERR_1" , that's not what is desired. I wish to print the value of #define MSG_ERR_1 not the...
Sumit Chawla
sumit_k_chawla
Offline Send Email
Jul 3, 2006
9:11 am
10788
Hi All, Can someone let me know what is the problem with this progam. When a sigchild is generated, 1. Why does wait3 returns an error and fails to find a...
amahansaria2003
Offline
Jul 3, 2006
9:12 am
10789
help me guys in c++ plz help i want help from u here is programe will u do that ===================================================================== = ...
neo_hussaini
Offline Send Email
Jul 3, 2006
9:12 am
10790
... Yeah, your right!! Same approach with header files. Thank you very much!!...
Rolando Garcia Olpind...
roll_olpindo
Offline Send Email
Jul 3, 2006
9:14 am
10791
Hi , I think you can get an idea if you refer Dennis ricth "C" book. Thanks, Veeru. Paul Herring <pauljherring@...> wrote: ... Has google suddenly...
reva anji
tvj_with_you
Offline Send Email
Jul 3, 2006
9:14 am
10792
Hi Anyone can give me a Idea for my C Project. Thanks bye...
great_remo
Offline Send Email
Jul 3, 2006
9:14 am
10793
This is a good start, but I found it needs more code to find the second best. It needs an additional test. Send though the values 3,1,2 and you will see what...
gailquilter
Offline Send Email
Jul 3, 2006
9:14 am
10794
hi friends can anyone tell me what are the main differences between c and c++ other than scanf and printf for cin and cout....
kishore.keerthi
Offline Send Email
Jul 3, 2006
9:15 am
10795
Hello, I had sent the sanme mail before on June 30th but hadnt been accepted [ i saw a mail sent on july 1st accepted..probably previous mail missed out..so...
cooldude_programmer
cooldude_pro...
Offline Send Email
Jul 3, 2006
9:15 am
10796
... yes , i have some idea about this.this shows from the following statements. the normal syntax for printf is. printf("%d,%c"); where %d- used for integer...
apple_a121
Offline Send Email
Jul 3, 2006
9:16 am
10797
... One other thought I had - you /are/ closing the files after you've finished processing them and before calling unlink() aren't you? -- PJH Into...
Paul Herring
shabble
Offline Send Email
Jul 3, 2006
9:31 am
10798
... g points to a constant string. strcpy(gxxx(),g); Copies the constant string "string" to the statically allocated buffer in the function above. g = gxxx(); ...
Paul Herring
shabble
Offline Send Email
Jul 3, 2006
9:35 am
10799
... Is this help as in "I'm stuck on part of the assignment and forgot to say which part" or help as in "can someone do my whole assignment for me"? Enquiring...
Paul Herring
shabble
Offline Send Email
Jul 3, 2006
9:37 am
10800
... One has two plus signs after it, the other doesn't. -- PJH Into motorcycles? Need parts? Try www.gissit.com to contact lots of motorcycle breakers - free...
Paul Herring
shabble
Offline Send Email
Jul 3, 2006
9:38 am
10801
... Have you tried using the more generic remove() function? Alternatively, keep a list of the files you've processed this invocation and ensure you read them...
Paul Herring
shabble
Offline Send Email
Jul 3, 2006
9:38 am
10802
very poor reply u have given Paul. keerthi , basically as per as my knowledge, 1 major difference in C & C++ is number of parameters to the function. " fun() "...
prajakta jagtap
praj_jagtap
Offline Send Email
Jul 5, 2006
5:00 am
Messages 10773 - 10802 of 12634   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