File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Dec 1, 2006 11:33 am
7011
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Dec 1, 2006 11:33 am
7012
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Dec 1, 2006 11:33 am
7013
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Dec 1, 2006 11:33 am
7014
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Dec 1, 2006 11:33 am
7015
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, 2006 11:33 am
7016
hi everybody, my question is...i allocated for example 500 bytes by using a malloc and assigned to a pointer. Now my actual question is i send this pointer to...
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 3, 2006 10:31 am
7018
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Dec 3, 2006 10:31 am
7019
Hi, Here is a small program which can swap any data type. Just wanted to get some opinions from members. If there are any better ideas please give your...
Dear Group Members, There is an urgent requirements for our clients in USA for networking and C++/VC++ professionals If you feel you or any of your friends is...
good 1 !!!!! Seran S <seranmca@...> wrote: Hi, Here is a small program which can swap any data type. Just wanted to get some opinions from...
VISHAL NAHAR
naharvishalj@...
Dec 5, 2006 4:39 pm
7023
Hi, This is not possible. You need to pass another argument containing its length. Thanks, Mrinmoy ... bytes by using a malloc and assigned to a pointer. Now...
There is no generic way to do it.. But usually, malloc stores the no. of bytes it allocated, one word before the pointer returned to you. eg, this program will...
Hi, In my opinion you are correct to some extent only. Because I think your code is not going to work for character arrays. For e.g. char szBuff1[]="Abhi"; ...
Hi Abhi, you are right. Vikas. abhijit dutta <abhi_want@...> wrote: Hi, In my opinion you are correct to some extent only. Because I think your code is...
significance of Null directive ?? FYI - The null preprocessor directive is a single number sign (#) alone on a line. It has no effect. Is it a portable code ??...
Code should throw compiler error on specific conditions Consider the following code snippet: #include<stdio.h> int main() { printf("Hello World!"); return 0; }...
hai everybody i came to know that we can write a c programme without main() i.e actually we can make the execution start from the function name we desire by...
I think this link would serve you .......... http://c-faq.com/null/index.html Thanks and Regards, Jyothi Swaroop. ... [Non-text portions of this message have...
Just removing the header file should generate a error when compiled with g++, as there won't be a declaration for printf function. ... [Non-text portions of...
Hi All, We now invite Onsite to Japan around the globe for an excellent job opportunity in Japan for our client which is a leading statutory body. Due to the...
hi sonal, pipes in unix is used for inter process communication. this is a unidirectional way of communication. look at the following example. main() { int...
!! H1B NEW / TRANSFERS !! H1B New Application/Transfers is now being accepted by us for the following professionals for 2007 filing:- # SAP # ORACLE...