File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Aug 1, 2005 3:08 pm
4537
File : Exploring DataStructures with C.doc Description : Download the EXPLORING DATA STRUCTURES WITH C (1 - 13 Pages)...
c4swimmers@yahoogroup...
Aug 1, 2005 3:08 pm
4538
File : HowToBeAProgrammer.pdf Description : MUST READ - How To Be a Programmer / Team Person...
c4swimmers@yahoogroup...
Aug 1, 2005 3:08 pm
4539
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Aug 1, 2005 3:08 pm
4540
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Aug 1, 2005 3:08 pm
4541
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Aug 1, 2005 3:08 pm
4544
File : malloc.c Description : Implementation of malloc in C...
c4swimmers@yahoogroup...
Aug 1, 2005 3:08 pm
4545
We are at ShellBeam LeafLay Consulting, A niche HR Consulting firm based in Mumbai. ShellBeam provides the justified recruitment solutions to Indian and US...
Hi all, Recently while programming i got a doubt in finding out the difference between function and a pointer i need more technical difference as explaining in...
Hi all, I had mailed this doubt long back i didnot get the answer i was expecting actually i know how sizeof() works as it gives the memory allocated for each...
Pointer is a variable that points to a particular location in memory. It is not mendatory that pointer will point to variable only. Pointer can point to...
Don't cry because its over, smile because it happened -M.Banumathi Development Engineer R&D Banyan Networks Ltd ... From: Rajeev Dev <rajeevdevin@...> ...
Banumathi
banumathi@...
Aug 2, 2005 4:31 am
4550
... possible. ... Why do you want to know the internal implementation of sizeof? It's best left to the compiler to do it. A typical compiler implementation of...
HI , I want to search for a particular key word in a very big file, and can any one suggest me the most optimised way....
tux man
tux.trilogy@...
Aug 2, 2005 6:10 am
4552
main() { int x,a,b,c; int *p = &x; int size,size1; size = (char*)(p+1) - (char*)p; printf("%x\t%x\n",p,p+1); a = p+1; b = p; c = a-b; printf("%d\n",c); size1 =...
Jakir Rehman
jakir@...
Aug 2, 2005 9:13 am
4553
... this is normal math operation since that address is stored in a and b in the form of values ... hee in this case since u have "typecasted" the pointers to...
Sir/Madam, Am presently doing M.E. (Computer Technologies and Applications) from Delhi College of Engineering, New Delhi and studying in the 2nd(Final) year of...
S S Goel
ss.goel@...
Aug 2, 2005 10:52 am
4555
Hi all Can any body please tel me what is difference between TLI(Transport layer interface ) and sockets. Thaks Aruna [Non-text portions of this message...
arun samal
arun.samal@...
Aug 2, 2005 2:54 pm
4556
because binary equivalent. of 512 is-0000 0010 0000 0000 and the data stored in memory is-0000 0000 0000 0010 so,that's why.the result comes. Pradeepaa...
ajoy paul
ajoy_cst_kgec@...
Aug 3, 2005 1:00 pm
4557
Hi, We have a few great opportunities for Unix professionals in Bangalore, India. The companies are some of the best to work for in the world - and you will...
Hi, Thanks for ur answer but I know that pointer is a variable pointing to a memory location and there are function pointers and my doubt is when a function is...
Hi all, I have doubt regarding the difference between lst file and obj file and also difference between library and header file. And in case if i have a asm...
Hi How to Compile header files (.h) in UNIX PLATFORM i look forward from you all, regards arun ... Start your day with Yahoo! - make it your home page ...
... Header files are not compilable. They just provide declarations. The corresponding definitions would either be in a source file, or in a library. What is...