Hi---------Happy new year 2005-------may this year bring a lot of joy in ur life and help in conquering ur dreams. Wish u all very-2 happy new year rakesh ...
Hi---------Happy new year 2005-------may this year bring a lot of joy in ur life and help in conquering ur dreams. Wish u all very-2 happy new year rakesh ...
File : Exploring DataStructures with C.doc Description : Download the EXPLORING DATA STRUCTURES WITH C (1 - 13 Pages)...
c4swimmers@yahoogroup...
Jan 1, 2005 8:24 pm
2933
File : HowToBeAProgrammer.pdf Description : MUST READ - How To Be a Programmer / Team Person...
c4swimmers@yahoogroup...
Jan 1, 2005 8:24 pm
2934
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Jan 1, 2005 8:24 pm
2935
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
hey the easiest way is the followiing sttmt... c=a+b+abs(a-b)/2; where abs (x) is a fn in <math.h> that returns the absolute (+ve) value of x.. ok? now c will...
hey the easiest way is the followiing sttmt... c=(a+b+abs(a-b))/2; where abs (x) is a fn in <math.h> that returns the absolute (+ve) value of x.. ok? now c...
hey the easiest way is the followiing sttmt... c=(a+b+abs(a-b))/2; where abs (x) is a fn in <math.h> that returns the absolute (+ve) value of x.. ok? now c...
Hiii All, The most convient way to connect Oracle Datbase from C is to use Pro*C, which include precompiled syntax to the C/C++ programs, on the otherway hand...
Hai all, How r u all?i solved the error which i was getting as a segmentation error. but now one more prob is i am not able to configure my BAUD properlly i...
Dear All, What is meaning of the linux command? cp a b >> 2>&1 Where a and b is the file name. Please tell me ASAP. Thanks, madhu [Non-text portions of this...
hi guys, Can anyone help with pthreads in linux. See i have a module which is basically a libpacp module which will keep on capturing packets and forming a...
Note: forwarded message attached. ... Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. [Non-text portions of this message have been...
Note: forwarded message attached. Yahoo! India Matrimony: Find your life partneronline. [Non-text portions of this message have been removed]...
viji indra
vijindra2003@...
Jan 4, 2005 4:29 pm
2950
hai, thank you very much who take sincere effort against my query. and they give a valuable suggestions. thank you guys. thank you for the group. regards, ...
Dear frnd it is a special redirection operator in unix you need a special syntax "2>&1" to redirect both stdout and stderr together; read this as "send unit 2...
Natikar Karna
ksnatikar@...
Jan 5, 2005 4:16 am
2952
Hi friend, Details about BPL written Test Plzz call to this number as soon as possible 984508499 or 9341268561 to know more details about the test within...
viji indra
vijindra2003@...
Jan 5, 2005 7:44 am
2953
hi, you had given the code c=(a+b+abs(a-b))/2 and you had said taht it will give the greatest num .can you plz clarify this . Ragini. srini vasan...
Hi Ragini, Consider c = (a+b+ abs(a-b))/2. If a>=b, then abs(a-b) = a-b. So, c = (a + b + a - b)/2 = a. If b>a, then abs(a-b) = b-a. So, c = (a + b + b - a)/2...