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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ssudha17

  1. ssudha17

    running applets on the server

    Hi, I am trying to create an applet that will read the contents of a txt file on the server and display it on the browser. I have 3 questions. 1. How do I test the applet on my local machine without uploading it on the server? Can an applet read the contents of a file on my computer.....if it...
  2. ssudha17

    what is the equivalent of the UNIX sendmail on windows 2000 server

    Hi, I am trying to send emails through an ASP program on a windows 2000 server. I would like to know how I could send mails like I do using sendmail on UNIX. Thanks in advance. Sudha Visit www.ssudhakar.com to know more about me
  3. ssudha17

    creating views

    Hi all, Is it possible to create a view (to combine multiple tables logically.....like Oracle) in MySQL. If not, what is the alternative to solve this issue. The following describes my tables and what I am trying to create a view for. Create table SE_BOOK( NAME...
  4. ssudha17

    whats the file system used for XP

    hi I tried the partitionstar software but I am unable to partition it as it always keeps prompting that the access is denied or that the partition is interfering with other file. Also when I pull p the details about the existing partition in order to split up the drive (non destructive...
  5. ssudha17

    XP or W2K - Best Choice from W98?

    Hi, I have a P celeron 933 Mhz laptop with 128 MB ram and I am doing fine too with the XP home edition running on it. So I dont think its too much of a big deal. Probably i might see a bigger diference if i decide to shell a ew hundred dollars on additional ram but i am not sure if it is worth...
  6. ssudha17

    whats the file system used for XP

    Hi, I want to load FreeBsd alongside XP and for that i need to partition my HDD. So I wanna know whats the file system used. Also is there any free software (partition magic is too expensive for me) that does a similar job as partition magic? If so please let me know. Or even if here is any...
  7. ssudha17

    how to reverse a singly linked list recursively?

    How do I reverse a single linked list recursively? reagrds, Sudha Visit www.ssudhakar.com to know more about me
  8. ssudha17

    polem with vector class

    In all other complers this seems to work but in BC++ it doesnt work. It says Undefined symbol vector. Dont know why... #include <iostream.h> #include <conio.h> #include <vector.h> void main() { vector <int> A(10); } Please let me know how I can use the vector class in Borland C++ rgds, Sudha...
  9. ssudha17

    How do I subtract 2 date fields??

    I have created a Time class as suggested by u..Thank you so so much for the post.Cant tell u how much it helped me This is my file #ifndef TIME_H #define TIME_H #include <iostream.h> #include <string.h> #include <stdlib.h> #include <fstream.h> #include <iomanip.h> class Time { private: int...
  10. ssudha17

    How do I subtract 2 date fields??

    The problem is that if I add 15 hours to 23:30, it will be a different calculation as the date also changes. how do i keep track of that? rgds, Sudha Visit www.ssudhakar.com to know more about me
  11. ssudha17

    How do I subtract 2 date fields??

    Hi, In C++ I want to add time (in hours and minutes) to a date field containing the time in hours and minutes along with the date. Also I want to find the difference in time (in minutes) between 2 given dates(with time). How can I do that? Is there any class available or library available in C++...
  12. ssudha17

    How do track the value of a variable in Borland C++

    Version of Borland C++ is 5.02 Rgds, Sudha Visit www.ssudhakar.com to know more about me
  13. ssudha17

    How do track the value of a variable in Borland C++

    Hi, How to track the value of a particular variable I have used when I am running the program step by step....using F7 so that I can debug my program easily. Thank you regds, sudha Visit www.ssudhakar.com to know more about me
  14. ssudha17

    how to pass command line arguments??

    I am new to Borland...Have worked on Unix only...Please let me know how to pass command line arguments in Borland C++. Urgent. Rgds, Sudha Visit www.ssudhakar.com to know more about me
  15. ssudha17

    How can i use SQL queries in C++?

    How can i use SQL queries in C++? Also I wanted to know if there is a class that I can include (in the library) that will allow easy DATE manipulation like Calender class in JAVA? Actually I want to convert the date available into milliseconds (from unixdate) and then re-convert to date...

Part and Inventory Search

Back
Top