Thread: Quadrtic equation solver with graphics.

  1. #16
    Registered User
    Join Date
    Jun 2003
    Posts
    91
    Im using dev C++5,

    I know this would be a lot to ask, but if anybody could be bothered dowloading lcc-win32, and creating the dialogue box, using devC++5, then calling it up that would be much appreciated.




  2. #17
    Registered User
    Join Date
    Jun 2003
    Posts
    91
    I managed to make the thing after all , using visual basic.

  3. #18
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    If it got the job done, then good enough. You'll find problems you cannot solve with VB.

    Something you can do, is make your UI with VB and call C/C++ libraries/.dll's, some people, (those working in an environment where performance is not an issue), use this approach.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  4. #19
    Registered User
    Join Date
    Jun 2003
    Posts
    91
    Its pretty much what i wanted, only problem is i cant get the gcd function to work in VB, i know the code, but it doesnt seem to like how its integrated.

    Here the file, gives an idea what i was after.
    Last edited by joeyzt; 07-23-2003 at 03:09 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginning Game Programming Type Books
    By bumfluff in forum Game Programming
    Replies: 36
    Last Post: 09-13-2006, 04:15 PM
  2. Linear Equation Solver
    By EvilGuru in forum C++ Programming
    Replies: 7
    Last Post: 10-22-2005, 10:10 AM
  3. IDEA: Equation solver
    By Magos in forum Contests Board
    Replies: 2
    Last Post: 01-07-2003, 11:46 AM