CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2008
    Posts
    51

    Calculator in C#

    Hi Everyone,
    I have built a calculator using Add, Sub, Multiply and division in vb.net.
    However I would like to build in C# as well, anyone knows how to start ?
    The objective is to calculate always 2 numbers using the operators above.
    Any help will be appreciated

  2. #2
    Join Date
    Oct 2008
    Location
    Cologne, Germany
    Posts
    756

    Re: Calculator in C#

    today is a "i don't want to use google day"

    is it really so hard to search for "c# calculator"?
    http://www.csharpfriends.com/Article...?articleID=117

    i wonder why people register here and ask to do their homeworks if searching with google is probably at least ten times faster then the whole registration and posting process
    win7 x86, VS 2008 & 2010, C++/CLI, C#, .NET 3.5 & 4.0, VB.NET, VBA... WPF is comming

    remeber to give feedback you think my response deserves recognition? perhaps you may want to click the Rate this post link/button and add to my reputation

    private lessons are not an option so please don't ask for help in private, I won't replay

    if you use Opera and you'd like to have the tab-button functionality for the texteditor take a look at my Opera Tab-UserScirpt; and if you know how to stop firefox from jumping to the next control when you hit tab let me know

  3. #3
    Join Date
    Dec 2009
    Location
    United States
    Posts
    12

    Re: Calculator in C#

    Quote Originally Posted by memeloo View Post
    i wonder why people register here and ask to do their homeworks if searching with google is probably at least ten times faster then the whole registration and posting process
    Lazyness

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Calculator in C#


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured