... 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 ...
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
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...
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...
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...
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....
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....
... 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...
... 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...
... 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...
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@...
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. ...
... 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...
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...
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@...
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. ...
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...
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...
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@...
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...
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@...
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@...
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@...
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...
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@...
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@...
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@...
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...