Search the web
Sign In
New User? Sign Up
Programmers-Town
? 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 8368 - 8397 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8368
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@...
Send Email
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@...
Send Email
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); ...
Mrinmoy Ghosh
mrinmoy_g
Offline Send Email
Aug 1, 2005
10:57 am
8371
From: Mrinmoy Ghosh ... $ type c.c #include <stdio.h> char *arr[] = {"EVEN","ODD"}; int main() { int a; printf("\n Enter The No: "); scanf("%d", &a); ...
Paul Herring
shabble
Offline Send Email
Aug 1, 2005
11:30 am
8372
Hi, If processing time is not a consideration then you can use binary sort. Regards, Anshul ... From: Programmers-Town@yahoogroups.com ...
Anshul Kapoor, Noida
akapoor2k
Offline Send Email
Aug 1, 2005
11:31 am
8373
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Send Email
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...
Send Email
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...
prajakta jagtap
praj_jagtap
Offline Send Email
Aug 1, 2005
1:13 pm
8376
... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
binson vignesh
hotmaleguys
Offline Send Email
Aug 1, 2005
2:06 pm
8377
... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
binson vignesh
hotmaleguys
Offline Send Email
Aug 1, 2005
2:08 pm
8378
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...
iqbal inam
iqbal_inam
Offline Send Email
Aug 1, 2005
3:16 pm
8379
Hi Prajakta, Yaar the best examples in networking is ATM machines,chatting which is not unaware to any. This was abhishek. prajakta jagtap...
abhi gupta
gpt_abhi
Offline Send Email
Aug 1, 2005
6:14 pm
8380
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...
neeraj21sharma
Offline Send Email
Aug 2, 2005
12:14 pm
8381
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]...
Rahul Verma
rahul.verma
Offline Send Email
Aug 2, 2005
12:14 pm
8382
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@...
Send Email
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...
Robert Ryan
bobzcplpl
Offline Send Email
Aug 2, 2005
12:16 pm
8384
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=> --...
Paul Herring
shabble
Offline Send Email
Aug 2, 2005
12:46 pm
8385
From: Robert Ryan ... Probably a mis-spelt Huffman Code. <http://en.wikipedia.org/wiki/Huffman_code> -- PJH Quantum materiae materietur marmota monax si...
Paul Herring
shabble
Offline Send Email
Aug 2, 2005
12:46 pm
8386
i'm sending u explanation and example of huffman code. Robert Ryan <bobzcplpl@...> wrote: the Hoffman Code ------------ what is it ...
neeraj sharma
neeraj21sharma
Offline Send Email
Aug 2, 2005
12:47 pm
8387
hi friends now how to implement queues in c++. please send ideas me...
pal_selvam
Offline Send Email
Aug 2, 2005
3:15 pm
8388
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...
SHIVE ZHIL
shivezhil
Offline Send Email
Aug 2, 2005
3:21 pm
8389
Reply appended... ... What for? It is already implemented in the C++ Standard Library. #include <iostream> #include <queue> int main() { std::queue<int> iq; ...
Shyan Lam
sflam108
Offline Send Email
Aug 2, 2005
3:47 pm
8390
From: pal_selvam ... #include <queue> What /are/ they teaching in colleges these days? <shakes head> -- PJH "Consistently separating words by spaces became a...
Paul Herring
shabble
Offline Send Email
Aug 3, 2005
6:40 am
8391
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...
shashikiran_83
Offline Send Email
Aug 3, 2005
6:53 am
8392
HI All! Can you please provide me question papers for Doeacc C level examinations? Thanx and regards, santosh. ...
sinha santosh
santoshksinha
Offline Send Email
Aug 3, 2005
6:53 am
8393
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...
neeraj sharma
neeraj21sharma
Offline Send Email
Aug 3, 2005
6:53 am
8394
would u give an example of ............You can easily access "c" function (which is written in "c") in java code itself. SHIVE ZHIL <shivezhil@...>...
Robert Ryan
bobzcplpl
Offline Send Email
Aug 3, 2005
6:55 am
8395
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...
dupit_ma_linda
Offline Send Email
Aug 3, 2005
7:01 am
8396
Hi, Huffman code is one of the algorithms used in data compression. For more details see Numerical Recipies by Press, Teukolsky, Vellerling and Flannery(...
phatak@...
shashi_phatak
Offline Send Email
Aug 3, 2005
7:43 am
8397
From: dupit_ma_linda ... Typically called a 'merge sort'. #include <pseudocode> function merge(FILE* filein1, FILE* filein2, FILE* fileout) number from1, from2...
Paul Herring
shabble
Offline Send Email
Aug 3, 2005
8:54 am
Messages 8368 - 8397 of 12634   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