File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Nov 1, 2007 8:38 am
8277
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...
Nov 1, 2007 8:38 am
8278
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Nov 1, 2007 8:38 am
8279
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Nov 1, 2007 8:38 am
8280
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Nov 1, 2007 8:38 am
8283
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Nov 1, 2007 8:38 am
8284
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Nov 1, 2007 8:38 am
8285
hi,, when u want to use global variable declared in one file to use in any other file ,declare dat global variable as extern in second file and now you can use...
... - In C Language, "extern" is a valid keyword. And "global" is not. So there is not point in comparing them. - When one declares a variable as "extern", no...
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Nov 4, 2007 8:41 am
8289
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...
Nov 4, 2007 8:41 am
8290
Dear Friends, I too been interested in this discussion. When this discussion will starts.. Regards Sathishkumar.P ... From: Bharath Ram Loganathan...
Hi all www.C4Swimmers.net site revamped based on the user's suggestions. Now check out the new look and feel of http://www.c4swimmers.net and your feedback is...
Please add me too. -Seetharam D ... === message truncated === Now you can chat without downloading messenger. Go to...
Dharmosoth Seetharam
seetharam_21@...
Nov 8, 2007 5:08 am
8296
Hi members, At the end or starting of every free block operating system stores the number of bytes in the perticular free block. So free() easily knows how...
yaaa iam also interested in linux programming...... please add me in this list.... can u say me how can i discuss and when it is starting........... ... 5, 50,...
KCOTS software, would like to forward exciting job opportunities available with our client. Position 1 : System Analyst (SD / MM) Responsibilities: SAP R/3...
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...
Nov 18, 2007 9:55 am
8302
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Nov 18, 2007 9:55 am
8303
Hi, This is shiva. I have a problem. I have got one c++ console application in visual studio 2005. Its a simulation software the code contains 50000 lines. ...
shiva charan reddy
patpi_shiva@...
Nov 19, 2007 5:32 pm
8304
Shiva, Check into the code where memory is allocated (malloc, calloc, new ) are being used, I think these statements are within an inifinite loop or ...