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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 4532 - 4561 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4532
File : 7HabitsOfEffectiveC++.pdf Description : 7 habits of effective C++ programming...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4533
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4534
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4535
File : CLinks+TSRs+GDTips+101InterviewTips.zip Description : 101 Interview Questions,C Links,GD Tips,TSR...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4536
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4537
File : Exploring DataStructures with C.doc Description : Download the EXPLORING DATA STRUCTURES WITH C (1 - 13 Pages)...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4538
File : HowToBeAProgrammer.pdf Description : MUST READ - How To Be a Programmer / Team Person...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4539
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4540
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4541
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4542
File : Uttarainfo_ad.doc Description : Uttara - Advanced C & Unix course, Rajajinagar, Bangalore...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4543
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4544
File : malloc.c Description : Implementation of malloc in C...
c4swimmers@yahoogroup...
Send Email
Aug 1, 2005
3:08 pm
4545
We are at ShellBeam LeafLay Consulting, A niche HR Consulting firm based in Mumbai. ShellBeam provides the justified recruitment solutions to Indian and US...
ShellBeam Consulting
sharma8talen...
Offline Send Email
Aug 2, 2005
2:24 am
4546
Hi all, Recently while programming i got a doubt in finding out the difference between function and a pointer i need more technical difference as explaining in...
nandini kumari
cnandini82
Offline Send Email
Aug 2, 2005
2:43 am
4547
Hi all, I had mailed this doubt long back i didnot get the answer i was expecting actually i know how sizeof() works as it gives the memory allocated for each...
nandini kumari
cnandini82
Offline Send Email
Aug 2, 2005
2:50 am
4548
Pointer is a variable that points to a particular location in memory. It is not mendatory that pointer will point to variable only. Pointer can point to...
Rajeev Dev
rajeevdevin
Offline Send Email
Aug 2, 2005
3:45 am
4549
Don't cry because its over, smile because it happened -M.Banumathi Development Engineer R&D Banyan Networks Ltd ... From: Rajeev Dev <rajeevdevin@...> ...
Banumathi
banumathi@...
Send Email
Aug 2, 2005
4:31 am
4550
... possible. ... Why do you want to know the internal implementation of sizeof? It's best left to the compiler to do it. A typical compiler implementation of...
Lenson Andrade
lenson18
Offline Send Email
Aug 2, 2005
5:28 am
4551
HI , I want to search for a particular key word in a very big file, and can any one suggest me the most optimised way....
tux man
tux.trilogy@...
Send Email
Aug 2, 2005
6:10 am
4552
main() { int x,a,b,c; int *p = &x; int size,size1; size = (char*)(p+1) - (char*)p; printf("%x\t%x\n",p,p+1); a = p+1; b = p; c = a-b; printf("%d\n",c); size1 =...
Jakir Rehman
jakir@...
Send Email
Aug 2, 2005
9:13 am
4553
... this is normal math operation since that address is stored in a and b in the form of values ... hee in this case since u have "typecasted" the pointers to...
murali manohar
pmm025
Offline Send Email
Aug 2, 2005
9:44 am
4554
Sir/Madam, Am presently doing M.E. (Computer Technologies and Applications) from Delhi College of Engineering, New Delhi and studying in the 2nd(Final) year of...
S S Goel
ss.goel@...
Send Email
Aug 2, 2005
10:52 am
4555
  Hi all Can any body please tel me what is difference between TLI(Transport layer interface ) and sockets. Thaks Aruna [Non-text portions of this message...
arun samal
arun.samal@...
Send Email
Aug 2, 2005
2:54 pm
4556
because binary equivalent. of 512 is-0000 0010 0000 0000 and the data stored in memory is-0000 0000 0000 0010 so,that's why.the result comes. Pradeepaa...
ajoy paul
ajoy_cst_kgec@...
Send Email
Aug 3, 2005
1:00 pm
4557
Hi, We have a few great opportunities for Unix professionals in Bangalore, India. The companies are some of the best to work for in the world - and you will...
alphaeus_unix
Offline Send Email
Aug 3, 2005
4:52 pm
4558
Hi, Thanks for ur answer but I know that pointer is a variable pointing to a memory location and there are function pointers and my doubt is when a function is...
nandini kumari
cnandini82
Offline Send Email
Aug 4, 2005
2:47 am
4559
Hi all, I have doubt regarding the difference between lst file and obj file and also difference between library and header file. And in case if i have a asm...
nandini kumari
cnandini82
Offline Send Email
Aug 4, 2005
2:52 am
4560
Hi How to Compile header files (.h) in UNIX PLATFORM i look forward from you all, regards arun ... Start your day with Yahoo! - make it your home page ...
arun
way2aru
Offline Send Email
Aug 4, 2005
5:27 am
4561
... Header files are not compilable. They just provide declarations. The corresponding definitions would either be in a source file, or in a library. What is...
Lenson Andrade
lenson18
Offline Send Email
Aug 4, 2005
5:34 am
Messages 4532 - 4561 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