Search:

Type: Posts; User: lshome

Search: Search took 0.01 seconds.

  1. Thread: ios::nocreate

    by lshome
    Replies
    2
    Views
    8,688

    ios::nocreate

    Help wanted !

    What wrong with the following code
    file.open(pFileName, ios::in | ios::nocreate);

    When compiling, the compiler have an error of "nocreate is not a member in ios" .
    I do not...
  2. Replies
    0
    Views
    1,997

    Visual C++.net using C# create dll

    Help wanted.

    How can I use the C# created dll in a visual C++.net managed program ?

    Lau
  3. Replies
    3
    Views
    2,750

    start another program

    I want to write a program and under some condition to start another program. How I can start another program that is not in the same folder ??

    I use system function, but it work for only in the...
  4. Replies
    1
    Views
    1,595

    compile a *.rc file

    Help wanted.

    I am writing a program with a program with a menu. And part of the menu is on a menu.rc file and know that a rc file must be compile to *.res file and then link to *.exe file.
    ...
  5. Replies
    1
    Views
    1,211

    take data from csv data file

    I want to dig out data from an csv file.
    Can anyone tell me which C standard function for this operation ?
    thank you.
Results 1 to 5 of 5