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 your group to be featured on the Yahoo! Groups website? 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 1179 - 1208 of 12635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1179
... some thoughts from the top of my mind. did u try the code without optimisations? ... u said that they are using static arrays so i think that the ...
suman
suman_karumuri
Offline Send Email
Feb 1, 2004
8:31 am
1180
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
Feb 1, 2004
8:48 am
1181
... PLZ DO FORWARD THIS MAIL TO ALL YOUR FRIENDS, GROUPS AND EVERY EMPLOYEE OF YOUR COMPANY (to Support C/C++ ),IT WONT TAKE YOUR MUCH TIME. THANKING YOU IN...
Programmers-Town@yaho...
Send Email
Feb 1, 2004
8:48 am
1182
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
Feb 1, 2004
8:48 am
1183
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...
Send Email
Feb 1, 2004
8:48 am
1184
If you multiply two numbers that are very large then the result may be larger than that which can be represented on the computer under the IEEE number format....
suresh babu
babu_janoo11
Offline Send Email
Feb 1, 2004
7:55 pm
1185
I am trying to read in the monthly prices and date range of a given file. The file reads as such: 12 7 //The date range 5 5 5 5 5 5 5 5//The prices...
arcangel74_2000
Offline Send Email
Feb 1, 2004
7:57 pm
1186
Hi group, I am a newbie to c++ programming.Please help me regarding creating library file in cpp. actually I am using bloodshed devc++ version 2.0 for windows....
mpoornakumar1
Offline Send Email
Feb 1, 2004
7:58 pm
1187
... hi there is no way that you can overcome this problem directly in c. All u can do is write ur own algorithm which allots the size dynamically where the...
suman
suman_karumuri
Offline Send Email
Feb 1, 2004
8:48 pm
1188
... don't complicate things. read the file as a text file and store stuff as a structure. -suman...
suman
suman_karumuri
Offline Send Email
Feb 1, 2004
8:50 pm
1189
... Write a data type (maybe a class in C++) to accommodate large numbers. Then a function to perform basic operations on them, like add / subtract / multiply...
Shantanu Kumar
shantanu_k06
Offline Send Email
Feb 2, 2004
4:41 am
1190
... Bloodshed DevC++ uses the MinGW compiler, which is based on GCC. Refer the MinGW docs. If wanna find out what's MinGW, use Google. Regards, Shantanu...
Shantanu Kumar
shantanu_k06
Offline Send Email
Feb 2, 2004
4:43 am
1191
Sapna, Could you please rephrase your question. what exactly u meant by "binding" is it related to compilation of of code? or its binding of network socket to...
Kishor Ahuja
kishor_ahuja@...
Send Email
Feb 2, 2004
5:45 am
1192
... your question is not clear can expalin clearly what is your problem. ... This email was sent using DACafeMail. Get Your FREE 10 MB eMail Account Now. ...
Syed Arif Ali
arifali_007
Offline Send Email
Feb 3, 2004
5:02 am
1193
... That was because, you had not mentioned the context. `binding' in context to what??? Make your question more specific. Cheers, Joe -- Able was I eRe I saw...
Joe Steeve
joe_steeve_1981
Offline Send Email
Feb 3, 2004
12:44 pm
1194
Use linked lists to represent them suresh babu <babu_janoo11@...> wrote: If you multiply two numbers that are very large then the result may be larger...
Radha Merugu
radhamerugu
Offline Send Email
Feb 3, 2004
12:46 pm
1195
Hai All, I have a query. If I am returning(using ptr as parameter) a local variable adress from a function f2() to the calling function f1(), its possible to...
ranjith
ranjith@...
Send Email
Feb 3, 2004
12:48 pm
1196
Even on such system (like DOS), machine interrupts could modify memory without the program's consent. Such behavior is not limited to multithreaded systems. ...
Shyan Lam
sflam108
Offline Send Email
Feb 3, 2004
12:49 pm
1197
If there is a larger built-in type that your system and compiler support, use it. Otherwise, use an arbitrary precision math library that you can find on the...
Shyan Lam
sflam108
Offline Send Email
Feb 3, 2004
12:49 pm
1198
Hi jeorge, I m not quite sure abt ur problem as i know little abt the Apache server. But as u said u have sucessfully ftpd some file on the borad then one...
abhimanyu vishwakarma
abhimanyu358
Offline Send Email
Feb 3, 2004
12:50 pm
1199
Hi friend One solution may be that u convert both the operator into character string and then WAP for multiplying those number... U may try this ...If u face...
ravi shankar
rsk_225447@...
Send Email
Feb 3, 2004
12:51 pm
1200
use pthread library if u are programming in Linux, else use creat_thread etc as available in VC++, get the help in MSDN. there are also many library available...
abhimanyu vishwakarma
abhimanyu358
Offline Send Email
Feb 3, 2004
12:52 pm
1201
Hai, In a test at Global Edge we were asked to write a Program that print nums from 1 - 100 and 100 - 1 without using loops( if, while, for). Please help me...
Uma
uma176@...
Send Email
Feb 3, 2004
1:02 pm
1202
Hi friends Iam working in gcc compiler ie in linux [ QT ] I wana implement a concept of add, sub, mul, div in a program such tat it should take any number of...
harinath gokul
harinathnewgen@...
Send Email
Feb 3, 2004
1:03 pm
1203
hi friends i have some doubts in c regards functions 1. out of fgets() and gets() which one is safer to use and why 2. difference between strdup() and strcpy()...
mahesh sharma
mahesh_hml@...
Send Email
Feb 3, 2004
1:03 pm
1204
Hello friends, I want a c program which get the integer input n and prints 1,2,3,4....n without using for,do,while,if,switch case,?:. can any one send me an...
thirumoorthy_c
Offline Send Email
Feb 3, 2004
1:03 pm
1205
You can not return the address of Local variable.If you want to return the address either allocate the memory dynamically or make the varibale static.Try this...
Ravi_Sharma
Ravi_Sharma@...
Send Email
Feb 3, 2004
1:03 pm
1206
Hi, I believe C should give you this error:"returning address of local or temporary variable" C++ I ve no idea.. i ll ve to try! ... From: ranjith...
Bhojani, Komel (IE03x)
Komel.Bhojani@...
Send Email
Feb 3, 2004
1:04 pm
1207
IF it is variable/function binding! Then as someone has already explained, it is of two types static and dynamic! ... From: Joe Steeve...
Bhojani, Komel (IE03x)
Komel.Bhojani@...
Send Email
Feb 3, 2004
1:04 pm
1208
... NO you should not return the addres of any local variable (compiler won't stop you its ur responsibility not to do that) say if u have a variable int...
Syed Arif Ali
arifali_007
Offline Send Email
Feb 3, 2004
1:13 pm
Messages 1179 - 1208 of 12635   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