15,742,263 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
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.