File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
May 1, 2008 9:11 am
8538
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
May 1, 2008 9:11 am
8539
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
May 1, 2008 9:11 am
8540
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
May 1, 2008 9:11 am
8541
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
May 1, 2008 9:11 am
8542
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
May 1, 2008 9:11 am
8543
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...
May 1, 2008 9:11 am
8544
One good technique to swap two variables without using any temporary variable and without using any arithmatic operator is: a=a^b; b=a^b; a=a^b; Regards, ...
http://www.orkut.com/Community.aspx?cmm=41990168 plz join ths community there u al hav answers to ur problems. "romancing with C" vishnu On Tue, Apr 29,...
vishnu bidarakundi
bhagawan38@...
May 4, 2008 8:01 am
8546
Hi, This is Anbu from Assure jobs chennai, This is for a opening with one of our leading client who is having opening for UNIX Driver Programmers Positions: 6 ...
hai friends, iam very happy to bring this query to you. iam facing problems for writing timing, delay functions in C language(i don't want to use delay()...
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
May 4, 2008 9:07 am
8550
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...
May 4, 2008 9:07 am
8551
Hi giri , unfortunately m nt having any compiler on ma system now ,but i think u r always getting ur result "1" .... if it is true ... it is because u have...
*(EVENT) MOTODEV Summit @ India Bangalore - May 04 2008* Motorola India is organizing a One Day event to showcase and discuss its Mobile Application...
FYI ... From: Indijava. in <indijava@...> Date: Tue, May 13, 2008 at 10:44 AM Subject: (EVENT) Pre-Registration is now open for MySQL India Shock Tour, ...
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
May 18, 2008 9:16 am
8556
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...
May 18, 2008 9:16 am
8557
Hi, We have an Grand openings for the following skill set, if you're looking for change of job in a Multi National Core Telecom Product Based Comapny, please ...
Hi Greetings from Assure jobs!!! Please do let us know your interest in a job opening with our client, Symphony Services, Bangalore. Additional Information...
Hi giridhari extremly sorry for wrong answer ....... actually the error lies in this statement if(!(isdigit(i)))exit(0); remove ! from the statement write this...
Hi, On behalf of Bangalore ACM Chapter have attached an invite to the ACM Monthly Tech Talk. There is no registration or registration fee. Please forward this...
Hi , What are you trying to do with this programme ? -- Have a great day thanks & regards krishna koney My Technology Blog: http://krishnakoney.blogspot.com ...
... Hi Krishna, He is trying to find the Factorial of the number. See the code comments in the beginning. Giridhari, Factorial of a negetive number is infinity...