Search:

Type: Posts; User: Chobo

Search: Search took 0.02 seconds.

  1. Replies
    13
    Views
    1,921

    How do you cut off a Double variable after say 2...

    How do you cut off a Double variable after say 2 digits?
  2. Replies
    13
    Views
    1,921

    Everything is fine until: x = r *...

    Everything is fine until:



    x = r * Math::Cos(rad);
    y = r * Math::Sin(rad);


    Where it works except when rad is say PI..
  3. Replies
    13
    Views
    1,921

    Hi, thanks for all the answers.. one more...

    Hi, thanks for all the answers.. one more question


    if ( choice == __wchar_t('A'))
    {
    Console::Write( S"R: ");
    r = Double::Parse( Console::ReadLine());
    Console::Write( S"Degrees:...
  4. Replies
    13
    Views
    1,921

    What does it mean when it says unreferenced local...

    What does it mean when it says unreferenced local variable, (A and B)?
  5. Replies
    13
    Views
    1,921

    Nevermind it works. Thanks!

    Nevermind it works. Thanks!
  6. Replies
    13
    Views
    1,921

    Thanks for the help but, inputting A still...

    Thanks for the help but, inputting A still doesn't bring up thing.
  7. Replies
    13
    Views
    1,921

    This is C++ with .net

    This is C++ with .net
  8. Replies
    13
    Views
    1,921

    Beginner Question

    How do I fix this? I don't know how to convert inputted choice to equal the If statement.


    #include "stdafx.h"

    #using <mscorlib.dll>

    using namespace System;

    int _tmain()
Results 1 to 8 of 8