Search the web
Sign In
New User? Sign Up
c4swimmers · India's First C/C++ Programming Portal
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5746 - 5775 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5746
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2006
6:38 pm
5747
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Send Email
Feb 1, 2006
6:38 pm
5748
File : CLinks+TSRs+GDTips+101InterviewTips.zip Description : 101 Interview Questions,C Links,GD Tips,TSR...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2006
6:38 pm
5749
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2006
6:38 pm
5750
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2006
6:38 pm
5751
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2006
6:38 pm
5752
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2006
6:38 pm
5753
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Send Email
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]...
raju kumar
rajuec111
Offline Send Email
Feb 6, 2006
1:11 pm
5755
thanks in advance. ... Jiyo cricket on Yahoo! India cricket [Non-text portions of this message have been removed]...
raju kumar
rajuec111
Offline Send Email
Feb 6, 2006
1:11 pm
5756
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...
Davood Karimi
dkarimi57
Offline Send Email
Feb 6, 2006
1:12 pm
5757
#define SIZE(x) ((x *)0)+1 Returns size of 'x'. X could be anything datatype or structure. Most efficient one. ... From: c4swimmers@yahoogroups.com...
M, Ravindar
rm185061@...
Send Email
Feb 6, 2006
1:12 pm
5758
Hi, E1 link has 32 timeslots and T1 link has 24 timeslots.E1 is the European standard and T1 is the American standard. ... ...
beginee pulikken
begineep
Offline Send Email
Feb 6, 2006
1:12 pm
5759
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@...
Send Email
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...
raju kumar
rajuec111
Offline Send Email
Feb 6, 2006
1:12 pm
5761
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...
Nihar T
niharcse
Offline Send Email
Feb 6, 2006
1:13 pm
5762
thanks in advance. ... Jiyo cricket on Yahoo! India cricket [Non-text portions of this message have been removed]...
raju kumar
rajuec111
Offline Send Email
Feb 6, 2006
1:13 pm
5763
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...
ramesh kumar
ramesh_barh
Offline Send Email
Feb 6, 2006
1:13 pm
5764
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() { ...
sunil kumar
sunilkumardaga
Offline Send Email
Feb 6, 2006
1:13 pm
5765
- 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...
Ahmed abel Razik
vb_dev2005
Offline Send Email
Feb 6, 2006
1:13 pm
5766
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...
vishwanath savakar
low_bvb
Offline Send Email
Feb 6, 2006
1:14 pm
5767
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...
Crazy Boy
crazymoonboy
Offline Send Email
Feb 6, 2006
1:14 pm
5768
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...
vijaya kumar
svijayakumarbsc
Offline Send Email
Feb 6, 2006
1:14 pm
5769
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@...
Send Email
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...
malli
hi_malli2k3
Offline Send Email
Feb 6, 2006
1:15 pm
5771
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...
rekha ar
rekha_ram82
Offline Send Email
Feb 6, 2006
1:15 pm
5772
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...
govardhanann jayaraman
govaus17
Offline Send Email
Feb 6, 2006
1:16 pm
5773
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...
govardhanann jayaraman
govaus17
Offline Send Email
Feb 6, 2006
1:16 pm
5774
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...
govardhanann jayaraman
govaus17
Offline Send Email
Feb 6, 2006
1:16 pm
5775
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...
Avinash V.M
george_seti
Offline Send Email
Feb 6, 2006
1:16 pm
Messages 5746 - 5775 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help