File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Jan 1, 2007 2:11 pm
7108
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Jan 1, 2007 2:11 pm
7109
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Jan 1, 2007 2:11 pm
7110
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Jan 1, 2007 2:11 pm
7111
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...
Jan 1, 2007 2:11 pm
7114
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...
Jan 1, 2007 2:11 pm
7115
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Jan 1, 2007 2:11 pm
7116
gud work... ... ********************************************************************** ... to a character returns an ... to a character returns a ... a pointer...
Hi All, We now invite Embedded Skills around the globe for an excellent job opportunity in Singapore for our client which is a leading statutory body. Due to...
Hi All, I have some openings for C++ candidate in my company BarcoElectronics systems pvt. ltd. for product development team. Minimum exp required: 3+yrs in...
Hi, Hey these are not the types of pointers. i have studied that integer pointer,far pointer are the some of pointers.plz confirm it first. Regards, Maria...
Hi, The program shown below is to count the number of one in any given number. when i scan any number from keyboard i am getting ./a.out enter the number 23 ...
Bitwise Operators Trickies: (1) Add two numbers without using the '+' operator (2) Multiply two numbers without using the '*' operator (3) Decimal to Binary...
Hi guys, I have a doubt in linux scheduler. let say there are 10 process waiting in active array for the scheduler to be taken having different time slices. In...
Hi kishor, for the 2nd problem the solution is #include<stdio.h> main() { unsigned int a ,b ,c = 0 ; int i = 0, j; printf("enter the numbers for which you want...
Dear Group Members, We have some urgent requirements with our Client in USA. About Client: It’s a Fortune 25 top Software MNC with Multiple offices across...
for(;0;) Since condition is 0 = false it will no go into loop. This is perfectly valid code as initialization and increment parts are optional in for syntax. ...
This is the case they call starvation in Operating System courses. The process will wait till the CPU has nothing else to do. The real problem is: that CPU...
ven u use XOR(^)some nums get added some nums get subracted.... 5^5=>0 1^2=>3 knnkishor <knnkishor@...> wrote: Bitwise Operators Trickies: (1) Add two...
Any turbo compiler compiles both C and C++ programs then how does it differenciate bet the conventions used in both the languages. eg: in C prog declarations...
HI NITHYA RADHA.... The code provided by preethi is absolutely works well and I would like to tell another solution too,which works faster than this.......if u...