Search:

Type: Posts; User: camelman

Search: Search took 0.01 seconds.

  1. Thank you Knave for your code, its exactly do...

    Thank you Knave for your code, its exactly do what I need...:cool:



    you're right dwks i didn't understand a lot from the code and there are a lot of new codes that I've to understand before i...
  2. i'm so so sorry i made an edit

    i'm so so sorry i made an edit
  3. this is the code: #include ...

    this is the code:


    #include <iostream>
    #include <fstream>
    #include <string>
    using namespace std;

    int main ()
    {
  4. yes, i now how to write to another text file....

    yes, i now how to write to another text file.
    yes, i have a txt file like: 3 5
    no, i want to generate another txt file like: a=3 b=5 c=8 \\ where c=a+b=8




    i want to do three things:
    1)...
  5. first, i would thank you CornedBee for your...

    first, i would thank you CornedBee for your question and your patient with me. second, i really can't explain more about what i want so if you tell me what you have understand from what i wrote and...
  6. ok to save everyone's time this is what i wrote...

    ok to save everyone's time this is what i wrote earlier:

    ********************************************
    #include <iostream>
    #include <fstream>
    using namespace std;

    int main()
    {
  7. "As for text I/O, that should be simple enough."...

    "As for text I/O, that should be simple enough."

    "Stick to text files, it will make your life SO much easier."

    thanks for your help CornedBee and Salem, i think i will do my work in txt files...
  8. question: i/o data form .txt or .xls files ??

    Hi everyone,

    I have just start working at my final year project in communication engineering and I’m doing some c++ programming as well. My question is how can I read numbers from a .txt or .xls...
Results 1 to 8 of 8