File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Feb 1, 2006 6:38 pm
5750
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Feb 1, 2006 6:38 pm
5751
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Feb 1, 2006 6:38 pm
5752
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Feb 1, 2006 6:38 pm
5753
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Feb 1, 2006 6:38 pm
5754
Hi all whether main is a callback function with regards rajesh ... Jiyo cricket on Yahoo! India cricket [Non-text portions of this message have been removed]...
Hello, Thank you very much for spending your valuable time reading this message. I am familiar with programming with Matlab, Visual Basic 6, and to a less...
Reverse[0] contains '\0'. If you try print reverse, it won't display anything.bcas It's an empty string. See my inline comments. ... From:...
M, Ravindar
rm185061@...
Feb 6, 2006 1:12 pm
5760
1) How to find out whther a machine is 32 bit or 64 bit number thanks in advance ... Jiyo cricket on Yahoo! India cricket [Non-text portions of this message...
hi, can u tell me Testing our C++ skills book like Testing our C skills yashwant kanetkar, or can tell me FAQ C++ Book. Thanks, Nihar ... Jiyo cricket on...
hi, how to find the size of a variable/struct or anything with out using sizeof operator Ans: template<class t> int size(t x){ return ((&t+1) -&t); } SPONSORED...
some one had posted for the probable mistake in the code of: reversing a string #include<stdio.h> #include<string.h> #include<conio.h> int main() { ...
- You can ask any Question in VB6 or VB.NET - You can download the best Programming Books - You can download ActiveX & DLLs - Links to the most powerfull...
My dear friend, In ur pgm the value of ' i ' is getting incremented in excess by 1 becauase of the following code: for(i=0;s[i]!='\0';i++); Eg:Let 's' be...
Hi, First of all, I would like to thankful to you for your fast response. Please forget about yesterdays mail. In my previous mail, I did a mistake. I have one...
Hi friends I am vijay doing I-MCA in bharathiar University,coimbatore. I don't know how to swap two variables without using temporary variables, pointers and...
Hi, We can connect to MYSQLSERVER in C/C++ by loading MySQL's shared library libmysqlclient.so in a C/C++ method. This particular library provides different...
Suhasini
suhasini@...
Feb 6, 2006 1:14 pm
5770
Please see the comments inline.... kodicherla santosh <ksantosh_cs@...> wrote: Hello all, the following code reverses a string, but whn i try to...
hai all ths s very good quest now every interview borders asking in the case of structure define two structure type array and by using a character pointer...
Hi Mahendra, 1) c++ style comments :Indicating that you should use /* */ instead of // to comment a line. 2)No idea about signedness.Explain me once u know the...
HI Shinu, Volatile modifier simply tells the compiler that it's value can be changed without explicitly specified by the program. This is important in many...
Hi Mahendra, 1) c++ style comments :Indicating that you should use /* */ instead of // to comment a line. 2)No idea about signedness.Explain me once u know the...
Good Qn Define structure array OK then find out differnce btn base addr of two structures..OK What u get is size of unit in array. Principle:= array elements...