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 3096 - 3125 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3096
Q1 : Write the output of this program #include<stdio.h> main() { int *a, *s, i; s = a = (int *) malloc( 4 * sizeof(int)); for (i=0; i<4; i++) *(a+i) = i * 10; ...
M N Mohammed Yousuff
usuf_f
Online Now Send Email
Feb 1, 2005
10:57 am
3097
Hi guys, I have a real problem here. Ive written a code to generate my own tcp packet and send it to a server. But the problem is with the checksum calculation...
varun chandramohan
cvarun_2004
Offline Send Email
Feb 1, 2005
11:53 am
3098
I HOPE THIS WILL WORK main() { int a,b,c,d; a=5; b=7; c=a-b; d=a^b;(XOR) c=c&8000F;or(c=c&(1<<15)); if(!d) printf("a is equal to b"); else if(c) printf("b is...
a s k
santoshkumar...
Offline Send Email
Feb 1, 2005
11:54 am
3099
I figured that the attchment didnt get attched so iam sending the code. varun #include<netinet/in.h> #include<netinet/ip.h> #include<sys/socket.h> ...
varun chandramohan
cvarun_2004
Offline Send Email
Feb 1, 2005
12:03 pm
3100
hi this code wouldn't lead to system crash.compile this and check the results. ________________________________________________________________________ Yahoo!...
anegu reddy
anavneetreddy
Offline Send Email
Feb 1, 2005
1:09 pm
3101
Hiii Alll, Played around with gzip, gcc. Wana meet the person who created these software gizmos? This event is for you then. Vellore Institute of Technology is...
alok padhi
alok01in
Offline Send Email
Feb 1, 2005
1:11 pm
3102
Hi Varuan, I couldn't get ur code....without seeing, it is hard to find the problem....Are ur adding ur own TCP header by using RAW sockets?? ... Regards, ...
Rajat
myself_rajat
Offline Send Email
Feb 1, 2005
1:12 pm
3103
File : 7HabitsOfEffectiveC++.pdf Description : 7 habits of effective C++ programming...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3104
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3105
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3106
File : CLinks+TSRs+GDTips+101InterviewTips.zip Description : 101 Interview Questions,C Links,GD Tips,TSR...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3107
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3108
File : Exploring DataStructures with C.doc Description : Download the EXPLORING DATA STRUCTURES WITH C (1 - 13 Pages)...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3109
File : HowToBeAProgrammer.pdf Description : MUST READ - How To Be a Programmer / Team Person...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3110
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3111
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3112
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3113
File : Uttarainfo_ad.doc Description : Uttara - Advanced C & Unix course, Rajajinagar, Bangalore...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3114
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3115
File : malloc.c Description : Implementation of malloc in C...
c4swimmers@yahoogroup...
Send Email
Feb 1, 2005
9:12 pm
3116
can any body clarify what is the maximum no of cases in a switch statement Yahoo! India Matrimony: Find your life partneronline. [Non-text portions of this...
Sushma Gowda
crazisusy
Offline Send Email
Feb 3, 2005
4:14 am
3117
Hi 256 is the maximum no of cases. Regards, Abhit CS majors BITS Pilani LG soft Bangalore 3G R&D Labs ... Sent: Thursday, February 03, 2005 9:44 AM To:...
Abhit kalsotra
abhit@...
Send Email
Feb 3, 2005
4:20 am
3118
Hi The switch case construct evaluates an integer expression once, then branches to the matching case. Each case must be a unique integer constant. The maximum...
rohit badgaiyan
rohit_byn
Offline Send Email
Feb 3, 2005
4:21 am
3119
Hi all, Can anybody help me ???? actually m doing oracle package body encription by wrap utility. now when i m compiling it by call...
Kewal Krishan
kewal_kjangir
Offline Send Email
Feb 3, 2005
6:02 am
3120
Hai, I'm pathy. I'm very beginning stage in C programming. I want learn C completely. can u give me any tips, ideas, meterials to learn C...
ragup josu
pathyginwat
Offline Send Email
Feb 3, 2005
8:12 am
3121
there is no limit on no of switch statement in C ________________________________ From: Sushma Gowda [mailto:crazisusy@...] Sent: Thu 2/3/2005 9:44 AM ...
N.Shrinivas Hanchate(...
shrinivasnh
Offline Send Email
Feb 3, 2005
8:16 am
3122
hai man... The best books to study C is "let us C " by yashwant kanithkar.... , "learning C by balaguruswamy" ... From: ragup josu To:...
enchanter
friendship_rays
Offline Send Email
Feb 3, 2005
8:29 am
3123
Hi, The C standard (ISO/IEC 9899:1999) does not enforce any upper limits on the number of case statements. However, there are a couple of points to note: 1)...
lenson.andrade@...
lenson18
Offline Send Email
Feb 3, 2005
8:52 am
3124
Hi friends, I am vijendra, there is a requirement for the 2003/2004 passed out in Mechanical and Electrical Branches in BE. Company Name: Ingersol rand (MNC) ...
viji indra
vijindra2003
Offline Send Email
Feb 3, 2005
10:43 am
3125
Hai Friends, Can any one tell me how to run Java Parallel Virtual Machine(JPVM) Programs. Ramesh Babu M.Tech. Pondihcerry Univ, Pondi. Yahoo! India Matrimony:...
ramesh babu
rameshsubbat...
Offline Send Email
Feb 3, 2005
11:19 am
Messages 3096 - 3125 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