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

Search:

Type: Posts; User: Azomb

Search: Search took 0.01 seconds.

  1. Re: My calculator program keeps crashing at the end

    It works and makes it neater. Thank you~
    This program gave me the biggest headache last night, so thank you very much for the help
  2. Re: My calculator program keeps crashing at the end

    I started learning like two days ago... It was the only way I could think of this working. And so it can respond with "Nice, what are you (adding/subtracting/multiplying/dividing) 5 by?"
  3. Re: My calculator program keeps crashing at the end

    There are some unnecessarily used functions but those were meant for practice.
  4. Re: My calculator program keeps crashing at the end

    Here's my final source code.
    I added loop functionality :)

    #include <iostream>
    #include <string>
    using namespace std;


    class CALCULATIONS{
    public:
  5. Re: My calculator program keeps crashing at the end

    Woah you did it! Thank you ^_^
    I'm going to need to work declaring functions....
  6. My calculator program keeps crashing at the end

    Hi all :wave:
    I'm new to C++ and i decided to make a calculator with my limited knowledge. It works and all but it keeps crashing when it finishes. Anyone have an explanation/solution?
    Here's my...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured