Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Jan 1, 2005 5:46 pm
4983
Hello dear, thanks dear, for reply. well i am using Borlandc 3.1 compiler. is it possible with this compiler. u can suggest me other one. i will wait for...
It looks like a=a+b; a=a-b; b=a-b should be replaced with a=a+b; b=a-b; a=a-b; (just swap the 2nd and 3rd lines) so if both a and b are 10, a=10+20; //now...
HI ALL It may take several days, weeks and years for the victims to come back to normalcy…. Help Them By Contributing to Relief Funds Or at least render a...
Ravindra D. Bankar
rdbankar@...
Jan 1, 2005 10:11 pm
4986
Hi , Well i am not too sure about it but i think it can be done easily using unions...... and its there in let us c by yashwant kanitkar....(unions...
GMAIL-CHANDER
chander.bawa@...
Jan 1, 2005 10:12 pm
4987
happy new year 2005. ENJOY WELL. WISHING U BRIGHT FUTURE. FACE THE HURDLES WITH BRAVE HEART ... . To unsubscribe : programmers-town-unsubscribe@yahoogroups.com...
hi dear, WISH U A VERY HAPPY AND PROSPEROUS NEW YEAR so how have u enjoyed this new year without me We all were missing u ,keeep on mailing and keep smiling ...
1. c is procedure oriented & C++ is object oriented polymorphisim in c++ and not in c . 2 NOT POSSIBLE TO .write code to implement polymorphism, inheritance...
... Hi Binit, Firstly you didnt mention what problem are you facing with the code.. (compiler error.. runtime error? ) The loop range you are using is from 1...
Hi to all. sincere apologize for the people who hurt by my statemnets. one guy said that depending upon the availability of compilers u can use either C or...
I have twelve books that I bought back in 2000. They are in excellent condition and looks as brand new. I am willing to exchange them for C, UNIX or LINUX...
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...
Jan 2, 2005 4:35 pm
4996
File : Annoncement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Jan 2, 2005 4:35 pm
4997
... PLEASE DO FORWARD THIS MAIL TO ALL YOUR FRIENDS, COLLEAGUE AND GROUPS (to Support C/C++ ), IT WILL NOT TAKE MUCH OF YOUR TIME, BUT CAN HELP US A LOT. ...
Programmers-Town@yaho...
Jan 2, 2005 4:35 pm
4998
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Here We are REQUESTING you to...
Programmers-Town@yaho...
Jan 2, 2005 4:35 pm
4999
what i want is some people said that in some situation we ... Its a matter of programming choice. Some people like to think of programs in a OO way. They might...
with the new year also come new resolution new desire and new dreams May all your Dreams come true & all your desire get fullfilled in this year to come ...
Happy New Year to all the group members. __________________________________ Do you Yahoo!? Send a seasonal email greeting and help others. Do good. ...
Ya, the compiler is right (obviously it had to be right) The statement: pizza * guest = new pizza[quantity]; allocates an array of pizza and makes guest...
... Well, I thought that Linux was made in Standard C (that's what I meant by 'C-pure', sorry for my inconvenient phrase). I took that from "Linux Programming...
Hi Binit, The arguements to the printf nis executed from right to left so ... Here the answer will be (x)7 (++x)7 (++x)6 ANS:: 7 7 6 ... here also the same...
Though I used printk("<1>...") function, It does not print the message in /var/log/messages or console..Anybody know what might be the problem..Also I am...
hello thanks for your offer I want to know that whether you have the books' ebooks or not. good luck alberorion <alberorion@...> wrote: I have twelve...
The program should display the following command base menu when the it runs: press 'i' to enter an infix expression. press 'p' to show the prefix expression...
Hi, pls correct me in case i am wrong ... I think this is because when we pass an argument (by value) to a function a copy of the argument is made and is...
Hi, I am a new member to this group, I am having some doughts in c&c++, pls clarify them. 1.) Enum tag { srikanth; Praveen=2; Sanjay; } what will be the value...
Hi, well i am not sure but it may solve your problem ... i think creating an object of the base class in the derived class can solve the purpose means make the...
Hi, did u get it to work , if so please let me know with running code. thanks, arash manik singhal <maniksinghal@...> wrote: Ya, the compiler is right...