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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 6167 - 6196 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6167
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Send Email
May 1, 2006
5:28 pm
6168
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Send Email
May 1, 2006
5:28 pm
6169
File : CLinks+TSRs+GDTips+101InterviewTips.zip Description : 101 Interview Questions,C Links,GD Tips,TSR...
c4swimmers@yahoogroup...
Send Email
May 1, 2006
5:28 pm
6170
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Send Email
May 1, 2006
5:28 pm
6171
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Send Email
May 1, 2006
5:28 pm
6172
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
May 1, 2006
5:28 pm
6173
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Send Email
May 1, 2006
5:28 pm
6174
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Send Email
May 1, 2006
5:29 pm
6175
The directive #error causes the preprocessor to report a fatal error. #ifdef __Win32__ #error "Won't work on WINDows." #endif The directive #warning is like...
Apparao
apparao@...
Send Email
May 2, 2006
4:38 am
6176
[Google] <http://code.google.com/> Google Code Google Code Home <http://code.google.com/> > Summer of Code <http://code.google.com/summerofcode.html> ...
placementpapers1
placementpap...
Offline Send Email
May 2, 2006
4:41 am
6177
hi, to all... i m new to this group.... some proram in c..... can u solve this question............. 1. write a program for counting the number of palindrome ...
madhup mani
madhup_mani
Offline Send Email
May 2, 2006
10:44 am
6178
hi , frndz let me know the answers for the below listed questions in C. 1.wat is diff btwn high level & low level function? Example prog ..which one is best? ...
Nagarajan Mani
naaggce
Offline Send Email
May 3, 2006
4:43 am
6179
Ur asking for the logic ??? if u try u can solve Try out ur own logic and comeback with the problems ur faced 1.if u know what is a palindrome then u can solve...
Prasanna K P
prasannakp@...
Send Email
May 3, 2006
4:43 am
6180
hi, Iam Ch.Kishore doing M.C.A in S.V.University ,tirupathi , A.P. iam the sailent member of this group. can any body explain how to compile a cprogram from ...
Kishore Kumar
chakkiralaki...
Offline Send Email
May 4, 2006
5:04 am
6181
very correct example by Apparao. Apart from that the #pragma has varied uses. U can remove the warning messages displayed while compilation. U can link modules...
Abhijit Dutta
abhi_want
Offline Send Email
May 4, 2006
5:05 am
6182
hi all, Iam Ch.Kishore doing M.C.A in S.V.University. On 20th of this month iam going to face TCS on our campus.any one who had already faced TCS share ur ...
Kishore Kumar
chakkiralaki...
Offline Send Email
May 4, 2006
5:06 am
6183
Hello friend, This is really a very big number. But the multiplication of such numbers can be done if u store the number in an array or in a linked list, one...
Abhijit Dutta
abhi_want
Offline Send Email
May 4, 2006
5:06 am
6184
Hi ! People , Before i forget - Good luck to Kishore for TCS test . My question is a general 1. When we say "I have a 32 MB Video card.." What does that mean...
Prayas Mohanty
mprayas
Offline Send Email
May 4, 2006
9:41 am
6185
Hi kishore, #pragma is used to put particular code or data in particular data segment so while runing the program only data will get added not while compile...
govardhanann jayaraman
govaus17
Offline Send Email
May 5, 2006
4:26 am
6186
Hi all, Subject : Query Regarding Pthread exception This is for developing a vod streaming application for a mediaplayer. We are using Live555 openRTSP stack...
JACOB
betranz_27jan
Offline Send Email
May 5, 2006
10:22 am
6187
hi Regarding TCS,you can visit sites like freshersworld.com & chetana.com. You will find lots of info abt the AT papers & interview. Best wishes, T Srividya. ...
Srividya Thiyagarajan
sri_23_t
Offline Send Email
May 7, 2006
5:43 am
6188
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
May 7, 2006
4:10 pm
6189
  Hai govardhanann, Nice explanation. I Have one more question against these. what is the need of #pragma,#error in C? what are all benefits we can get from...
Viru
viru_05
Offline Send Email
May 8, 2006
5:03 am
6190
Viru, Volatile: this qualifier tells the compiler ,not to include the variable for optimization. So that whenever u access the volatile variable the variable ...
Prasanna K P
prasannakp@...
Send Email
May 8, 2006
6:11 am
6191
Some problem in the formatting the text.. next time I will take care.. _____ From: c4swimmers@yahoogroups.com [mailto:c4swimmers@yahoogroups.com] On Behalf Of...
Prasanna K P
prasannakp@...
Send Email
May 8, 2006
8:53 am
6192
hi I am Mallikarjun Katta Can any one clear me a doubt on memry allocation. out of malloc() and callaoc() which allocates memory more efficiently . Regards ...
mallikarjun katta
mallikarjunk...
Offline Send Email
May 8, 2006
9:31 am
6193
I think this answer you were expecting malloc() returns a block of memory that is allocated for the programmer to use, but is uninitialized. The memory is...
ravinderonline
Offline Send Email
May 8, 2006
12:51 pm
6194
Hi, This is hemalatha. I want the explanation on Enum. In which scenario we can use enum....
saihemalatha_k
Offline Send Email
May 9, 2006
4:39 am
6195
Hi this is hemalatha, Can any body help me? I was asked by the question in interviews like this. As a designer which method is u follow and why? Polling or ISR...
saihemalatha_k
Offline Send Email
May 9, 2006
4:41 am
6196
Hello all, My name is kumar. Could anybody send me Linux device driver FAQS or the links Your help would be greatly appreciated Regards Kumar [Non-text...
kumarvenkataramana va...
kumarvkv@...
Send Email
May 9, 2006
4:41 am
Messages 6167 - 6196 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