Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
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...
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...
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...
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...
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...
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...
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...
Mar 11, 2007 5:21 pm
11464
File : Annoncement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
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...
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...
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...
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...
- 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 ...
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...
Totally ten experienced Software and Hardware Engineers needed by the employer Adaptive Infotech Private Limited(www.adaptIT.co.in) to work in the WiMAX...
HELLO WORLD - ON THE SPOT PROGRAMMING AND ALGORITHM DESIGNING CONTEST It is our great privilege to invite you and your prestigious institute for participating...
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...
... #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,...
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( ); { ..... ...
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...
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...
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...
ALGORHYTHM '07 (Rhythm of technogeeks...) (www.csijmi.com) ADOBE SYSTEMS PVT. LTD. PRESENTS........ HELLO WORLD "ON THE SPOT ALGORITHM DESIGN AND PROGRAMMING...
... 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...