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...
Show off your group to the world. Share a photo of your group with us.

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 6668 - 6698 of 9109   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6668
can any one tell me how to print a simple code in C ques-1)print this string 123454321 1234 4321 123 321 12 21 1 1 ques2)quick sort...
varun gupta
varungupta204
Offline Send Email
Sep 1, 2006
10:27 am
6669
hi can anyone help me in c graphics nd i am very intersted to know plz send me any link nd i want to learn it...
srinivas_abhishek
srinivas_abh...
Offline Send Email
Sep 1, 2006
10:27 am
6670
hi the program will work fine. kavitha, in the program we are not trying to cahnge the value of the constant. regards, Prasanna Keragodu ... change the value...
Prasanna K P
prasannakp@...
Send Email
Sep 1, 2006
10:27 am
6671
Hello, If you work under Linux, you can use the opendir(), readdir(), scandir(), closedir(), remove() library functions to accomplish the task. For non-Linux...
Seran S
seranmca
Offline Send Email
Sep 1, 2006
5:06 pm
6672
File : C Tutorials(advanced).zip Description : C tutorial(advanced)...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2006
11:14 pm
6673
File : C++CodingStandard.pdf Description : Learn C++ Coding Standard to write readable, portable, maintainable, consistent C++ code....
c4swimmers@yahoogroup...
Send Email
Sep 1, 2006
11:14 pm
6674
File : CLinks+TSRs+GDTips+101InterviewTips.zip Description : 101 Interview Questions,C Links,GD Tips,TSR...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2006
11:14 pm
6675
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2006
11:15 pm
6676
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2006
11:15 pm
6677
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2006
11:15 pm
6678
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2006
11:15 pm
6679
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, 2006
11:15 pm
6680
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
Send Email
Sep 1, 2006
11:15 pm
6681
refer Unix System Programming By Richard Stevens. just check out the source code of "ls" command . then u should be able to do ur assignment. If u want to so...
Prasanna K P
prasannakp@...
Send Email
Sep 3, 2006
2:10 pm
6682
hi all, clear my doubt. its the line marked in red. #include<iostream.h> class A { public: int a; float b; A() { a=1; b=2; } void virtual display() { ...
Arun Kumar D
dha_arunbe
Offline Send Email
Sep 3, 2006
2:12 pm
6683
Hi ! All, I need help in passing data between 2 dlls. I have a situation where i have 2 dlls. Dll 1 & Dll 2. I want to get a data from dll 2 at run time and...
Prayas Mohanty
mprayas
Offline Send Email
Sep 4, 2006
5:32 am
6684
Hi all, I have a question related to windows boot options; I have Win XP in C partition (installed first) and Win 98 in F partition; But after installing Win...
smitha choudry
rush2smitha
Offline Send Email
Sep 4, 2006
11:41 am
6685
Hi, I need a program in c for huffman coding. Plzzzzzz help me .Its urgent.... ... Get your email and more, right on the new Yahoo.com [Non-text portions of...
Priyanka Malhotra
code4future
Offline Send Email
Sep 5, 2006
6:05 am
6686
hai friends, can anybody help to create a library(Static) in C++. i want to know the procedure. plz send the procedure to my mail address. from, divakar vasa. ...
vasa divakar
divakar_vasa
Offline Send Email
Sep 6, 2006
4:44 am
6687
Hey Ppl , Thanks but No thanks !! I found a solution to my problem of COMMUNICATING between two dlls.. U all take care.. Warm regards, Prayas Mohanty ... Get...
Prayas Mohanty
mprayas
Offline Send Email
Sep 6, 2006
4:46 am
6688
1.function to find given directory exists or not 2.function to find given file exists or not 3.functoin to convert date to string format 4.function to convert...
vasa divakar
divakar_vasa
Offline Send Email
Sep 6, 2006
4:47 am
6689
yes !! it can b 4 or 2 ....depends on ur compiler ! On 25 Jul 2006 03:48:41 -0000, Ganesh M <ganesh.muniyandi@...> ... [Non-text portions of this...
shiv kumar
shiv_324
Offline Send Email
Sep 6, 2006
5:01 am
6690
The word "portal" has become a mantra now a days and a person who puts a question mark on his face when he hears this term is laughed at. Virtually everyone...
Career Advisor
ahankari_girish
Offline Send Email
Sep 6, 2006
5:20 am
6692
Hello Smitha, I think repairing your existing Windows XP using the Windows XP CD will do that... smitha choudry <rush2smitha@...> wrote: Hi all, I have a...
vishwanath savakar
low_bvb
Offline Send Email
Sep 6, 2006
8:21 am
6693
I hope you are asking how to create a static library of a C++ program(Object code) in Linux. If it is, you can use the program "ar" archiver. Static libraries...
Seran S
seranmca
Offline Send Email
Sep 7, 2006
4:47 am
6694
hi try this coding void main() { int i,j,k,p,n,m,r=2; clrscr(); printf("Enter N value : "); scanf("%d",&n); m=n; for(i=1;i<=n;i++) { for(j=1;j<=m;j++) printf("...
preethi lakshmi
indumaha1
Offline Send Email
Sep 7, 2006
4:49 am
6695
Looks like your home work. If you are working under Linux you can try the following. 1.function to find given directory exists or not Try using the opendir()...
Seran S
seranmca
Offline Send Email
Sep 7, 2006
4:49 am
6696
Hi How to print the contents of the file from end ?? Could you please provide some suggestions ?? Thanks, Karthik [Non-text portions of this message have been...
Karthik rampad
karthik.rampad@...
Send Email
Sep 7, 2006
5:04 am
6697
Hi How to create a mirror copy of a tree (left nodes become right and right nodes become left) ?? Looking forward for your suggestions. Regards, Karthik ...
Karthik rampad
karthik.rampad@...
Send Email
Sep 7, 2006
5:04 am
6698
Though inefficient,one way is to use arrays... Karthik rampad <karthik.rampad@...> wrote: Hi How to print the contents of the file from end ?? ...
vishwanath savakar
low_bvb
Offline Send Email
Sep 7, 2006
7:58 am
Messages 6668 - 6698 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