Search:

Type: Posts; User: DerelictDream

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    842

    For instance, on my RH9 system, the address is...

    For instance, on my RH9 system, the address is 0xBFFFF1B4
  2. Hrmmm...I just tried something different... I...

    Hrmmm...I just tried something different...

    I changed the initialization of C_prog_state::pep and C_prog_state::psp in libpstate.h from:



    S_prog_state *psp[];
    S_prog_error *pep[];

    to:
  3. Gdb

    Ok I took the time to figure out the GNU debugger...

    compile with the added option -g to add support for gdb...

    I tried gdb with just the -g added to the makefile, but I would get seg-faults...
  4. OK here it is finally....Terribly sorry for the wait

    And may the almighty moderators please please please forgive me for not being prepared when I should have been, for being generally inane, and for posting so many times just to get all the...
  5. I was originally going to use std::strings......

    I was originally going to use std::strings... Looks like I should have stuck with it...

    I realize everything is public, but that won't be the case in the end program. Right now I was more worried...
  6. No IDE, using gcc 4.0.0. And no I have had no...

    No IDE, using gcc 4.0.0. And no I have had no luck figuring out how to use the debugger...
  7. My library is failing and I cannot figure out why...

    NOTE: Feel free to laugh at me at any time, just don't flame me please :)

    Ok, its been a while since my last (first) thread here. And back then I was really naive. I probably still am, but I...
  8. Replies
    10
    Views
    14,959

    File I/O

    You should read the tutorials on I/O.....Specifically, Lesson 10
  9. Replies
    12
    Views
    1,582

    typo...

    I know you had it correct in the top post, just noting the typo here...
  10. Replies
    10
    Views
    1,260

    Well there's something I had assumed but did not...

    Well there's something I had assumed but did not know for sure......Thanks for clearing that up!

    My larger program has a main which consists of nothing but screen initialization and calls to...
  11. Replies
    10
    Views
    1,260

    but break ends the while loop...

    In my larger program I do use descriptive names...





    If I, and my compiler, are not mistaken, the "else break" will end the while loop on success causing the program to end. Correct me if...
  12. Replies
    10
    Views
    1,260

    Tell mw if this is what you might have done....

    Thanks for the response. After reading it I went straight to that bit of code and did a modest amount of reworking. It should be easy to tell where my modifications are. Do you think I went about...
  13. Replies
    10
    Views
    1,260

    First time posting here - need advice

    Well, I have been scouring all the tutorials I can find teaching myself C++ lately, and have done a few rather embarassing things in the process....

    Now I find that using 'goto's in c++ is a...
Results 1 to 13 of 13