File : Annoucement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Jun 1, 2008 5:17 pm
12131
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...
Jun 1, 2008 5:17 pm
12132
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...
Jun 1, 2008 5:17 pm
12133
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Jun 1, 2008 5:17 pm
12134
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...
Jun 1, 2008 5:17 pm
12135
Hello All, This module focuses on the way file systems are designed and provides exposure to advance cluster file system. This module emphasizes on approach of...
I didn't added other supporting CPP files along with respective headers. I am new to VC++ and previously used g++ compiler on Linux. That was the problem. As...
Deepak D
dixitd@...
Jun 3, 2008 8:25 am
12137
Dear All, I have written a multi thread program using CreateThread(). When I am compiling it is displaying following error: *cannot convert parameter 3 from...
Deepak D
dixitd@...
Jun 3, 2008 8:25 am
12138
Is your program dependent on libs or dlls in that case include them also . Also if your class files are referring to some specific includes then specify the...
File : Annoucement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Jun 15, 2008 5:39 pm
12141
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...
Jun 15, 2008 5:39 pm
12142
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...
Jun 15, 2008 5:39 pm
12143
Mr Whatever U r void main() {int a=3; int b; b=a++*a++; printf("%d", b); } If u know that how to access the variable in c or c++ in ur program u have declare 2...
... Incorrect. That construct is undefined in both C and C++. See http://c-faq.com/expr/evalorder2.html -- PJH 'Two Dead in Baghdad' not 'product-friendly' -...
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...
Jun 29, 2008 5:06 pm
12146
File : Annoucement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Jun 29, 2008 5:06 pm
12147
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...
Jun 29, 2008 5:06 pm
12148
hello, u r expecting something outof it or just u want the people know the diff between post and pre increment operators. Thanks, Veeru. ... From: priya_dhaval...
Program to print the angle between the pointers in the wall clock when time is taken as input. if any one knows this program code.please send mail to me. ...
The angle in degres of the minute arrow is dm=(360*min)/60; the hour one: dh=(360*hour)/24; then the difference: dif = dm-dh; correct the range: if (dif < 0)...
... Are you sure about that one? (6 o'clock or 3 o'clock e.g.) -- PJH 'Two Dead in Baghdad' not 'product-friendly' - Kent Ertugrul, chief executive of Phorm. ...
I made a mistake!!! I forgot the hour arrow repeats every 12 hours, not 24!! it should be: dh=(360*(hour%12)) /12; in C % is mod, the remainder of the division...
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Jul 1, 2008 5:32 pm
12154
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...
Jul 1, 2008 5:32 pm
12155
I tried to search < ">http://www.codeproject.com/KB/library/MSSF.aspx <http://www.codeproject.com/KB/library/MSSF.aspx> > I am getting error,Page not found ...
helloz everyone im a student and i have many problems in programming i,v create this program with 4 functions (read from the file using command line)and store...
On Mon, Jul 7, 2008 at 2:49 AM, Gaurav, Kumar ... It's because the article was so popular that the CodeProject community decided that they weren't good enough...
Dear All, I have found an interesting problem in my c++ code which I have mentioned below: What program does: 1. There is a client-server system where client...