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...
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...
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...
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...
Aug 1, 2008 5:05 pm
12179
Hi All. I need help........... Some body can trace this program. #include<stdio.h> #include<conio.h> #define code ( s,t,u,m,p,e,d)##m##s##u,##t #define nit...
#define code ( s,t,u,m,p,e,d)##m##s##u,##t is a MACRO that sorts in a particular orther the letters put in it, and they form a single symbol. nit is another...
helo,, help to make a program that will convert numbers to roman numerals using switch case and only 4 case.. case 1 is 1 to 9, case 10 is 10- 99, case 100 is...
On Mon, Aug 4, 2008 at 3:17 PM, akashagg27_pce ... #include <stdio.h> int main(){ double x, y, z; x = y = 1e49; z = x*y; printf("%g * %g = %g\n", x, y, z); ...
Hi Every One, I am working on an assignment that needs to be submitted on 08-08- 2008. The IDE in use is Dev-C++ 4.9.9.2. Basically, everything works well...
... Well within the range of floating point however... -- PJH 'Two Dead in Baghdad' not 'product-friendly' - Kent Ertugrul, chief executive of Phorm. ...
... Leaving it a bit late? ... double* foo(){ static double retvals[6]; ... return retvals; } Alternatively: 1) Make retvals global 2) Pass in a pointer to an...
The code does have a "main"... The code uses what is know a tokenisation directive of the C preprocessor. here "nit" is replaced with "code" which is in turn...
HI.... i have a problem related to char of arrays i.e strings. actually i am new in c++. i want to make char array of mth row and nth column. here is my...
Hi Bilal, The problem here is c++ (or for that matter) make compulsory that at the time of array (char string) declaration, we must know the size of array, ...
... 08- ... will ... elements ... of ... I started posting four days ago and quite new to programming. ... Thank you for the function shell, it confermed what...
The array dimensions should be known in advanace. The following modification solves ur prob. #include <iostream.h> #include <string.h> void main() { const int...
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...
Aug 10, 2008 4:54 pm
12196
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...
Aug 10, 2008 4:54 pm
12197
File : Annoucement.doc Description : Plan for Programmers-town.edu...
Programmers-Town@yaho...
Aug 10, 2008 4:54 pm
12198
The files outputfile.txt and outputfile2.txt are supposed to be identical. Can you please tell me what I am doing wrong? /* file outputfile.txt is sopuse to be...
I found in internet the best class for read excel file. But 2 file not read (view error). Please help me. See my project: ftp://ftp.midisa. net/apl/Excelwor...
On Mon, Aug 11, 2008 at 3:03 PM, Khalid Alshehri ... Deprecated header. And that's the C++ header for I/O - you attempt to use the C function below for I/O. ...
Hello All, With a growing demand for System Professionals, we are pleased to announce a new weekend batch of Advance C for working professionals, Engineers &...
why don't you try double instead of int?? ... From: Paul Herring <pauljherring@...> To: Programmers-Town@yahoogroups.com Sent: Tuesday, August 12, 2008...