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

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

    display form data in jsp after forward action (struts)

    Hi people Not sure if this is the right forum as its a struts\jsp question. I am new to Java web development. I know Java quite well (applets and command-line apps) but never used it for web tech. I am more used to developing in PHP. Moving over to Struts\JSP is proving harder than I thought...
  2. titanzero

    Floating point arithmetic strange results

    Hello everyone I have a strange problem with floating points This is keep track of x and y coords and change them randomly when reqested. #include <RandGen.hpp> using namespace std; #ifndef _POINT_HPP_ //Check if this file has been included or not #define _POINT_HPP_ //It has not so include...
  3. titanzero

    Deploying webapp tomcat 6 !PLEASE HELP ME!

    Hello everybody I am now begging for someone to help me...when did I last post? since then I have been trying EVERYDAY to get this to work. If I dont find the answer soon I am going to go mental! PLEASE PLEASE PLEASE HELP ME????? PLEASE!!!!! All I want to know is how do I take the files of my...
  4. titanzero

    Adding a new servlet to tomcat 6

    Hello everybody I have been banging my head against a brick wall with this for hours now. I have googled lots and lots and lots and I need a simple answer specifically for tomcat 6. I have read the tomcat docs but they just confuse me to the point of frustration. I am therefore asking for your...
  5. titanzero

    Including jar files

    Hello everybody I have a very simple question...how do include a jar file into my code? I am more used to c++ and I would just tell my code where to find the library I want and then I just use it. I am using Ubuntu if that makes any difference. This is really frustrrating me. I've looked on...
  6. titanzero

    is there a generic pointer that can refer to any object?

    Hello All, I am working on a project, a Tic-Tac-Toe game. I have written objects to represent 3 different players, a human player and two different computer AI players. I want to be able, at run-time, to select which of these three player types are playing. Ideally I would want two pointers...
  7. titanzero

    Totaly lost with PHP security

    Hi everybody, I am quite new to security. I've programmed PHP for some time now but have never needed any really robust security for my projects. However, I've undertaken a rather large project and now need some fancy security features. I want a PHP script that can create PHP files on my web...
  8. titanzero

    Doubles doing my head in!

    Hello everybody. When I write the code... cout << 83865.5657 / 0.01; ...it outputs 8.38656e+006 yet when I do it with Windows Calculator I get 8386556.57. Why is this? I'm not very good at maths and don't really understand what the e+006 on the end of my result means. Also not being very...
  9. titanzero

    Converting from positive flaot to negative float

    Hello everybody I've been tring to find a function or method for converting a posative float like -45.67 to a possative float (45.67). Using the NOT bitwise operator I can convert ints and using the abs function I can convert a negative float to a positive float but it won't work the other way...
  10. titanzero

    Displaying DIR contents MS-DOS

    Hello everybody I am writing a console app for to run in MS-DOS cmd under Windows XP. I want to be able to display all files in a selected directory, like the DIR command does in DOS. Is this possible and if so does any one know where I might be able to find some info on the subject. Thank you...
  11. titanzero

    Integrating quick time with flash

    Hello everybody I am looking for information or tutorials on integrating quick times movies into flash web apps. My client has a number of 360 views of their hotels rooms that need to be placed in a flash app that acts as a virtual tour. The most ideal solution would be able to place .mov files...
  12. titanzero

    Testing memory leaks

    Hi everybody I am writing a console app in C++ under XP and I would like to be able to test for memory leaks. In my program I create a number of variables and objects on the free store but I am unsure if my code cleans them up correctly. I've been using the Processes tab under Task Manager to...

Part and Inventory Search

Back
Top