Search:

Type: Posts; User: baitman18

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,449

    When i made the variables into floats instead of...

    When i made the variables into floats instead of doubles it said something about failure to convert double to float possible loss of data but it works fine with doubles thank you
  2. Replies
    5
    Views
    1,449

    Won't Convert

    This code will convert Celsius to Fahrenheit, but it will not convert Fahrenheit to Celsius can any one help me its my first program really on my own. its a fairly simple Program but im 15yr old so...
  3. Im kind of a noob but would it not be possible to...

    Im kind of a noob but would it not be possible to store the code using File I\O and then print it
  4. Replies
    4
    Views
    1,760

    Looking for a Teacher

    Does anyone Know of Someone willing to teach me C++. I have some of the basics down like If statements, Loops, Switch case, File I/O. Also my budget is not exactly high
  5. Replies
    13
    Views
    2,247

    Yes there is a way to Write a Message in Code so...

    Yes there is a way to Write a Message in Code so it will Display a Message


    #include <iostream>
    using namespace std;
    int main()
    {
    cout<<"Text you wish to Display\n";
    system("PAUSE");
    }
Results 1 to 5 of 5