Search:

Type: Posts; User: Yumin

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    831

    The initial file is marketdate.txt, 1st column is...

    The initial file is marketdate.txt, 1st column is date, 2nd Name, 3-6 columnsare prices. My purpose is to read date, name and 6th's price into array date[365], name[ ] and close[365].

    I guess the...
  2. Replies
    3
    Views
    831

    How read/write them into arrays

    Hello, all: The following is a part of an initial market data:

    20090319,A,14.6,14.93,14.45,14.74,27928
    20090320,A,14.75,14.95,14.29,14.43,42467
    20090323,A,15,15.89,15,15.89,46303...
  3. Replies
    9
    Views
    3,139

    Hi Nadroj and all: >>If you know where your...

    Hi Nadroj and all:

    >>If you know where your temporary files are stored, you can search there for .exe files and try to spot the file your looking for. It is on your computer somewhere.

    I...
  4. Replies
    9
    Views
    3,139

    Hello Nadroj and all: My purpose is to...

    Hello Nadroj and all:

    My purpose is to download the Express VC++2008 setup.exe and save it in my hard disk. I'll install it by myself off line. Next time if I need to install again or repair,...
  5. Replies
    9
    Views
    3,139

    Where is the downloaded software

    Hello all:

    I am installing the Express visual C++2008. It let you free download the software. After downloading it installs the software immediately.

    Where is the downloaded software,...
  6. Replies
    1
    Views
    2,452

    MSVCP90D.dll not found.

    Hello, Everyone:

    I downloaded the VC++ Express 2008 and installed it. At the 1st day, it run well,
    but it refuses to work later on. It says:

    This application has failed to...
  7. Replies
    9
    Views
    4,712

    My problem has been solved. It turn out to be the...

    My problem has been solved. It turn out to be the
    changement of pathes caused by reorganizing data.

    Some of you suggested to upgrade C++ version, I am look for
    new one. Thanks! --Yumin
  8. Replies
    9
    Views
    4,712

    Hello Everyone: I am happy for getting so...

    Hello Everyone:

    I am happy for getting so many good opinions.

    In the light of suggestions, I am going to install VC++ 2008 Express.
    Could I share your experiences of installing this...
  9. Replies
    9
    Views
    4,712

    Hello All: Thanks for reminding me the...

    Hello All:

    Thanks for reminding me the VC++6.0 is too old.

    In my hand there are two versions of VC++: 6.0 and 7.0(Microsoft Visual Studio .NET 2003) Comparatively, 6.0 has the...
  10. Replies
    9
    Views
    4,712

    Yes, the "mspdb60.dll" does stay in the...

    Yes, the "mspdb60.dll" does stay in the "MSDev/bin" together with MSDEV.exe.

    As you said it is a question of another software. I don't think it is not caused by the version being too old.
  11. Replies
    9
    Views
    4,712

    " mspdb60.dll was not found."?

    Hello Everyone:

    I had been using VC++6.0 for many years. To some reason I did not use it for sometime. Today, I use it again and found new question.

    When it does the compiling, says:
    ...
  12. Replies
    1
    Views
    764

    How read it by C++

    Hello all:

    I used to use C to do the scientific calculation. When I need to read a data file "datafile.txt" into an array "data[]", the following is available:


    ...
  13. Replies
    4
    Views
    1,256

    I used to use C language for scientific...

    I used to use C language for scientific calculation, such as solving differential equations. C++ has another great usage is for windows programming, I don't care for that.

    Where can I find a...
  14. Replies
    4
    Views
    1,256

    How start off with C++

    Hello all:

    I have been using C-language fror many years. Now I realized that I have to learn the C++. Many new functions there I can not find in C.

    Could you please tell me what the...
  15. Replies
    5
    Views
    1,300

    Hi WaltP: I tried your suggestion: ...

    Hi WaltP:

    I tried your suggestion:



    char textfile[3][10]={"ABC\\file1.txt","ABC\\file2.txt","ABC\\file3.txt"};

    repeatedly, it doesn't work! It always prompts:
  16. Replies
    5
    Views
    1,300

    Hi Waltp: Thank you for the suggestion, it...

    Hi Waltp:

    Thank you for the suggestion, it works.

    By the way how to put all the files into one separate
    folder, say "ABC". You know they are now put in the same
    folder of source codes.
  17. Replies
    5
    Views
    1,300

    loop doesn't read files

    Hello all: My work need to read files into arrays. In the past, only
    several files,I set a file pointer and used fscanf with following codes
    (supose each file only has 3-number in three lines):
    ...
  18. Replies
    4
    Views
    2,231

    Is it so trouble?

    I used to use VC++6. I just need to put the program and all the input data files in one fold. Double click the program name, the vc6 window will open and then you can see the 'Build' tab and can do...
  19. Replies
    30
    Views
    13,497

    or ?

    Here is a simple code:



    // abc.cpp
    # include<iostream.h>
    void main()
    {
    int a=1,b=2,c;
    c=a+b;
  20. Thread: VC++.net

    by Yumin
    Replies
    3
    Views
    897

    VC++.net

    I have been using VC++6.0 for years and just upgraded to studio.net Enterprise 2003, Visual C++.net.

    After installing, I found the interface is quite different from the VC6. A lot of things...
  21. Replies
    12
    Views
    1,978

    Hello Ancient Dragon: The original command...

    Hello Ancient Dragon:

    The original command is quite long, I simplified it. Now yours is even more simple!

    Right now the question is how to run this c-codes in VC6.0 it's own windows, to...
  22. Replies
    12
    Views
    1,978

    Thank you so much for the helps. I changed...

    Thank you so much for the helps.

    I changed the file name from 'lo1.c' to 'lo1.cpp' and re-run it, the result is completely the same: passed the compiling and 13-"unresolved external...
  23. Replies
    12
    Views
    1,978

    Hi friends, thanks for your patient help. ...

    Hi friends, thanks for your patient help.

    There are three related files: mosrk.h and mosek3_0.lib and mosek3_0.dll. I have put all the three in the same fold where the file abc.c is in.

    ...
  24. Replies
    12
    Views
    1,978

    Hi Bithub: Thank you for the reply. I...

    Hi Bithub: Thank you for the reply.

    I found even if putting the mosek3_0.dll into the same fold, the output is the same: many "unresolved external symbol_..."
  25. Replies
    12
    Views
    1,978

    How make platform from DOS to window?

    Hello all:

    I am learning a calculation method named mosek in c-format.
    The c software I am using is MS vc6.0. The mosek program can work in the DOS interface all right.

    Say an c-code...
Results 1 to 25 of 31
Page 1 of 2 1 2