hi team GOOD NEWS: Introducing the NEW "C4Swimmers Wiki Site" is a type of website that allows anyone visiting the site to add, remove, or otherwise edit all...
Ashish sahu If u can write definition in .c file, what is the necessity of having one more file type? .h Header files: Another form of source file. Header...
Prasanna K P
prasannakp@...
Apr 1, 2006 12:10 pm
6079
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Apr 1, 2006 7:09 pm
6080
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Apr 1, 2006 7:09 pm
6083
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Apr 1, 2006 7:10 pm
6084
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Apr 1, 2006 7:10 pm
6085
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Apr 1, 2006 7:10 pm
6086
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Apr 1, 2006 7:10 pm
6087
Hi all, I have one basic doubt. In C program if there is an occurance of divide by zero, the program is immediately aborting since the exception arises. Why...
hi if any body is having turboc software for building and ecxecuting c programs plz post it __________________________________________________________ Yahoo!...
plz, I am kallol from KIIT_DEEMED UNIVERSITY.ACCENTURE will visit on 10th april .... help me by sending ACCENTURE QUESTION PAPER OF 2006 bye kallol ...
Hi Ganesan, This might be a possible reason, but I am not sure. But it's a logical one: As you rightly pointed out, division is implemented as a series of...
hi this is Anil kumar studying final Btech IT and iam sorry to give this kind of reply i too know to that extent only if u get ti some way pls mail to me ...
Hi, I'm not sure of the exact answer, but hope this is right: Indeed, divisions are done as a sequence of subtractions, eg: 4/2 = 4 - 2 - 2, so quotient is 2....
Hi, [ NOTE : tested on gcc version 3.2.3 ] A #error preprocessing directive causes the implementation to produce a diagnostic message that includes the...
Dear friends, There is a job fair at Raja Muthaya Hall @ Chennai-Tamilnadu. The job fair will be conduct by Rotary club of Chennai.There are many MNCs will...
hi all, my name is kishore.ch. iam doing my M.C.A in S.V.University. can anyboby tell how to use asm code in c language. iam using turboc compiler. clearly...
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Apr 9, 2006 9:47 pm
6101
Hi guys, Come and live these moments with us in nature's lap. A delightful blend of scenic freshness and youthful vigour, each stimulating the other. A...
Hi All, Can anyone try this and confirm?? Biggest bug in linux/unix discovered!!!!! U can retrieve Password of the user..... Do u know - You can get to reveal...
My name is Debabrato Chatterjee. The code using asm in turboc compiler is as follows: #include<conio.h> void main() { clrscr(); asm mov ah,1; asm int 21h } ...
asm is a keyword in turboc. your assembly statements in asm{ } and compile enclose all ... ___________________________________________________________ Yahoo!...
My name is Debabrato Chatterjee. The code using asm in turboc compiler is as follows: #include<conio.h> void main() { clrscr(); asm mov ah,1; asm int 21h; }...