Arcade Prehacks

Search:

Type: Posts; User: router

Search: Search took 0.00 seconds.

  1. Thread: Calculator 1.3

    by router
    Replies
    55
    Views
    18,432

    Re: I made a calculator UPDATE 1.2 MULTIPLICATION!

    VB or VB.net? They are very different and the former isn't free as it requires Windows.

    So how long did it take you? 30 minutes? Well, that may explain the problems with it.
  2. Thread: Calculator 1.3

    by router
    Replies
    55
    Views
    18,432

    Re: I made a calculator UPDATE 1.2 MULTIPLICATION!

    Visual Studio Pro: Not free
    Visual Studio Express: Free
    Windows: Not free

    Really? Under one hour? I'd like to see that done with any programming language.

    C++ is better in the long run. It...
  3. Thread: Calculator 1.3

    by router
    Replies
    55
    Views
    18,432

    Re: I made a calculator UPDATE 1.2 MULTIPLICATION!

    Stay with c++
  4. Thread: Calculator 1.3

    by router
    Replies
    55
    Views
    18,432

    Re: I made a calculator UPDATE 1.2 MULTIPLICATION!

    Actually, no it's not. How would you do this in vb?
    You'd have to import System.Math and then use the square root method.
    Also, c++ can be natively used cross-operating system with the right...
  5. Thread: Calculator 1.3

    by router
    Replies
    55
    Views
    18,432

    Re: I made a calculator UPDATE 1.2 MULTIPLICATION!

    Assuming you are using c++, here's the square root:


    #include <math.h>
    #include <stdio.h>

    int main ()
    {
    double param, result;
    param = 1024.0;
  6. Thread: Calculator 1.3

    by router
    Replies
    55
    Views
    18,432

    Re: I made a calculator

    I can open it in Windows 7. It needs a gui or to be able to enter an equation and output the answer.
Results 1 to 6 of 6