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

    Please help ... crashes strtok(), atoi, atof

    Please help .... My program crashes with strtok() and atoi() I read the line from data.txt file, convert the line to 4 variables (numbers), and store in an array. Please help... thank you so much ---- My code ------- #include <fstream.h> #include <iostream.h> #include <string.h> #include...
  2. giahan

    Random picked numbers

    I work on an application that requires the computer to pick out a number less than 100 every 5 minutes in 10 hrs (120 numbers are produced in 10 hrs). In those 120 numbers, the computer will pick out 12 numbers randomly at the time the computer generate the number. The application will run...
  3. giahan

    Combining installation files

    I have 5 installion files (in execute format) from 5 different CDs and I'd like to combine them into a single DVD with automatic installation. The single CD uses WISE installation software for each execute files. Each execute has to go through a series of "next" buttons. I do not have WISE...
  4. giahan

    Linked list - debug -911

    All, I have tried to debug my code but could not find any error but I get error. This supposed to print out node 34 and node 48. For some reasons, I got 1 weird number and 34 and 48 plus error. Thanks a lot in advance. #include <stdio.h> #include <stdlib.h> #include <conio.h> #include...
  5. giahan

    mask password

    Hi, Is there anyway that i can mask password by asterisk (*) in c++ application (I use visual C++ 6)? (means when I enter my password, it prints out the '*' instead of the letter that I enter from the keyboard) Please help asap. Thanks a lot. GH
  6. giahan

    Java certification - how

    Hi, I am looking into Java Certification. I have basic knowledge of programming C/C++ but haven't worked a lot with it. I wonder how much time comsuming to pursue this certification idea. If you have passed this, how and how much time per day that you have spent to get this certificate and...
  7. giahan

    DLink DI-704 access control

    Hi, Is there anyway that I can set time and speed limit to internet to certain LAN PCs from my Router DLink DI-704? How? I use roadrunner and all of my LAN PCs are Win2K. I haven't found any information from dlink's site. Thanks for the help GH
  8. giahan

    Insert field to .dbf file

    Hi, Has anyone used C++ to insert a field to dbf file (database file) and manipulate the another field's value? If yes, hints/direction/sample would be really appriciated. I have done with text files but haven't done anything with database using C++. Thanks GH
  9. giahan

    searchenv - weird behave

    Hi all, I wrote a simple search file function using searchenv() in MS Visual C++. It works fine and returns the path for me but when I implement it web version (I used Netcape Server), I get nothing return for the path. I try to run the same stuff on IIS webserver, it runs fine. Does anyone...
  10. giahan

    JSObject - error when compile - weird!

    I try to compile an applet that comunicate javascript, and I use JSObject. For some reason that I get compiler error like &quot;package netscape.javascript does not exist&quot; and point me to the &quot;import netscape.javascript.*;&quot; line I have jkd1.3.1_01 installed and I have checked my...
  11. giahan

    Error while installing IIS 5 on 2000 professional

    I have installed IIS a couple times w/o any problems but it acts so weird this time. I get error popup diaglog like this: &quot;Setup could not copy one or more files. The specific error code is 0xd. Press OK to continue or Cancel to stop setup and try again. If you continue the components...
  12. giahan

    replace character '\'

    I have a string lile 'c:\dir1\subdir1\filename'. How do I rewrite that string as 'c:\\dir1\\subdir1\\filename'? Thank you GH
  13. giahan

    replace

    Hi, I have a txt file (inFile.txt) that has int_1 int_2 int_3 .... ... int_n where n is unknown. Is there anyway that I can replace value int_3 by (int_3-100) without using a temporary file? Any hint/help would be appreciated. Thanks GH
  14. giahan

    search, copy and rename a file

    How do I search for a file (ie. test.txt), copy that file to the same folder that test.txt file located, then rename the copied file as foldername_test.txt using visual C++ Thanks in advance GH
  15. giahan

    run command/process

    Hi all, I am running a program that creates an output folder called &quot;out&quot;. How do I compress this folder and let others access my website to download that compressed file? I can do it in windows and using a built-in createprocess function but I cannot do the same thing in unix. Any...
  16. giahan

    Java executable not found

    Hi, I have to create a website running on RH7.1 using apache. I had the website working and had jdk1.3.1 and jre1.3.1 installed. For some reason I got the following error when I run the applet: Error: java executable not found The applet is really simple, just print out the &quot;Hello&quot...
  17. giahan

    copy/move file from NT to Linux/Unix box

    Hi all, I get stuck of my project and need help/hints from you all. I have to collect information from a map, save it as a file, and then zip it on my NT webserver (I use C++ to do that - no problem at this point). Now I have to copy/move that zip file to another machine that has Linux/Unix...
  18. giahan

    copy/move file from NT webserver to Linux/unix box

    Hi all, I get stuck of my project and need help/hints from you all. I have to collect information from a map, save it as a file, and then zip it on my NT webserver (I use C++ to do that - no problem at this point). Now I have to copy/move that zip file to another machine that has Linux/Unix...
  19. giahan

    KDE - window

    Hi all, I have RH7.1 installed with KDE. Everything works fine. Then I installed GeForce2 driver on my PC, now when I start my PC, I have the text version only. How do I get back to window version? Please help. Thank you GH
  20. giahan

    Web hosting?

    Hi, I have a web hosting that host my website but it keeps crashing. I use asp and MS access 97 for my DB. I also have part of upload using asp. The site keep crashing alomst 60%. I am trying to find another host but I am so sick of the way that they advertise. Is there anyone that has...

Part and Inventory Search

Back
Top