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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 8684 - 8713 of 8713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8684
... variable j; ... Hi Naveen, What is said about variable 'j. is agreed. But "i = i++ + ++j" is an undefined expression. Rick has rightly pointed out. And...
ckpradip
Offline Send Email
Sep 14, 2008
7:14 pm
8685
... NO! THIS IS NOT CORRECT!!! THE RESULTS ARE UNDEFINED. YOU CAN NOT AND SHOULD NOT USE MULTIPLE INCREMENTS WITHIN A SINGLE SEQUENCE POINT. PLEASE do not...
~Rick
thefirstrepa...
Offline Send Email
Sep 15, 2008
7:04 am
8686
Hi, Iam Suma from Bangalore Software Services. Here we have an opening with Our Client IBM ISS. Kindly go thru this requirement, If u are interested forward ur...
suma latha
suma.bss@...
Send Email
Sep 19, 2008
6:03 am
8687
hi freinds i am very much interested in solving tricky and puzzled questions in C. So please send me the Questions. PLEASE...........................
abhi_kul1989
Offline Send Email
Sep 19, 2008
2:04 pm
8688
Dear Friends, There are openings for strong and talented developers in Adobe India. If you are intersted in this opportunity , then mail me at ...
adobeindia_jobs
Offline Send Email
Sep 19, 2008
2:04 pm
8689
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Sep 21, 2008
9:36 am
8690
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
Sep 21, 2008
9:36 am
8691
hi abhi,   i have a small doubt regarding operators.    what is the use of unary + operator in C?   hope u will give me the answer....   regards, baskar. ...
baskar rajagopal
pearlbas143
Offline Send Email
Sep 22, 2008
9:50 am
8692
hey + is used as unary operator when it is used as ++ if only + is used it acts as binary operator. ... From: baskar rajagopal <pearlbas143@...> To:...
abhijit kulkarni
abhi_kul1989
Offline Send Email
Sep 23, 2008
9:14 am
8693
  i=3 j=5 ... [Non-text portions of this message have been removed]...
ellan kumaran
ellan_kumaran
Online Now Send Email
Sep 26, 2008
1:25 pm
8694
... BZZZZZZZTTT!! I am sorry, but you are INCORRECT! Please go back and read this thread carefully to understand the correct response. ~Rick ... [Non-text...
~Rick
thefirstrepa...
Offline Send Email
Sep 27, 2008
6:41 am
8695
... tried a lot ... after the ... The C ANSI Standard only supports ONE post or pre increment/decrement operator. There are a large number of C Compilers...
kocmotex
Offline Send Email
Sep 29, 2008
3:13 am
8696
... From: kocmotex <kocmotex@...> Subject: Re: [c4swimmers.net] post/pre increment operators To: c4swimmers@yahoogroups.com Date: Saturday, 27 September,...
anoop negi
anoop_negi2010
Offline Send Email
Sep 29, 2008
7:58 am
8697
i need only this title of ebook "c how to program " writed by deitel&deitel...
reypan89
Offline Send Email
Sep 29, 2008
3:15 pm
8698
... pre ... not ... work ... increment/decrement ... of ... of ... depends ... after execution of the expression.for e.g i=5; j=i++;  the expression "j=i++"...
kocmotex
Offline Send Email
Sep 30, 2008
9:06 am
8699
i=0;j=0; i=i++ + ++j;  j=++i+ j++;   ... i=i++ + ++j;   ->> in this case i=0+1 (since post operation in i n pre operation in j). but since i value will...
Md. Arafat Hossain Khan
sagar_buet
Offline Send Email
Sep 30, 2008
9:06 am
8700
i=0;j=0; i=i++ + ++j;  j=++i+ j++;   ... i=i++ + ++j;   ->> in this case i=0+1 (since post operation in i n pre operation in j). but since i value will...
Md. Arafat Hossain Khan
sagar_buet
Offline Send Email
Sep 30, 2008
9:06 am
8701
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Send Email
Oct 1, 2008
9:38 am
8702
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Send Email
Oct 1, 2008
9:38 am
8703
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Send Email
Oct 1, 2008
9:38 am
8704
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Send Email
Oct 1, 2008
9:38 am
8705
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Oct 1, 2008
9:38 am
8706
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Send Email
Oct 1, 2008
9:38 am
8707
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
Oct 1, 2008
9:38 am
8708
File : CLinks+TSRs+GDTips+101InterviewTips.zip Description : 101 Interview Questions,C Links,GD Tips,TSR...
c4swimmers@yahoogroup...
Send Email
Oct 1, 2008
9:38 am
8709
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Send Email
Oct 1, 2008
9:38 am
8710
... pre ... not ... work ... increment/decrement ... of ... of ... depends ... after execution of the expression.for e.g i=5; j=i++;  the expression "j=i++"...
kocmotex
Offline Send Email
Oct 2, 2008
5:07 pm
8711
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Oct 5, 2008
9:38 am
8712
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
Oct 5, 2008
9:38 am
8713
how can i develop a plugin for web browsers like ie and firfox i dont know any thing thanks for your help a plugin like flash or silverlight is there a way to...
mtkarimi
Online Now Send Email
Oct 15, 2008
1:20 pm
Messages 8684 - 8713 of 8713   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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