Search:

Type: Posts; User: haibuithe

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,109

    i'm newbie, I do not really understand much of...

    i'm newbie, I do not really understand much of the pointer mechanism, in this case the program has run well with "void InitEmployee(Employee *&myEmployee,int length)"
  2. Replies
    5
    Views
    1,109

    thank salem, my English is not very well,...

    thank salem, my English is not very well,
    anyway, i fixed it. "void InitEmployee(Employee *myEmployee,int length)" change to "void InitEmployee(Employee *&myEmployee,int length)"
    It is run ok, now....
  3. Replies
    5
    Views
    1,109

    help me debug this program

    I'm using dev-c++ to build my programes.
    when i enter info of "myEmployee" then it is error "don't send"
    Fix and interpret it for me,please!
    Thank so much.


    #include <sstream>
    #include...
  4. Replies
    2
    Views
    2,225

    Still not work. i think my problem is string...

    Still not work. i think my problem is string "output" too long. Can you fix it with long string.
    Code work OK with output="test" !


    #include <windows.h>
    #include <string.h>
    #include <direct.h>...
  5. Replies
    2
    Views
    2,225

    help "Copy String to Clipboard"

    Can you fix it for me with error.( i'm using quincy to compile)


    #include <windows.h>
    #include <string.h>
    #include <direct.h>
    #include <stdlib.h>

    int main()
    {
Results 1 to 5 of 5