Adding a visual interface to a C program (Sudaku solver)

Discussion in 'C++' started by Yundi, Jul 4, 2011.

  1. Yundi

    Yundi New Member

    Joined:
    Jul 3, 2011
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    I made a sudoku solver program using C.
    But I need to add a visual interface to my program.
    My question is:
    What is the easiest way to make it usable by any user ?

    How can I create a visual interface instead of printing on the black and white screen:

    S[ 1 ][ 6 ] =

    and scanning this value....

    I know some visual basic programming ( as a beginner ) and until now I found
    that I should make my program as a dll file and call it in a visual basic program.

    If you think that this is the best way to do it, please tell me exactly what I should now about dll files and how to call them in VB ( I am using Visual Studio 2008 )

    Is there any easier way to do that?

    Thanks in advance,
     
  2. Yundi

    Yundi New Member

    Joined:
    Jul 3, 2011
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Sudoku solver ( sorry for writing Sudaku)( typing error )
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice