File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Sep 1, 2007 8:32 am
8121
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Sep 1, 2007 8:32 am
8122
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Sep 1, 2007 8:32 am
8123
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Sep 1, 2007 8:32 am
8124
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Sep 1, 2007 8:32 am
8125
Hi C/C++ enthusiasts Who am I: C For Swimmers - India's First C/C++ Programming Portal Where am I: www.c4swimmers.net What we do: Discover the depth of C Who...
c4swimmers@yahoogroup...
Sep 1, 2007 8:32 am
8126
Hi babu, its very easy to generate the random numbers in C. we have two library functions for that. (This will definetrly works in TurboC but i am not sure...
Hi all, in unix i have a very huge file like 6GB and i want to delete first 10 lines from this huge file permanently. Can anybody help me how to do this...
manav raheja
jmanavraheja@...
Sep 4, 2007 11:03 am
8128
V3infonet recruits Software Engineer Eligibility is B.E./B.Tech/MCA (0-3years exp) Candidates passing out in 2007 can also apply For more details visit ...
Hi siddhu, I want to write my own randomize function, then how should i proceed. Thanks, WIth regards, babu siddhu <siddhardhagudivada@...> wrote: Hi...
Hi Babu, Please go through my earlier reply to this topic. Also have a look at http://en.wikipedia.org/wiki/Pseudorandom_number_generator As I said,...
Dear Programers, we are india based HR consultant who placed candidates to canada and australia, right now one of our most reputed client based at canada-...
Hi, BIGENDIAN indicates that the variable (for varying strings, the length prefix part of the variable) is stored with its most significant bytes first. This...
Hi Nagraj, could you please help us to know how this line works ?? char ch=(char*)a; //getting the first byte of the integer With Regards, Himanshu nag raj...
Hi, can any one please help me. i am taking variable arguments in to a string. i then need to put it in to a structure of my own defined structure. i am able...
Hello everybody, I would like to add and upto some extent amend what Nagraj had said. "Little Endian" means that the low-order byte of the number is stored in...
Hi C/C++ enthusiasts Who am I: C For Swimmers - India's First C/C++ Programming Portal Where am I: www.c4swimmers.net What we do: Discover the depth of C Who...
c4swimmers@yahoogroup...
Sep 9, 2007 8:32 am
8139
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Sep 9, 2007 8:32 am
8140
*format++;//------> is wrong....coz it cant b modified correct me if am wrong raj uuu <rodyk4u@...> wrote: Hi, can any one please help me. i am taking...
wc -l <my_file_1> ==> this command will give you the total no of line in the my_file_1 sed -n -e '10,Lp' <my_file_1> > <my_file_1> where L is the no of...
Dharmosoth Seetharam
seetharam_21@...
Sep 10, 2007 12:00 pm
8142
Hi Group members, I have a doubt on malloc and free functions In malloc we give size of memory that we require, but in free function we give pointer to the...
Hi Group members, I have a doubt on malloc and free functions In malloc we give size of memory that we require, but in free function we give pointer to the...
DON'T REPLY TO ajay@... !! H1B NEW APPLICATIONS / TRANSFERS !! ================================== H1B New Application/Transfers is now being accepted...
Hi Babu, here you are just dereferencing then pointer which is pointing that memory location and its not deleting the content of the memory location. so free...
... function we give pointer to the memory alloted but not the size of memory that is alloted. ... hi babu, at tha end of alloted memory it wil also have size...