Hi Ram You could have a look at : http://www.codeguru.com/Cpp/Cpp/algorithms/factorials/article.php/c2041 I am not sure if it is the most efficient method...
Jaspreet.Oberoi@...
Dec 1, 2004 8:01 am
2686
Hi Jaspreet, IT WORK YARR IT WORKS, Thanks a lot Anwar ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
please if any body has the source code of networking projects(3-way handshake and firewalls) please send as soon as possible. please help. Yahoo! India...
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Dec 1, 2004 6:46 pm
2694
File : Exploring DataStructures with C.doc Description : Download the EXPLORING DATA STRUCTURES WITH C (1 - 13 Pages)...
c4swimmers@yahoogroup...
Dec 1, 2004 6:47 pm
2695
File : HowToBeAProgrammer.pdf Description : MUST READ - How To Be a Programmer / Team Person...
c4swimmers@yahoogroup...
Dec 1, 2004 6:47 pm
2696
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Dec 1, 2004 6:47 pm
2697
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
On solaris system it is giving core-dump. can anyone give reason for the same. # include <stdio.h> void main() { printf(NULL) ; return ; } # include <stdio.h> ...
hi guys; i need a programming codes in C language. problem-- Addition of Polynomial using circular linked list. regards; Meetu ... Do you Yahoo!? Meet the...
Hi all I want to read some data as packets from a file....and pumping then on tcp sockets. data is like ... NEW_COS sockroot secret 876 101 NEW_COS sockroot ...
Hi Kewal, AS par ur query I want to know that a blank line is always there after this bench of data if yes then solution is simple just keep track of newline...
Vijay, Peeyush
peeyush.vijay@...
Dec 3, 2004 4:10 am
2707
Thanks for the reply BOSS . I had already solved the problem. kewal. ... From: Vijay, <mailto:peeyush.vijay@...> Peeyush To: c4swimmers@yahoogroups.com...
So next time please try urself and then ask Dear or if u solved this then please let the other know the solution so that every body enrich their knowledge. ...
Vijay, Peeyush
peeyush.vijay@...
Dec 3, 2004 7:02 am
2709
Dear Peeyush, Its Ok. Dont take it to heart. Atleast we ( All other members ) got the idea.... Thanks for your solution... regards Bhabani "Vijay, Peeyush"...
Hi friends, I hv few queries... please give me the answeers. 1. what is the basic difference between printf, cprintf, sprintf and fprintf? 2. If I change text...
printf --> display the message on the scrreen fprintf --> diaplay the message on the File (write in the file) any way juts go to man see all the printf...
sorry guys for writing the print in the below code: its just the slip of the fingures. Regards Ranjeet ... [Non-text portions of this message have been...
hi, Can anybody tell me how can i change the name of core file as an when it gets created. i.e When ever the core file is created, it sholud be created by the...
ravi
ravis@...
Dec 3, 2004 1:38 pm
2714
¦ _ cprintf sends formatted output to the text window on the screen _ ¦ _ fprintf sends formatted output to a stream...