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

    ASSIGNMENT OF AN ARGV VALUE TO A VARIABLE

    Hello, i am trying to take data entered via the command line and assign it to a variable, The affected values/fields: Before main #define KEY_BYTES 24 After main unsigned char keyData[KEY_BYTES]; keyData = argv[2]; The compiler is complaing that keyData must be a modifiable...
  2. jdechirico

    How would you create a random string of data

    I have a program that takes data entered from a keyboard and uses it as a random seed value, is there anyway to generate a string of up to 80 characters that could be used in place of data entered from a keyboard?
  3. jdechirico

    Can one of you C guru's help me please???

    am a new to this board and came here out of desparation.... I need to modifiy a C program to allow the workareas (there could be up to 30) it uses to be defined externally and passed to the C program, also I need to pass the lengths of the work areas. I have exhausted my limited knowledge of C...

Part and Inventory Search

Back
Top