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@...
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...
File : IndustryCodingStandardCC++.pdf Description : Learn how to write C/C++ code according to the industry requirements (MISRA rules)...
c4swimmers@yahoogroup...
Sep 1, 2006 11:15 pm
6676
File : C_Aptitude.doc Description : Know C Better...
c4swimmers@yahoogroup...
Sep 1, 2006 11:15 pm
6677
(MUST READ: IMPORTANT) Group Rules ********************************* * Subscription & Unsubscription * ********************************* How to Subscribe to...
c4swimmers@yahoogroup...
Sep 1, 2006 11:15 pm
6678
Pointers Varieties ************************************************************************************************* (1) int *p; // p is a pointer to an...
c4swimmers@yahoogroup...
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...
Sep 1, 2006 11:15 pm
6680
File : c4s.zip Description : Animated(Graphical) C Tutorial...
c4swimmers@yahoogroup...
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@...
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() { ...
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...
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...
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...
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. ...
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...
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...
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...
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...
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...
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("...
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()...
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@...
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@...
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 ?? ...