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 strongm 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. Grizant

    writing alogorithms

    How would I write function thats alinear search followed by a "move to front" of the found item with the following pre and post. boolean movetoFrontSearch ( int a[], an array of size MAX int n, the number of actual elements in the array int target, value to be...
  2. Grizant

    Help with a database program

    I need help with two things, I nedd to incorporate a bubble sort that need to rearrange the entries in both arrays. Also Ive tried to use a search but it didnt work, So any help with a sequential search would be a big help. Heres some of the code. INCLUDE Irvine16.inc .DATA .CODE Driver...
  3. Grizant

    Grade avg

    I need to write a program that asks for 3 grades with input validation with each score being between 0 and 100. It should avg the grades and display the appropriate letter grade, A,B,C,D,F. Also asks the user to process another set of grades. I am new to this and have started out my program with...
  4. Grizant

    send email

    If I have a forms page that asks for the persons title, first and last name and there email address. How would i send html formatted e-mail to the address given by the user.
  5. Grizant

    pass by address and reference

    Ok, It did help, but isnt that passing a reference and not the addresses of the integervariables.
  6. Grizant

    pass by address and reference

    How would I write a function that receives a floating point number and the addresses of the integer variables named quaters, dimes, nickles, and pennies; the function should determine the number of quarters, dimes, nickles, and pennies in the number passed to it and write these values directly...
  7. Grizant

    Reversing numbers

    If you ask for an inputed number which is classified as int, how would you reverse the order of those numbers using functions. EX) 8374 to 4738.

Part and Inventory Search

Back
Top