- Strength to Increase Rep
- +5
- Strength to Decrease Rep
- -1
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
Re: [QUOTE=Baalzamon;995570]Hi, this is exactly what i'm trying to do. Any ideas would be very helpfull. In effect I want to store the ascii generated numbers in individual locations.[/QUOTE] Dear Baalzamon, Please refer to the last few pages of the hot thread on computing Sqrt without using Sqrt() and Pwr functions. … | |
Re: With the OP's permission, I would like to make some closing remarks to this hot thread. 1. There appeared to be 4 possible solutions to this square root problem, where pow() and sqrt() functions are not allowed to be used. Solutions which can not handle numbers with decimals, or only … | |
Re: Dear Vegaseat, I am interested to hear music or sound from your midi program using Dev-C++. And I did the following as well: Project>>Project Options>>Parameters>>Add Lib>>libwinmm.a I created a console application. In Main.cpp, I pasted your whole program. Managed to compile successfully. When I executed the compiled program, I got … | |
Re: [QUOTE=Silvershaft;990329]And I also get error Expression cannot be evaluated. I am doing something wrong with class related to sql thing I just don't get it.[/QUOTE] Frederick2 has some experience in this sort of thing with MS SQL connection. He may be able to help. regards, | |
I am inclined to suspect that Borland C++ compiler 5.02 is seemingly full of bugs. Even though my C++ codes could be bug free, it reported External errors on compiling and failed to create an EXE file to run. Thanks to Mr. Salem, I have successfully compiled the above codes … | |
Two lines in the codes below have been remarked out else compiling would fail: //arrcon[1]=*scon; //count << "arrcon[1] " << arrcon[1]; The intention was to assign character values to an array with 5 elements, each with a maximum 35 characters, declared as a string array, arrcon[5],[35]; I was trying to … | |
After a brief and rocky relation, I have had jilted Borland 5.02 and found new love for CODE::BLOCK only to discover a while ago that Borland could compile a code snippet which CODE::BLOCK couldn't. In the working program produced below, CODE::BLOCK gave out an error message and failed to compile … | |
Re: Dear Frederick2, > Also, if anyone is interested enough, I'd be happy to forward the code for either or both programs. It would do forum participants a lot of good, and indeed to mankind if we have more of people like Frederick2, a Junior Poster in Training notwithstanding. I would … | |
The program was successfully compiled using Borland 5.02. The program controls the input type by user using ASCII codes. The input mode is similar to QuickBasic's INKEY. The program is working and tested okay. Much effort had been put in, but the problem is that the subroutines for handling string … |