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: glitch003
  • Content: Threads
  • Order by date
  1. glitch003

    Confusing tomcat error - can't find javax.servlet.http.HttpSessionAttributeListener

    Hi, I'm getting a fatal error when I start tomcat. Now I would think that servlet-api.jar is missing from the tomcat classpath but if I do -verbose:class I can clearly see tomcat using other classes from that jar so I know it's already included: [Loaded javax.servlet.http.HttpServletRequest...
  2. glitch003

    Registry commands

    HI, May i ask for a simple summary of registry commands, or a link to some?? also, i need to be able to read strings from the registry after i save the strings. thanx -glitch
  3. glitch003

    Help with program and how to do it

    i need help with this program that im working on. the program is supposed to ping all IPs in a range, so i know the IPs of the active computers(this is not going to be used for hacking, but for scanning my wi-fi network). im trying to use a for loop for this but im having some problems...
  4. glitch003

    char arrays and help with program

    hi im trying to make a program that utilizes the net send command to make a neat messenger. the only problem im having is that with char arrays, i cannot make it send messages with spaces. another problem that im having is with if statements using char arrays. for example: char cmd[2]; cin...

Part and Inventory Search

Back
Top