CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2011
    Location
    Greece
    Posts
    26

    Simple Calculator

    Goodmorning
    I want to ask how i can make a simple calculator in C++Builder

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Simple Calculator

    With any program you do it step by step:
    • design it graphically
    • do a detailed program design
    • implement it
    • test it
    • loop back to program design and do some changes if needed
    Best regards,
    Igor

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