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

    calculate crc

    Does anyone have a simple efficient way to calculate the CRC(32 bits) of an ethernet packet. I just dont want to re-invent the wheel. thanks, mactonio
  2. mactonio

    get computer name

    Hi, does anyone know what function i can use in my program to get the computer name that the program is running on. i was thinking of using getenv but there are no environment set for computer name so trying to find am alternative. thanks
  3. mactonio

    read file on another server

    Hi, Can anyone shed some light on how to open a file that is located on another server. The server that my program will be running on is on the same network as the server that i want to read the file from. thanks, Chris
  4. mactonio

    search file

    hi guys, what is the easiest and most efficient way to search a text file for a keyword. eg. I have a text file with contents like so mytext.txt: stuff stuff { more stuff .... } and again more stuff ... ... DATASOURCE = ot2 ... .... even more stuff ... .. and so on. What i want to do...
  5. mactonio

    linux or fedora

    hi guys, is there a call that i can make that tells me what os i'm using...for example 'redhat or fedora core' thanks, Chris
  6. mactonio

    red hat or fedora

    hi guys, is there a call that i can make that tells me what os i'm using...for example 'redhat or fedora core' thanks, Chris
  7. mactonio

    initialization error

    hey guys, i'm getting this error from my .h file: in-class initialization of static data member of non-integral type 'static const string' here is a part of the code: #include <string> .. .. class Class{ static const string mystring = " xox "; .. .. } thanks in advance
  8. mactonio

    action events

    Hi guys, I have a GUI with some buttons and combo boxes, they are all tied to an action listener and thats working fine, what i want to know is, is there a function that I can use to trigger an action, for eg. a function call that makes the program thinks a button was pressed, even though it...
  9. mactonio

    cisco secure acs engine

    Hello guys, Trying to configure a cisco secure acs to authenticate using windows database, the problem i have is, I have a number of users in the cisco user database that are set up to authenticate passwords with the windows database but i keep getting "CS user unknown" can anyone help me with...
  10. mactonio

    cisco secure acs

    Hello guys, I am using a cisco acs engine, I have some users in the local database but trying to authenticate using windows database (active directory) but when I try to get on I keep rejected and the log shows this error "CS user unknown" I cant seem to figure out why, since it works if I set...

Part and Inventory Search

Back
Top