CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dizzydog

Search: Search took 0.03 seconds.

  1. Replies
    11
    Views
    12,200

    Re: Converting command line to GUI

    sorry, im not making sense, like i say imm new to this.

    the code above i need to convert into code for the user interface for example i need to link the inputbox name with the celsius input for...
  2. Replies
    11
    Views
    12,200

    Re: Converting command line to GUI

    most def, i have to create a window that asks you to input the degrees c in one box then click run and it will convert it into degrees f in the output box.

    This code was copied by sight from his...
  3. Replies
    11
    Views
    12,200

    Re: Converting command line to GUI

    perhaps im wrong,i thought a gui was the user interface ie text boxs, windows, child windows etc
  4. Replies
    11
    Views
    12,200

    Re: Converting command line to GUI

    totally agree but i have been told to do all my work in borland c++ compiler 6.0 . i've argued it but they wont change the curriculum.
  5. Replies
    11
    Views
    12,200

    Converting command line to GUI

    Im trying to convert a code supplied by my lecturer to a code i can use in borland c++ compiler 6.

    #include <iostream>
    int main()
    {
    Double c ;
    std::cout << "Enter Celcius";
    std::cin >> c;...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured