Hi All, Make a program "using link list" in such a way that if it's input is one string like aaddabddbc then it' output must be in descending order, like...
Riddhi Gandhi
jain_riddhi@...
Aug 1, 2005 10:56 am
8369
Hi All, Make a program "using link list" in such a way that if it's input is one string like aaddabddbc then it' output must be in descending order, like...
Riddhi Gandhi
jain_riddhi@...
Aug 1, 2005 10:57 am
8370
Hi, I can try for the even portion: #include <stdio.h> char *arr[] = {"EVEN","ODD"}; int main() { int a; printf("\n Enter The No: "); scanf("%d", &a); ...
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Aug 1, 2005 12:38 pm
8374
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Aug 1, 2005 12:38 pm
8375
Hello Friends! Can anybody suggest me any Project topic for Networking? Thank You.... ... Too much spam in your inbox? Yahoo! Mail gives you the best spam...
... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
can any one tell me .... What is a dummy operator in C. ... Start your day with Yahoo! - make it your home page [Non-text portions of this message have been...
Hi Friends, I'm trying to make a 'C to Java Converter'...i have searched alot on the net but i was not able to find suffcient information to build this...
And processing time and space is always a concern for any programmer. ... Logic would be Input array is char* input. Create the array of 256 integers arr[256]...
Hi You Create Four thread using __beginthread function in SDK. Then Create Shared Memory For IPC(Interprocess Commumnication ) between these created thread ,...
bilhore pravin
ppb_2002@...
Aug 2, 2005 12:14 pm
8383
the Hoffman Code ------------ what is it __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam...
From: neeraj21sharma ... Seems quite a few people have done this already. <http://www.google.co.uk/search?hl=en&q=%22c+to+java%22&btnG=Google+Sear ch&meta=> --...
Hi, Please use the JNI(Java Native Interface) which is available in Java 2.0 itself. Because there is no need to convert c code into java. You can easily...
Reply appended... ... What for? It is already implemented in the C++ Standard Library. #include <iostream> #include <queue> int main() { std::queue<int> iq; ...
From: pal_selvam ... #include <queue> What /are/ they teaching in colleges these days? <shakes head> -- PJH "Consistently separating words by spaces became a...
hello to everyone, I want some information, Can we write a program for Logging all the keys typed and the all the events occuring in our system in C. Help me...
i'm sending u explanation and example of huffman code. Example #1 of Huffman algorithm for tree-generation 3A 4B 11C 23D 37E We begin with A (weight 3), B...
I DNT KNW HOW TO PROGRAM THIS; problem#7 Write a program that merges the number in two files and write allt he number into the third file.Your program takes...
Hi, Huffman code is one of the algorithms used in data compression. For more details see Numerical Recipies by Press, Teukolsky, Vellerling and Flannery(...
From: dupit_ma_linda ... Typically called a 'merge sort'. #include <pseudocode> function merge(FILE* filein1, FILE* filein2, FILE* fileout) number from1, from2...