Search:

Type: Posts; User: ztdep

Search: Search took 0.00 seconds.

  1. Thank you very much

    Thank you very much
  2. why the C++ Mathematical Expression Library compiled so slow

    Dear friends:
    I downloaded the C++ Mathematical Expression Library from the web, and i uploaded it in the attachment.
    It consists of only one head file. But the compiling process is very slow...
  3. Replies
    1
    Views
    3,670

    use reference as class member

    Dear friends:
    I am confused about the problem of "using reference as class member". For example, i have two classes.


    class A
    {
    public:
    A(Mesh& FM):FVmesh(FM){}
    private:
    Mesh&...
  4. Replies
    1
    Views
    674

    some problem about string

    Dear friends:
    I am writing a program about iteration method.
    i want to write a result file after each iteration, and name the file with the iteration number. dat.
    how should i do to...
  5. thank you very much for your reply. but my...

    thank you very much for your reply. but my software have many variable to share between different subfunction. for example, the coordinates of each grid points will be used in every subfunctinos....
  6. Dear frineds: thank you very much for your...

    Dear frineds:
    thank you very much for your reply. you mean i need two head file. one wihout "external" added, and on with "external" added.?
  7. Thank you for you reply, dear friends. but if i...

    Thank you for you reply, dear friends.
    but if i use the include guide in the file, some sub function may not know the global variable defined in the header file.
    What should i do.
  8. some confusion about define global variable in c++

    Dear friends:
    I am writing a compuational fluid dynamics code with c++, and the procedure have many sub-functions to compute different quantities.
    I want to defined a head file name as...
Results 1 to 8 of 8