Search:

Type: Posts; User: asmileguo

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    4,419

    Does Dev C++ 4 even work in Vista?

    Hi there,

    How did you make Dev C++ 4 work in Vista? I tried both 4 and 5 in my Vista, and they don't work out. I will appreciate it greatly!
  2. Replies
    2
    Views
    991

    Thanks!

    Thanks!
  3. Replies
    2
    Views
    991

    Any function like beep(.)?

    Hi folks,
    I am running a program; but I don't want to monitor it all the time without being able to do something else. Is there any funciton something like beep(.) that will make a sound? I want to...
  4. Replies
    13
    Views
    1,255

    By the way, I forgot to say: after I changed it...

    By the way, I forgot to say: after I changed it to 'j', compile it and it works; after that I changed it back to 'i', compile it and it works too. Is this helpful for tacking the issue?
  5. Replies
    13
    Views
    1,255

    yeah, the last suggestion works. I'm using...

    yeah, the last suggestion works. I'm using DevC++. Isn't that disturbing?
  6. Replies
    13
    Views
    1,255

    Isn't this puzzling?

    I intend to read several numbers into the array of X and then several others into the array of Z; however, it happens that the following codes can correctly read X but not Z. Only after I change the...
  7. Thanks! I found it!!

    Thanks! I found it!!
  8. Seek a confirmation: can it be installed and run...

    Seek a confirmation: can it be installed and run in Windows?
  9. Could I just use the command window for debug...

    Could I just use the command window for debug instead of the GUI?
  10. Mario, is it "-g3" or "-gdb"? Something is not...

    Mario, is it "-g3" or "-gdb"? Something is not quite right; I can't quit the GDB in the window even I type "quit" and press "send" in the debug command window.
  11. Thanks Mario; I'll give it a try.

    Thanks Mario; I'll give it a try.
  12. And the only responese I got from the debug...

    And the only responese I got from the debug output window is:
    you need to put the debug mode on before you debug.

    What does it mean? Where is the on/off thing?
  13. When I click "debug", it keeps on saying "your...

    When I click "debug", it keeps on saying "your project doesn't have debugging information. Do you want to add the debugging information and rebuild the project?" I went through it by "Yes" several...
  14. Any tutorial about Dev C++ debugging feature?

    I just found its help document is somewhat perplexing...
  15. Replies
    12
    Views
    1,471

    BTW, in above codes, I find I can't access dimofX...

    BTW, in above codes, I find I can't access dimofX as defined in the structure (even for print out), and got an error message:
    [linker error]undefined reference to `observation_model_1::dimofX'.
    How...
  16. Replies
    12
    Views
    1,471

    Hi can I turn OFF tabs in Dev-C++? That's the...

    Hi can I turn OFF tabs in Dev-C++? That's the editor I'm using...
  17. Replies
    12
    Views
    1,471

    Gee; I made such a stupid mistake in the looping!...

    Gee; I made such a stupid mistake in the looping! I can't believe it; obviously the cold these days destroy my brain...

    Thanks a lot!
  18. Replies
    12
    Views
    1,471

    Help me debug following codes

    Hi folks,
    Thanks to some guys replying to my post this morning and I'm able to finish the codes. However, I don't know why the codes don't work. My goal is pretty humble: read an ASCII data file...
  19. I see. I was not sure whether I should add ...

    I see. I was not sure whether I should add <.> thing in the function behind vector. Thanks a lot, pals.
  20. How can I define and pass a pointer to a vector object?

    Dear all,

    As my title suggests, if I define the object vec1 by:


    vector<double> vec1;

    How can I define a pointer to vec1 and pass it to another function? Thanks a lot..
  21. Replies
    10
    Views
    1,214

    Could you elaborate on this? I didn't see why...

    Could you elaborate on this? I didn't see why...
  22. Replies
    6
    Views
    12,842

    That's my fear; too bad for a Dev C++ fan.......

    That's my fear; too bad for a Dev C++ fan.... thanks
  23. Replies
    6
    Views
    12,842

    How to open multiple projects in Dev C++?

    So that when I open another one, the current one won't close off? Thanks for all the help...
  24. Thread: extern twist

    by asmileguo
    Replies
    5
    Views
    1,129

    Done! I appreciate it! This exercise further...

    Done! I appreciate it!
    This exercise further illustrate the use of new keyword... Thank you....
  25. Thread: extern twist

    by asmileguo
    Replies
    5
    Views
    1,129

    When I move the declaration of array1 outside of...

    When I move the declaration of array1 outside of main(), I can only use the form:


    double *array1;

    Even so, when I run the program, a new Microsoft warnings window pops up and I didn't get...
Results 1 to 25 of 48
Page 1 of 2 1 2