Search the web
Sign In
New User? Sign Up
Programmers-Town
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 12149 - 12178 of 12634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12149
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. ...
pavani_papayya
Offline Send Email
Jul 1, 2008
3:58 pm
12150
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)...
marcos j leguizamon
marcosjlegui...
Offline Send Email
Jul 1, 2008
4:23 pm
12151
... 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. ...
Paul Herring
shabble
Offline Send Email
Jul 1, 2008
4:25 pm
12152
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...
marcos j leguizamon
marcosjlegui...
Offline Send Email
Jul 1, 2008
4:45 pm
12153
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
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...
Send Email
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 ...
Gaurav, Kumar
suchan_gaurav
Offline Send Email
Jul 10, 2008
8:24 am
12156
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...
queen am
queen_am99
Online Now Send Email
Jul 10, 2008
8:24 am
12157
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...
Fernando Arturo GÃ...
kith_kahnan
Offline Send Email
Jul 12, 2008
7:19 pm
12158
Hi   the articel removed because , no code attached   Everything related to programming without coding technology here ...
MAHMOUD SAMIR
msfclipper
Offline Send Email
Jul 12, 2008
7:19 pm
12159
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...
Deepak D
dixitd@...
Send Email
Jul 12, 2008
7:19 pm
12160
Someone Help me please! does any body know how can I convert General(ordinary)Trees to Binary Trees With linked List in C++ ? does any body have the Codes in c...
S Sheida Nehzati
p6r3r
Offline Send Email
Jul 12, 2008
7:19 pm
12161
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
Jul 13, 2008
6:21 pm
12162
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
Jul 13, 2008
6:21 pm
12163
File : Annoucement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Send Email
Jul 13, 2008
6:21 pm
12164
Hi , If you want to test the application you can use process explorer and see why , in the process explorer you can select the process and see the threads...
gayatri_neelema
Offline Send Email
Jul 14, 2008
10:02 am
12165
What do u mean by ordinary tree , Does it mean binary tree , then how r u storing the data right now. ... Binary Trees...
gayatri_neelema
Offline Send Email
Jul 14, 2008
10:02 am
12166
THANX.......... CHANDER...
memyselffine
Offline Send Email
Jul 15, 2008
8:55 am
12167
File : Annoucement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Send Email
Jul 27, 2008
5:12 pm
12168
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
Jul 27, 2008
5:12 pm
12169
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
Jul 27, 2008
5:12 pm
12170
hi all , Can i ask one question? Question is, Can i write a program in c or c++ with out main function? If yes then, plz send me the code with explanation. my...
pandeynitin13
Online Now Send Email
Jul 30, 2008
10:47 am
12171
... Yup. Most windows programs start with winmain() -- PJH 'Two Dead in Baghdad' not 'product-friendly' - Kent Ertugrul, chief executive of Phorm. ...
Paul Herring
shabble
Offline Send Email
Jul 30, 2008
10:51 am
12172
hi, but windows programing donot done in c or c++ because windows programing done in the VC++. my question in pure c or c++ not in windows programing. bye ......
Nitin Pandey
pandeynitin13
Online Now Send Email
Jul 31, 2008
6:45 am
12173
... VC++ is just C++ with some Windows specific libraries. It's like saying Linux GUI programs aren't C or C++ because they use widgets. ... Since you appear...
Paul Herring
shabble
Offline Send Email
Jul 31, 2008
6:52 am
12174
hi all friends, ya ur ans is write Paul but m don't use the windows programming. pzl explain givn code program, #include<stdio.h> #include<conio.h> #define...
Nitin Pandey
pandeynitin13
Online Now Send Email
Aug 1, 2008
2:08 pm
12175
Hi,      I know that a c/c++ program should have a  main() function and program execution always begin from main. But we can have a C program start from a...
sureshkumar ct
sureshkumarct
Offline Send Email
Aug 1, 2008
2:09 pm
12176
... It doesn't compile: [root@83-dhcp tmp]# cat x.c #include<stdio.h> //#include<conio.h> #define code ( s,t,u,m,p,e,d)##m##s##u,##t #define nit code...
Paul Herring
shabble
Offline Send Email
Aug 1, 2008
2:43 pm
12177
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, 2008
5:05 pm
12178
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, 2008
5:05 pm
Messages 12149 - 12178 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