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 to share photos of your group with the world? 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 6927 - 6956 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6927
your lead gave me the answer ................ int i = 30 void mani() { int i = 30; { int i = 20; printf("%d \n",*(&i - 1)); } } Now i can print 20 on my...
Jyothi Swaroop
jyothiswaroo...
Offline Send Email
Nov 1, 2006
12:46 pm
6928
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Send Email
Nov 1, 2006
9:21 pm
6929
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Send Email
Nov 1, 2006
9:21 pm
6930
File : CLinks+TSRs+GDTips+101InterviewTips.zip Description : 101 Interview Questions,C Links,GD Tips,TSR...
c4swimmers@yahoogroup...
Send Email
Nov 1, 2006
9:21 pm
6931
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Send Email
Nov 1, 2006
9:21 pm
6932
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Send Email
Nov 1, 2006
9:21 pm
6933
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Nov 1, 2006
9:21 pm
6934
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Send Email
Nov 1, 2006
9:21 pm
6935
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
Nov 1, 2006
9:21 pm
6936
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Send Email
Nov 1, 2006
9:21 pm
6937
hi, how to write a function to find the number of characters repeated in a string and postion of the charaters? plz reply me soon cheers shiva ... We have...
prasad shiva
sssvenkat_eee
Offline Send Email
Nov 2, 2006
4:08 am
6938
Its work fine in the gcc compiler in Linux environment...
sk_sumit
Offline Send Email
Nov 2, 2006
4:11 am
6939
Hi all Volunteers needed to work pro-actively and consistently to help grow our dedicated C/C++ community (c4swimmers@yahoogroups.com) to greater heights. What...
knnkishor
Offline Send Email
Nov 2, 2006
4:13 am
6940
Fore-D Tech Noida, It is almost 3 years old startup growing with a great speed. At Fore-D Tech, we strive to push the embedded device technology to its...
madhushil manu
shil_manu
Offline Send Email
Nov 2, 2006
11:18 am
6941
Yes. It works in gcc. You can try typecasting b, c and d in your program. Something like this: A = ((float)B)*255 + (float)C + ((float)D)/100; Let us know, if...
srinivas g
srini_g2003
Offline Send Email
Nov 2, 2006
11:19 am
6942
Hope this helps.... main() { int i=0,j,k=0; char str[]="c4swimmers"; char c,*ptr; clrscr(); printf("enter the character to be found"); scanf("%c",&c); ptr=str;...
raghuram chary
salman_419
Offline Send Email
Nov 2, 2006
11:25 am
6943
try typecast A = (float)(B*255+C+D/100) the above will not change the answer if you run it with gcc or VC++ But I think you need all calculations to be done in...
Ashish Patil
aadipa
Offline Send Email
Nov 2, 2006
2:01 pm
6944
Hello Prasad, One method to this is,create a structure : struct { char C; int Position; }List[100]; Now,store each and every chars of the string into the List...
vishwanath savakar
low_bvb
Offline Send Email
Nov 2, 2006
2:06 pm
6945
Hello fishes, I a question in "Test ur C skills" by Yashwant Kanitker which went similar to this : int A = 10,B; (A == 10)?B=10:B=30; It gives an error of...
vishwanath savakar
low_bvb
Offline Send Email
Nov 3, 2006
6:36 am
6946
hi, can anyone tell me how to find a loop in a linear link list and in a double link list with program example? shiva ... We have the perfect Group for you....
prasad shiva
sssvenkat_eee
Offline Send Email
Nov 3, 2006
6:42 am
6947
hi c guys, ... i want a program for decimal to hexa and binary to hexa conversions, plz help me ... [Non-text portions of this message have been removed]...
jayanthan sambath
jayanthan_nagai
Offline Send Email
Nov 3, 2006
4:11 pm
6948
Hello, I didnot get ur question , but if u can put a check for the baseaddress, i guess u can know if it is in in a loop or not ... prasad shiva...
Prayas Mohanty
mprayas
Offline Send Email
Nov 3, 2006
4:13 pm
6949
Probably :? is having lowest precedence than =. Check out!!! [Non-text portions of this message have been removed]...
prashant ullegaddi
ullegaddipra...
Offline Send Email
Nov 3, 2006
4:16 pm
6950
hi, 1.let first ptr point to beginig of the list 2.second ptr point to the second node 3.in a loop increase 1st ptr by one node increase 2nd ptr by two nodes ...
Prasanna K P
prasannakp@...
Send Email
Nov 3, 2006
4:18 pm
6951
wat do u mean by loop in linked list????? Pls explain. ... [Non-text portions of this message have been removed]...
raghuram chary
salman_419
Offline Send Email
Nov 3, 2006
4:21 pm
6952
hiii to make a loop in a link list first we create a temporary node pointer which contains the address of a node .suppose it is *q.then assigning this to start...
deepika kanda
deepi_kanda
Offline Send Email
Nov 5, 2006
5:38 am
6953
Responsibilities to be taken at Alchemist Techno-Labs urgently Skills: Java / JSP / Servlets / _JavaScript / Struts 1.2.4 . J2EE 1.4 / EJB 2.0 / APACHE Tomcat,...
rijish
rijishrajan
Offline Send Email
Nov 5, 2006
5:39 am
6954
... Hey, sorry dude. I wrote it wrong. Actually = is having lower precedence than ?:. so your expr gets evaluated somewhat like ((a==b)? b=0: b) = 1; Here ur...
prashant ullegaddi
ullegaddipra...
Offline Send Email
Nov 5, 2006
5:46 am
6955
hi, whether it is a valid code to define a int (*p( ))[20] to pass an array to function which will return a pointer to an arry from a function? plz expalin...
prasad shiva
sssvenkat_eee
Offline Send Email
Nov 5, 2006
6:50 am
6956
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
Nov 5, 2006
5:23 pm
Messages 6927 - 6956 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