Search:

Type: Posts; User: YuminZhao

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,165

    Thanks!

    Hi iMalc:

    Thank you so much! your way is simple and workable!
    --Zhao
  2. Replies
    4
    Views
    1,165

    Hi, Thanls for your reply. My OS is...

    Hi, Thanls for your reply.

    My OS is windowsXP.

    What is the way for this OS to creat a list.txt containing the file's names in this folder.
  3. Replies
    4
    Views
    1,165

    How to creat a new list file?

    Hello:

    Suppose in one fold contains many files of *.txt or *.csv: A.csv, B.csv, C.csv .... I want to creat a file, say named list.txt, it only lists the file names of the fold:
    ...
  4. Replies
    2
    Views
    1,013

    How keep multi-row *.txt form?

    Hello all:

    I have a *.txt file like:

    20121001 Chang $55.5
    20121002 Zhang $60.0
    20121003 Pan $50.01

    I tried...
  5. Replies
    2
    Views
    1,167

    How read *.csv file?

    Hello All:

    I used to read *.txt file, with one column, into C/C++ program ?

    Now from Yahoo downloading stock prices, they are in EXCEL *.csv format. How can read them into C/C++...
  6. Replies
    4
    Views
    2,175

    Hi, Thanks so much for instructions. ...

    Hi, Thanks so much for instructions.

    Suppose my spreadsheet file is aaa.csv, the data are:

    01/10/12 100.01
    ...
  7. Replies
    4
    Views
    2,175

    How read from spreadsheet?

    Hello all:

    I am accustomed to read/write txt/ASCII file with ifstream/ofstream.

    If the data file is in the EXCEL spreadsheet, *.csv, *.xls, *.xlsx, then what is the way to read them?
  8. Replies
    4
    Views
    1,287

    Hi: Not using the sort skill before, I don't...

    Hi: Not using the sort skill before, I don't know how to start.
    Could you tell me something more?
  9. Replies
    4
    Views
    1,287

    How arrange names alphabetically?

    Hello:

    I have a txt file of many names, they arranged randomly. Say they are:
    XYZ
    ACD
    ...
  10. Replies
    3
    Views
    874

    Is it limited of using "if"?

    Hello all:

    I am coding a program, due to the situation is complicated, I used
    several "if" in a row. I found that it is not allowed to use "if" repeatedly. Is this true? What's the rule to...
  11. How do the global and local variables use the RAM?

    Hello all:

    Days ago I posted “How does the RAM work in C++ computing?” This post is
    “ How do the global and local variables use the RAM” They are sister questions.

    In C++, if a variable is...
  12. Replies
    4
    Views
    1,423

    How does the RAM work in C++ computing?

    Hello all:

    In my knowledge that the usefulness of RAM in computing is for storing data such as array. That’s why we need large RAM If the program is large. BUT recently I am confused.

    I...
Results 1 to 12 of 12