Search:

Type: Posts; User: MrX8503

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,006

    http://35.9.168.96/C++/Program11.doc is the...

    http://35.9.168.96/C++/Program11.doc

    is the url of the assignment to clairfy things.
  2. Replies
    3
    Views
    1,006

    here is what the out put looks like. The code...

    here is what the out put looks like. The code works, i'm just confused as to how i would make that a function.

    Welcome to the Bank!

    Please Enter your name: c:\mark.txt


    Transaction ...
  3. Replies
    3
    Views
    1,006

    How do i change this into a function?

    Ok, i'm having real issues with functions, can anyone help me or make suggestions as to how i change this to a function?



    #include <iomanip>
    #include <iostream>
    #include <fstream>
    #include...
  4. Well i guess i want be majoring in Computer...

    Well i guess i want be majoring in Computer Science anymore.
  5. float slope(float x); using namespace std; ...

    float slope(float x);

    using namespace std;


    //Lownum is also X Value

    void main()
    { float upnum, lownum, inc, y, a;
  6. I thought i actually write the program out...

    I thought i actually write the program out normally and make it work right first before changing it to a function so this is what i got...



    //Lownum is also X Value

    void main()
    { float...
  7. Just learning Fuctions, what should i think of when making em?

    I understand how functions work, but if i'm unable to utilize it in a simple program, i guess i dont entirely understand it.

    Anywho, i have to make a program where the users enter in an upper...
Results 1 to 7 of 7