... statement b is present as below, the for loop is executing infinitely. But when statement b is replaced with statement a as ... Below is my gcc version...
Hi, It goes to infinite loop because you are using the for loop wrong. when you have done s[30], you have allocated s[0] to s[29]. Now if you try to write...
Yes, Even i observed such cases where it didnot get into infinite loop and sometimes i'm getting a segmentation fault. I think that its an atypical behavior....
I don't think attachments are supported in this mailing list. Try to upload the file or send the source code in mail itself (not attached) so that we can check...
Hi, Heran and Baker is a book on computer graphics. With Regards, Panchal Rajan rajan.panchal@... ++++++++ I Dont Fear Computers, I Fear Lack 0f Them...
here i am posting the source code.Its too lengthy..-------------------------Source Code-----------------------------#include<stdio.h> #include<conio.h> ...
write at least 5 sentences stating your reason that the programming problem regarding room capacity should incorporate a condition to be able to obtain the...
Error message: undefined symbol try. This is the error message when i try to execute some exception handling programs. Can anyone give the solution for my...
Dear Friends, There are openings for strong and talented developers/White Box Testers in Adobe India. If you are intersted in this opportunity , then mail me...
It would be easy to provide the solution if you are more specific.... What complier are you using.. If it is turbo C then it won't work..... Regards, Chenthil ...
Hi All, When does the compiler create a VTABLE for implementing virtual function mechanism. Is it at compile time or run time. For a code snippet like this: ...
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Nov 30, 2008 10:20 am
8771
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 30, 2008 10:20 am
8772
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Dec 1, 2008 10:34 am
8773
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Dec 1, 2008 10:34 am
8776
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Dec 1, 2008 10:34 am
8777
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Dec 1, 2008 10:34 am
8778
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Dec 1, 2008 10:34 am
8779
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Dec 1, 2008 10:34 am
8780
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...
Dec 1, 2008 10:34 am
8781
I am reading a file tha contains typedef struct temp1 { int a; int b[10]; char c; }ST_TEMP1; in this file i first want to read the"ST_TEMP1" after structure...