Click here to Skip to main content
15,886,864 members

Comments by Saurabh.Garg (Top 4 by date)

Saurabh.Garg 21-Mar-13 11:07am View    
What do you mean by binaries? Do you want a compiled library and just use it? The project I linked contains two files only: one for compressing and one for uncompressing.

-Saurabh
Saurabh.Garg 21-Mar-13 10:56am View    
This depends on MFC so may not be a ideal solution unless project already uses MFC.

-Saurabh
Saurabh.Garg 7-Jun-10 2:21am View    
Deleted
Reason for my vote of 1
There are so many things wrong with this code.

You say that INPUT must be for the form: AX2+BX+C=0, but that is clearly not true. The input to solver() is a, b, and c. There is no input for main. So which input you are talking about?

Then solve is not at all robust. What happens when b*b is less then 4*a*c? What happens when a is very close to 0?

-Saurabh
Saurabh.Garg 30-May-10 7:38am View    
Deleted
Reason for my vote of 1
This is not really a tip but mere descrption of the problem.