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 strongm 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: *

  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

    only problem is that i dont actually have VC++, because i dont have enough money to buy it..... I use DEV C++ and i use ths forum as a general c++ forum..
  3. 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
  4. glitch003

    char arrays and help with program

    thanx dude!
  5. glitch003

    char arrays and help with program

    Also, what is the command to locate the home drive? EX my drive is F:\ instead of C:\... thank you so much, you are such a big help!
  6. glitch003

    char arrays and help with program

    Ok, i fixed changes the char message[999999] to char message[1024];. thanx for that tip. ok so ur right on that one, but how do i input strings?? if i type cin >> message;, it only gets the first word... thank you for all your help!
  7. 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...
  8. glitch003

    char arrays and help with program

    thanx, this works great. the only other problem im having is storing char arrays with spaces in them, like a message, like if someone wants to send "hello how are you doing" over this program. how do i do spaces in char arrays??? -glitch
  9. 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