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 8117 - 8146 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8117
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2007
8:32 am
8118
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Send Email
Sep 1, 2007
8:32 am
8119
File : CLinks+TSRs+GDTips+101InterviewTips.zip Description : 101 Interview Questions,C Links,GD Tips,TSR...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2007
8:32 am
8120
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2007
8:32 am
8121
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2007
8:32 am
8122
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2007
8:32 am
8123
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2007
8:32 am
8124
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2007
8:32 am
8125
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 1, 2007
8:32 am
8126
Hi babu, its very easy to generate the random numbers in C. we have two library functions for that. (This will definetrly works in TurboC but i am not sure...
siddhu
siddhardhagu...
Offline Send Email
Sep 4, 2007
11:01 am
8127
Hi all, in unix i have a very huge file like 6GB and i want to delete first 10 lines from this huge file permanently. Can anybody help me how to do this...
manav raheja
jmanavraheja@...
Send Email
Sep 4, 2007
11:03 am
8128
V3infonet recruits Software Engineer Eligibility is B.E./B.Tech/MCA (0-3years exp) Candidates passing out in 2007 can also apply For more details visit ...
preeti2air
Offline Send Email
Sep 4, 2007
11:06 am
8129
Hi siddhu, I want to write my own randomize function, then how should i proceed. Thanks, WIth regards, babu siddhu <siddhardhagudivada@...> wrote: Hi...
SR babu
linuxsrbabu
Offline Send Email
Sep 4, 2007
3:01 pm
8130
Hi Babu, Please go through my earlier reply to this topic. Also have a look at http://en.wikipedia.org/wiki/Pseudorandom_number_generator As I said,...
Ashish Patil
aadipa
Offline Send Email
Sep 5, 2007
10:37 am
8131
Dear Programers, we are india based HR consultant who placed candidates to canada and australia, right now one of our most reputed client based at canada-...
Prime Consultancy
pconsultancy
Offline Send Email
Sep 5, 2007
10:42 am
8132
hi group what is bigendian and littlendian how can i find whether my mechine is little or bigendian? pl clarify my doubt...
lsuresh_29
Offline Send Email
Sep 5, 2007
11:11 am
8133
Hi, BIGENDIAN indicates that the variable (for varying strings, the length prefix part of the variable) is stored with its most significant bytes first. This...
nag raj
nagraj_m_s
Offline Send Email
Sep 5, 2007
1:45 pm
8134
Hi Nagraj, could you please help us to know how this line works ?? char ch=(char*)a; //getting the first byte of the integer With Regards, Himanshu nag raj...
~Himanshu Bhange~
phoenix_hima...
Offline Send Email
Sep 6, 2007
1:40 pm
8135
thankyou nagraj nag raj <nagraj_m_s@...> wrote: Hi, BIGENDIAN indicates that the variable (for varying strings, the length prefix part of the...
suresh kumar
lsuresh_29
Offline Send Email
Sep 6, 2007
1:44 pm
8136
Hi, can any one please help me. i am taking variable arguments in to a string. i then need to put it in to a structure of my own defined structure. i am able...
raj uuu
rodyk4u
Offline Send Email
Sep 7, 2007
11:11 am
8137
Hello everybody, I would like to add and upto some extent amend what Nagraj had said. "Little Endian" means that the low-order byte of the number is stored in...
abhijit dutta
abhi_want
Offline Send Email
Sep 7, 2007
11:11 am
8138
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 9, 2007
8:32 am
8139
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Sep 9, 2007
8:32 am
8140
*format++;//------> is wrong....coz it cant b modified correct me if am wrong raj uuu <rodyk4u@...> wrote: Hi, can any one please help me. i am taking...
shivram
richie_rvs
Offline Send Email
Sep 10, 2007
12:00 pm
8141
wc -l <my_file_1> ==> this command will give you the total no of line in the my_file_1 sed -n -e '10,Lp' <my_file_1> > <my_file_1> where L is the no of...
Dharmosoth Seetharam
seetharam_21@...
Send Email
Sep 10, 2007
12:00 pm
8142
Hi Group members, I have a doubt on malloc and free functions In malloc we give size of memory that we require, but in free function we give pointer to the...
SR babu
linuxsrbabu
Offline Send Email
Sep 10, 2007
12:01 pm
8143
Hi Group members, I have a doubt on malloc and free functions In malloc we give size of memory that we require, but in free function we give pointer to the...
SR babu
linuxsrbabu
Offline Send Email
Sep 10, 2007
12:01 pm
8144
DON'T REPLY TO ajay@... !! H1B NEW APPLICATIONS / TRANSFERS !! ================================== H1B New Application/Transfers is now being accepted...
Eci
eci_indya
Offline Send Email
Sep 10, 2007
12:02 pm
8145
Hi Babu, here you are just dereferencing then pointer which is pointing that memory location and its not deleting the content of the memory location. so free...
rajashekhar managoli
raj_mangoli
Online Now Send Email
Sep 10, 2007
3:31 pm
8146
... function we give pointer to the memory alloted but not the size of memory that is alloted. ... hi babu, at tha end of alloted memory it wil also have size...
lsuresh_29
Offline Send Email
Sep 10, 2007
3:33 pm
Messages 8117 - 8146 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