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 11454 - 11483 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11454
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
Mar 1, 2007
9:08 pm
11455
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
Mar 1, 2007
9:08 pm
11456
Pls. help me on my course requirement Course Requirement in Programming 1 / Art and Style of Programming 1.) Write a program that will input a word or a...
moaning_myrtle2006
moaning_myrt...
Offline Send Email
Mar 10, 2007
8:10 am
11457
Hi Dude, Thanks for taking this discussion further... you were close ... please find my comments in your email. ... Arif : Solution 1 : Yes you are close. but...
Arif Ali Saiyed
arifali_007
Offline Send Email
Mar 10, 2007
1:16 pm
11458
... output as ... them ... out ... void Printf(*char); void Main(); void Printf(char *a) { cout>>a; } main() { Main() { cout>>"\n"; Printf("one"); } Main() {...
snkr_srinivas
Offline Send Email
Mar 10, 2007
7:43 pm
11459
We have a take home exam about the nim game and we must make our own code within three days the intro output will be like this ... per row is 1, 3, 5, 7 the...
lnvp_17
Offline Send Email
Mar 10, 2007
7:45 pm
11460
Hi, My guess is that if you have a project workspace defined either as a Win32 Console, Win32 Application, Win32 Static Library, you won't be able to add...
Anthony Manzano
afvet1975
Offline Send Email
Mar 10, 2007
7:45 pm
11461
I apologize, my question had Capital 'M' by mistake... it is suppose to be small 'm' only. -Arif...
Arif Ali Saiyed
arifali_007
Offline Send Email
Mar 10, 2007
7:46 pm
11462
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
Mar 11, 2007
5:21 pm
11463
Friends, If you are/were geting too many mails, you can change your membership to one of the following. 1. Daily Digest : you l get only one mail per day (no...
Programmers-Town@yaho...
Send Email
Mar 11, 2007
5:21 pm
11464
File : Annoncement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Send Email
Mar 11, 2007
5:21 pm
11465
Hi.... I watch this site for getting C knowledge.... I try out most of things...refereed here.. In interview, they asked to reverse the string using recursive...
Jayaram R
jayaram000
Offline Send Email
Mar 12, 2007
2:44 pm
11466
Hi, Good day! I have a problem opening a shared mem, the error code of which is 2 (Object does not exist). This is my setup, a Windows service calls a process...
iduniq iduniq
iduniq
Offline Send Email
Mar 12, 2007
2:45 pm
11467
Hello programers & developers, Today, with the increasing demand of I.T. professionals, Project based jobs are increasing in no.s. If you are a skilled...
inderpal
aman_virk_420
Offline Send Email
Mar 12, 2007
2:45 pm
11468
Now, where is the main function here? Arif, since you are able to fiind 4 ways of doing it, please share atleast one with us. This question anyway looks junk...
Aravind VM
vmaravind
Offline Send Email
Mar 12, 2007
2:46 pm
11469
- Hi In one of my code A i was using function of project B. The project gives a B.lib on compiling. I added the B.lib to the list of Linker Libraries for ...
Sumit Chawla
sumit_k_chawla
Offline Send Email
Mar 12, 2007
2:47 pm
11470
Hello friend any one can help to develop a software which can provide and manipulate service of windows os. also i am great full if anybody send me pdf ebook...
pushanmitra
Offline Send Email
Mar 12, 2007
2:47 pm
11471
Totally ten experienced Software and Hardware Engineers needed by the employer Adaptive Infotech Private Limited(www.adaptIT.co.in) to work in the WiMAX...
rsramiya
Offline Send Email
Mar 12, 2007
2:48 pm
11472
HELLO WORLD - ON THE SPOT PROGRAMMING AND ALGORITHM DESIGNING CONTEST It is our great privilege to invite you and your prestigious institute for participating...
sandeepsharma_20071
sandeepsharm...
Offline Send Email
Mar 12, 2007
2:51 pm
11473
Hi, I hope this code helps. ...... for(int i = 1; i < 9; i=+2) { if(i = 1) cout << "|" << endl; else if(i = 3) cout << "| | |" << endl; else if(i = 5) cout <<...
Anthony Manzano
afvet1975
Offline Send Email
Mar 12, 2007
2:51 pm
11474
I am writing a program which run's in background and capture typing when user is typing anywhere(be it MS word, Notepad,word pad or any text field in internet...
Arif Ali Saiyed
arifali_007
Offline Send Email
Mar 12, 2007
3:00 pm
11475
... #include <pseudocode.h> reverse_string(char* string) if string[0] is not null then reverse_string(string[1]) endif output string[1]; return end -- PJH Aio,...
Paul Herring
shabble
Offline Send Email
Mar 12, 2007
3:10 pm
11476
Hi, Sorry, but I need to send you the right code. If you can forwards in time, then you can backwards in time (recursively). ...... int main( ); { ..... ...
Anthony Manzano
afvet1975
Offline Send Email
Mar 13, 2007
5:12 am
11477
Hi, Do you know how to use pointers? If so, then create a pointer to an string array so that the pointer can be used to output the array forwards and...
Anthony Manzano
afvet1975
Offline Send Email
Mar 13, 2007
5:13 am
11478
I have another idea for this problem : ... for( int i = 1 ; i <= 4 ; i++ ) for(int j = 1 ; j <= ( 2*i ) - 1 ; j++ ) cout<<"|"; cout<<endl; ... I hope it useful...
LION HEART LION HEART
lionheart_de...
Offline Send Email
Mar 13, 2007
5:14 am
11479
is ther any one who can teach me how to program? I found some ebooks from the internet but they seem hard. I would be glad if you give me some help. Thank you...
samuel
samget86
Offline Send Email
Mar 14, 2007
11:01 am
11480
hi................ i want to know can we add sound to a c program. if any of u know plz tell me with example....
sonu_mnu1
Offline Send Email
Mar 14, 2007
11:01 am
11481
On 3/14/07, sonu_mnu1 <sonu_mnu1@...> wrote: i want to know can we add sound to a c program. ... #include <stdio.h> int main(void){ printf("\a"); ...
Paul Herring
shabble
Offline Send Email
Mar 14, 2007
11:39 am
11482
ALGORHYTHM '07 (Rhythm of technogeeks...) (www.csijmi.com) ADOBE SYSTEMS PVT. LTD. PRESENTS........ HELLO WORLD "ON THE SPOT ALGORITHM DESIGN AND PROGRAMMING...
sandeep sharma
sandeepsharm...
Offline Send Email
Mar 15, 2007
9:16 am
11483
... you can use the following Code sound (int Frequency); Sound turns the PC Speaker "ON" at the specified frequency. nosound (); nosound turns "OFF" the PC...
obaid_tariq2000
Offline Send Email
Mar 15, 2007
9:50 am
Messages 11454 - 11483 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