Thread: How to create a real interface??

  1. #1
    ~Team work is the best!~ wakish's Avatar
    Join Date
    Sep 2005
    Posts
    85

    Question How to create a real interface??

    Hi...
    I was wondering how to create an interface when i finished coding??
    for example i just finished coding a small C++ program for a simple calculator, so how to make it alive in an interface like a real calculator?
    Can this be done with the vc++.net ??

    Please can anyone help with this?

    Thanks for your attention and help!

    Kind Regards,
    wakish

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    It's a subject called "windows programming". If you are just beginning C++, it will be very difficult to learn. Even after you know C++ very well, it will be difficult to learn. If you want to have a go at it, there are plenty of books available on windows programming and you can look around online as well.

  3. #3
    Registered User
    Join Date
    Jun 2002
    Posts
    230
    Yup. If you look when you create your programs, at first all of them will be console projects. To have an interface, you actually have to code all of that so its a whole new thing to learn. So learn as much C++ as you can b4 you hope into windows programming.
    C++ Rules!!!!
    ------------
    Microsoft Visual Studio .NET Enterprise

  4. #4
    ~Team work is the best!~ wakish's Avatar
    Join Date
    Sep 2005
    Posts
    85
    ok, no probs, i will look in windows programming! thanks!

  5. #5
    Registered User
    Join Date
    Jun 2002
    Posts
    230
    http://www.winprog.org/tutorial/

    most ppl go there or are referred there 2 start.. so there ya go
    C++ Rules!!!!
    ------------
    Microsoft Visual Studio .NET Enterprise

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to get RSSI value, send to sensor, sensor receive package, repackage it?
    By techissue2008 in forum Networking/Device Communication
    Replies: 1
    Last Post: 03-04-2009, 10:13 AM
  2. Calling IRichEditOle interface methods
    By Niara in forum C Programming
    Replies: 2
    Last Post: 01-16-2009, 01:23 PM
  3. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  4. How to create a file association program?
    By eShain in forum Windows Programming
    Replies: 1
    Last Post: 03-06-2006, 12:15 PM
  5. Cannot create MDI Client Win
    By JaWiB in forum Windows Programming
    Replies: 1
    Last Post: 10-31-2005, 10:05 PM