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

    Help with Strings

    #include <stdafx.h> #include <stdio.h> #define STRING 8 #define error -1 int main(void) { char COLOR_CODES[10][8] = {"black", "brown", "red", "orange", "yellow", "green", "blue", "violet", "gray", "white"}; char color1[STRING], color2[STRING], color3[STRING]; char holder; int a, b...
  2. RavUnRex

    How do I get started?

    I am trying to write a program that takes words from a text file and prints each one on a seperate line of an output file followed by the number of letters in the word. Any leading or trailing punctuation must be left out. When all the text has been processed, I have to display on the screen a...
  3. RavUnRex

    array subscript help please.

    I am trying to write a program that will find the largest value in an array, and also will display the subscript of the largest value. I can find the largest value, but I have been working for the past 4 hours trying to get the subscript to display... anyone know how to go about this, without...

Part and Inventory Search

Back
Top