... 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...
... 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 -...
... 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...
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
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...
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...
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...
Jul 2, 2006 1:58 pm
10780
File : Annoncement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
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...
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//); ...
... 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@...
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"; ...
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...
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...
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...
help me guys in c++ plz help i want help from u here is programe will u do that ===================================================================== = ...
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...
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...
... 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...
... 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(); ...
... 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...
... 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...
... 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...
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() "...