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

    autoentry data

    Hi i am looking for a program for work that would allow me to automatically add data from a file to a html based database system.  The data would need to be added through the webpage interface and into the database file.  I would have no direct contact with the database file...
  2. tmoses

    autoentry

    Hi i am looking for a program for work that would allow me to automatically add data from a file to a html based database system.  The data would need to be added through the webpage interface and into the database file.  I would have no direct contact with the database file...
  3. tmoses

    Memory Use

    Hi i am just starting java and i am uncertain as to how to approach memory managment. I have a program that implements Runnable, MouseMotionListener,and MouseListener.  The applet uses runnable to control a simple animation sequence.  The mouse listener's are used to control...
  4. tmoses

    31/2 floppy read only error

    This is a very weired problem i have been having since i assemble this pc about 4 months ago.  The  3 1/2 floppy drive is somehow set as readonly.  I can only view and copy data to a disk, not write to it.  i have checked the tabs on the diskettes and they...
  5. tmoses

    Swing question JPanel

    Hi, i have an existing applet animation program and i was playing around to see if i can get it to work using the JSwing classes.  I extended the JPanel class and mangaged to get all the images i wanted to display.  I then tried to make the JPanel class implement...
  6. tmoses

    netbios

    Has anyone used or seen any netbios code that will work with a borland c 3 version dos compiler. I found some for the microsot sdk but not the header information.<br> <br> thanks<br> <br> tom
  7. tmoses

    pointer and malloc

    The question i have has to do with my next project. Its not mission critical but it is something that i am not sure of in c.<br> typedef char * array[100]<br> typedef array * array_ptr<br> <br> void function(void)<br> {<br> array_ptr something;<br> }<br> <br> something is a pointer to an array...
  8. tmoses

    atof atol atoi

    I am just begging to use these functions and i had heard that in some curcumstances they will report the wrong int value. does anyone know if this is true or not. thanks.<br> <br> tom moses
  9. tmoses

    Convert string to int

    Hi im a student and was wondering if their is a clean way to do a string to int conversion. I know how to take a char and put it into its ascii int value but i was wondering if their was any function in the ansi standard that would do this. I have used sprintf for int to string but could not...

Part and Inventory Search

Back
Top