Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Rhoon
  • Content: Threads
  • Order by date
  1. Rhoon

    Multiple Pages, Forms and Actions

    Here's a newbie type question for you all. Perhaps someone can point me to a specific link if it's true to the noob-form. I have 3 pages which collect data, 3 forms and 3 Actions (1 per page). In the 4th page I want to be able to redisplay all the information which was entered through the 3...
  2. Rhoon

    Event/Mouse Listeners

    Greetings, For several weeks I've been trying to fire a mouse event so when I click and drag a JLabel around the screen. I've gotten a work around, but its not exactly solid. After lots of digging through the API I figured out that a mouse event is fired relative to the component which fired it...
  3. Rhoon

    Problems with fork() and execvp()

    I'm trying to get this to emulate as a shell (this program) sitting on a shell (the actual one which came with the OS). If I type just ls, all that returns is the environmental variables (BLOCKSIZE=, PWD=, TERM, USER, VENDOR, etc.. ) returned as : No such file or directory. If I type ls -la ...
  4. Rhoon

    String, Character Arrays

    I'm trying to return a string or a character array. Whats the best way to do this in C++? Also, is there a way to make an integer for 4 bits long (max of +- 32). I'm expecting to use a large amount of int's, but I don't want numbers above 20 and the rest of the bits are being wasted. thanks...
  5. Rhoon

    Book Reviews

    Hi all, I'm considering getting into Windows programming. I have 6 on and off years of C ... generic Dos/Unix stuff. 1 year of solid Java and I'm fairly decent with C++. I'm wondering what I need to consider when getting into windows programming and I'm eager to find out what books everyone...
  6. Rhoon

    Stacks and Queues

    Hey all, I'm having problems with trying to understand how this will work. I'm trying to make my own stack implementation (yes, homework assignment) but I'm not sure how my two constructors will work. One constructor takes an Int and the other a Char. When I'm push()'ing something onto the...
  7. Rhoon

    String Manipulation

    Hey all, Anyone have any REALLY good web sites that deal with String Manipulation. I'm trying to pull text off of a server and format it to the screen. I'm trying to do word wrapping in my application after 80 characters. IF anyone has any tips/tricks on this, please let me know. Thanks in...
  8. Rhoon

    Unable to Resolve symbols

    hey all, I was hoping someone could point out as to what I'm doing wrong with this program. I've put all the code into one file, should I split them up? I've tried to compile them both on Jbuilder 5 and Sun's JDKv1.4. I keep getting some of the following errors.. Thanks in advance for any help...
  9. Rhoon

    Reading files... again :>

    Hey all, How would one skip the first 3 lines in a file that you need to open. Say the first three lines are always the same... like: Name .... Data.... Garbage data... but it could be more than that say, 4 or 5 lines long... the next line ALWAYS starts with the date. in the form...
  10. Rhoon

    File Reading / searching /writing including IP addresses.

    Hey all, I've been kind of snooping this forum for a few days and I think its one of the best sources for information out on the web today, BTW: I'm loving all the links to C programming everyone is putting out, great reads :> Anyhow, I'm sort of new to C programming and I have a question...

Part and Inventory Search

Back
Top