Posts
 
Reputation
Joined
Last Seen
Ranked #864
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
28% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
3 Commented Posts
~27.9K People Reached
Favorite Forums
Favorite Tags
c++ x 55
Member Avatar for mrmonkee

[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. …

Member Avatar for erim.aljerrah
0
20K
Member Avatar for tformed

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 …

Member Avatar for vmanes
0
3K
Member Avatar for vegaseat

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 …

Member Avatar for moxy
3
3K
Member Avatar for Silvershaft

[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,

Member Avatar for yonghc
0
237
Member Avatar for yonghc

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 …

Member Avatar for yonghc
0
400
Member Avatar for yonghc

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 …

Member Avatar for yonghc
0
358
Member Avatar for yonghc

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 …

Member Avatar for yonghc
0
423
Member Avatar for Frederick2

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 …

Member Avatar for Frederick2
1
572
Member Avatar for yonghc

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 …

Member Avatar for Frederick2
0
574