Originally posted by Dragonlord I am stuck on a certain point in making a program. That would be using pointers to pull diffrent strings from an array, while still being interchangable with a "char" type. For example.. void feats() { int x; char feat1[] = "Alertness"; char feat2[] = "Ambidexterity"; char feat3[] = "Armor Proficency(small)"; char feat4[] = "Armor Proficency(medium)"; char ...