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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 8454 - 8496 of 9110   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8454
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Send Email
Mar 1, 2008
9:53 am
8455
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Send Email
Mar 1, 2008
9:53 am
8456
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Send Email
Mar 1, 2008
9:53 am
8457
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Send Email
Mar 1, 2008
9:53 am
8458
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Mar 1, 2008
9:53 am
8459
File : CLinks+TSRs+GDTips+101InterviewTips.zip Description : 101 Interview Questions,C Links,GD Tips,TSR...
c4swimmers@yahoogroup...
Send Email
Mar 1, 2008
9:53 am
8460
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Send Email
Mar 1, 2008
9:53 am
8461
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...
Send Email
Mar 1, 2008
9:53 am
8462
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Send Email
Mar 1, 2008
9:53 am
8476
Who approved such event in group calendar? Must be some mistake.. There are couple of more such reminders. Mods pls take proper action. ... [Non-text portions...
Ashish Patil
aadipa
Offline Send Email
Mar 7, 2008
6:38 am
8477
For event updates in calendars, we don't have options to moderate so it reaches everyone. To prevent such kind of issues/spams in the future, I changed the...
knnkishor
Offline Send Email
Mar 7, 2008
6:46 am
8478
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...
Send Email
Mar 9, 2008
10:11 am
8479
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Mar 9, 2008
10:11 am
8480
Hello all, I require (well it would be v nice & useful to have) a comparison between various commercial (and open-source) RTOS's on actual performance metrics...
vasa divakar
divakar_vasa
Offline Send Email
Mar 12, 2008
12:35 pm
8481
main() { int i=5; printf("%d",i++*i++); }...
Mohit Thander
mht1034
Offline Send Email
Mar 12, 2008
12:35 pm
8482
hi friends, i try to install Fedora Core 2 linux in my PC. but it was not loading properly. while i was installing pc hanged and at that time the cursor was...
vasa divakar
divakar_vasa
Offline Send Email
Mar 12, 2008
12:35 pm
8483
i think output would be....36. ... [Non-text portions of this message have been removed]...
Gyanprakash Gupta
gyanu_mits
Offline Send Email
Mar 12, 2008
4:51 pm
8484
what is the problem Mohit Thander <mht1034@...> wrote: main() { int i=5; printf("%d",i++*i++); } ... Never miss a thing....
Robert Ryan
bobzcplpl
Offline Send Email
Mar 12, 2008
4:52 pm
8485
I got 25, where did 36 come from Gyanprakash Gupta <gyanug@...> wrote: i think output would be....36. ... [Non-text...
Robert Ryan
bobzcplpl
Offline Send Email
Mar 13, 2008
3:06 pm
8486
try these http://www.wallpaperama.com/forums/hangs-pci-probing-pci-hardware-bus-00-t5672.html ...
Chenthil Rajan
jcrajan00
Offline Send Email
Mar 13, 2008
3:09 pm
8487
i think the output is 30 ... From: Gyanprakash Gupta <gyanug@...> To: c4swimmers@yahoogroups.com Sent: Wednesday, 12 March, 2008 6:46:23 PM Subject: Re:...
Amar Kotale
amar.kotale
Offline Send Email
Mar 13, 2008
3:10 pm
8488
The output is "undefined". You cannot use the pre- and post- [increment|decrement] operators multiple times like this and expect consistent results. The...
~Rick
thefirstrepa...
Offline Send Email
Mar 14, 2008
8:32 am
8489
ok ok.. i got the * have high precedince than ++so it first multiply(*)&nbsp; then only incremented i valueOn Wed, 12 Mar 2008 10:15:09 -0700 (PDT)...
ellan kumaran
ellan_kumaran
Offline Send Email
Mar 14, 2008
8:32 am
8490
You may try SPB Benchmark for windows. Warm regards, Prayas Mohanty ... From: vasa divakar <divakar_vasa@...> To: c4swimmers@yahoogroups.com Sent:...
Prayas Mohanty
mprayas
Offline Send Email
Mar 14, 2008
8:33 am
8491
This is something that is said to be UNDEFINED by the c standards. This link has more such expressions and answers for why it's undefined behavior: ...
srinivas g
srini_g2003
Offline Send Email
Mar 15, 2008
5:00 am
8492
Hi, Following are statements from one of my practice programs: printf("\nFloat display of 12 / 8: %f", 12 / 8); printf("\nInt display of 12.0 / 8: %d", 12.0 /...
KulkarniSan
Offline Send Email
Mar 19, 2008
7:00 am
8493
Hi , the problem is that it can't represent an integer in the floating point format just try this is out : printf("%f",1); KulkarniSan...
VISHAL HEGDE
vishal_bvbcse
Offline Send Email
Mar 20, 2008
5:03 pm
8494
... If we consider the Mohit's code, the output shall be 30. Why the output will be 30 is explained below; 1. First compiler know 'i' is an integer variable...
sg_nrb
Online Now Send Email
Mar 21, 2008
5:59 am
8495
... floating point format ... I think you should do a forced type casting of the argument for example use: printf( "%f", (float)1 );...
muhammadmohsinjaved
muhammadmohs...
Offline Send Email
Mar 21, 2008
5:59 am
8496
... First, in int case, why u use 12.0/8 instead of 12/8 as you know int always take 12.0 as 12? Second, by default, we can print out directly int value...
sg_nrb
Online Now Send Email
Mar 21, 2008
5:59 am
Messages 8454 - 8496 of 9110   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