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 SkipVought 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. 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

    The reason i try to avoid the pre-generate approach is to allow the future capability - which allow user to enter a number at 5-minute cycle, then the entry will either be picked as sample or not. I code is currently go with pre-generated approach but i think there is a better way, so i posted...
  3. giahan

    Random picked numbers

    True. The problem here is the number generated and picked have to be at realtime. i can't pre-generate them. GH
  4. giahan

    Random picked numbers

    - every 5 minutes, the computer pick out a random number (which is <100, ie. 70), it prints out the number it picks. - After it generate this number (ie. 70), it also tells that this number is picked to be in the sample. - There will be 120 numbers get created from 7AM to 5PM. Out of 120...
  5. 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...
  6. 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...
  7. 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...
  8. giahan

    mask password

    I got it. I use _getch() (located in conio.h) as Sean recommended and works great. Thanks a lot all. GH
  9. giahan

    mask password

    Thanks. I'll try it. GH
  10. giahan

    mask password

    Can you be more specific about the hooks??? Thanks GH
  11. giahan

    mask password

    Yes, from the console. I think we can't do that. GH
  12. giahan

    mask password

    I can't use GUI. GH
  13. 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
  14. 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...
  15. 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
  16. giahan

    Insert field to .dbf file

    Thanks a lot GH
  17. 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
  18. giahan

    searchenv - weird behave

    I got it. The problem is Netscape Server. It does not look at the envvar, it just allows to search files that in the same folder or subfolders of the execute file It acts different with IIS GH
  19. 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...
  20. giahan

    How to write the code to list all of files and directories in a driver

    I forgot that the result will be stored in the outdir.txt file. You can display it in the prompt by eliminate the &quot;>outdir.txt &quot; in the line that has comment &quot;//dd&quot; Hope this helps GH

Part and Inventory Search

Back
Top