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 Mike Lewis 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: croc
  • Order by date
  1. croc

    Accessing net.exe from C++ for Net User command

    Anyone??? All I need to be able to do is run dos commands through c++, can someone tell me how to do this, please???
  2. croc

    Accessing net.exe from C++ for Net User command

    Hello I am trying to write a program that accesses the NT command: net user. I want to produce a list of users and then filter results by date last logged onto our network so I can check through for user ID's that have not been active for a certain period of time. Can anyone tell me how I...
  3. croc

    Accessing net.exe from C++ for Net User command

    Hello I am trying to write a program that accesses the NT command: net user. I want to produce a list of users and then filter results by date last logged onto our network so I can check through for user ID's that have not been active for a certain period of time. Can anyone tell me how I...
  4. croc

    Calculating file size

    Hello Is CFile part of IOSTREAM.h or do i need to include another header, and how do I pass a CFilestatus struct?
  5. croc

    Calculating file size

    Hello Can anyone tell me how I can calculate the size of a file in bytes please. Thanks
  6. croc

    Reading between the commas

    What i want to do, i have shed loads of values seperated by commas. Every four values is a group so i would like to take the values from the file, seperate them from the commas and put them in an arry shaped like this: string file("a1,a2,a3,a4,b1,b2,b3,b4,c1,c2,c3,c4,etc"); const...
  7. croc

    Reading between the commas

    Ahh, tanks, can you tell me what %s does/means in that bit of code. Also, how would i make that code, instead of printing to the screen, which i am assuming it does, save to an array. By the way thanks, that code is pretty much what I was looking for.
  8. croc

    Reading between the commas

    I want to take information between commas from a big string and copy bits of information to smaller strings e.g. string x1("cow,dog,sheep,horse,goat,snake,pig,rooster,ant") I need to put cow into string x2, sheep into string x3 etc. So esentially i want to read info between the...
  9. croc

    CSV reading program

    Cheers mate, I'm not a student but you've still done me a massive favour
  10. croc

    CSV reading program

    Hmmm, I'll certainly look into doing it that way. A .csv file is a comma seperated value file, basically a load of strings seperated by commas, I was just wondering if you or anyone else had tried to pull the strings from one of these before and if so how you went about it. Just wondered what...
  11. croc

    CSV reading program

    I am trying to write a program that will read a csv file from Excel, read a string two strings, combine them and compare with a third string. I am OK with the combining and comparing the strings, what I would like to know is how do i go about reading the strings from a csv file? Any help...
  12. croc

    Domain interaction

    I have a problem as a result of being put on a citrix neighbourhood. I am running a database in access through citrix. One of the main directives of this program is to control a nonwindows based program that is located locally on the individuals box. This is done doing an appactivate command in...

Part and Inventory Search

Back
Top