Search:

Type: Posts; User: Will_rookwood

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,439

    outputting a variable into a text file

    hello all, i have been doing some C++ tutorials and am learning to work with txt files and reading and writing to them. my problem lies in that is it possible to print variables to a txt file? here...
  2. Replies
    5
    Views
    1,215

    functions won't work

    before i explain my problem i'll give you what i've got so far


    #include <windows.h>
    #include <iostream>

    using namespace std;
    int question ( string usr_name );
    int main()
    {
  3. Replies
    5
    Views
    2,213

    ^^ thanks alot now it's working fine

    ^^ thanks alot now it's working fine
  4. Replies
    5
    Views
    2,213

    no, that does not work, i'm still getting 146...

    no, that does not work, i'm still getting 146 when i just enter 2 times 2, i'm confused as to how this happens?
  5. Replies
    5
    Views
    2,213

    program won't multiply right

    hey everybody i'm Really new at C++ programming and as sort of a little test for myself i've decided to make a short little program which takes two numbers the user enters and multiplies them and it...
Results 1 to 5 of 5