Search found 31 matches

by cplusplusnoob
Sun Mar 08, 2009 2:48 pm
Forum: Programming Discussion
Topic: Outputting a-z as numbers (a=0...)
Replies: 13
Views: 998

Outputting a-z as numbers (a=0...)

I have looked in my programing book and on google and have found no solution to my problem.I am trying to create a program in c++ that the letters a-z using a loop a=0 and adding 1 each time so it should look like this a 0 b 1 ------- z 25 when i try this i dont know if i get it right but i get a bu...