Search:

Type: Posts; User: godfrey270487

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,322

    Okay.. I'm now able to copy the file :D but I...

    Okay.. I'm now able to copy the file :D

    but I don;t know how to return it from the function :confused:

    Please help :( What am I doing wrong :(




    #include <fstream>
  2. Replies
    10
    Views
    1,322

    Would I have to create 2 different variables,...

    Would I have to create 2 different variables, maybe calling them file1 ( fiel to fead from) and file2( file to copy to) ?
  3. Replies
    10
    Views
    1,322

    #include #include using...

    #include <fstream>
    #include <iostream>

    using namespace std;

    void main()
    {
    cout<<"Enter name of file";
    string filename;
    cin>>filename;
  4. Replies
    10
    Views
    1,322

    How would I do this?? This is what I have so...

    How would I do this?? This is what I have so far.. It's like chinese writing to me..lol


    void main()
    {


    ifstream infile;
    ofstream outfile;
    string name;
  5. Replies
    10
    Views
    1,322

    Help with a program- I'm clueless

    Hey guys, I really need help with this program I am to write out, I don't even know where to start :( I just can't get my head around files no matter how much I study it. My notes aren;t that great...
  6. Replies
    5
    Views
    1,483

    Thanks guys, It works now. I really appreciate...

    Thanks guys, It works now. I really appreciate the help, I have an exam in this Wednesday and up till today I was clueless, still am but I think I know the basics.
  7. Replies
    5
    Views
    1,483

    Quad equation using fuctions problem

    #include <iostream>
    using namespace std;
    void quadraticequation(float a, float b, float c);

    int main()
    {
    int a,b,c;

    cout <<"a"<< endl;
    cin>>a;
  8. Replies
    12
    Views
    1,265

    Will the tutorial show me how to complete option...

    Will the tutorial show me how to complete option 2??.. (displaying last student info).. Is that also under the heading looping?
  9. Replies
    12
    Views
    1,265

    THank you.. LOL.. I better read up on it quickly...

    THank you.. LOL.. I better read up on it quickly :D..TTHanks again :D
  10. Replies
    12
    Views
    1,265

    Thanks.. so that would be for option 3 then? I...

    Thanks.. so that would be for option 3 then?

    I am so slow at this stuff :)
  11. Replies
    12
    Views
    1,265

    Sorry I am really new to ALL of this.. How to I...

    Sorry I am really new to ALL of this.. How to I initliaize option to null ( which option?).. I really dont understand what you are saying because I am new to english too..sorry :(

    Plus its only...
  12. Replies
    12
    Views
    1,265

    THANK YOU VERY VERY MUCH you guys for replying :D...

    THANK YOU VERY VERY MUCH you guys for replying :D :D :D

    Sorry, my english is bad..


    cout << "1)... Add Student Information" << endl;
    cout << "2)... View Last Students Information" <<...
  13. Replies
    12
    Views
    1,265

    School assignment...NEED HELP

    OKay here's the program Im suppose to write.. it involves looping and branching(I think :confused: )
    ******************************************

    #include <iostream>



    int main()
    {
Results 1 to 13 of 13