User profile: instinct13

User info
User name:instinct13
History
Joined:
Number of posts:8
Latest posts:

Returning number of characters without using strlen
Forgot to post my end result for my code here. Thanks everyone for the help its greatly appreaciated...

Returning number of characters without using strlen
Not sure if im on the right track but in my for loop instead of using "index < 80" I switched it to ...

Returning number of characters without using strlen
I had tried that before but it didnt make a difference in the result. I went ahead and changed it ag...

Returning number of characters without using strlen
Thanks. I do see what I was doing wrong. In the prototype I had "char[]" and in the function header ...

Returning number of characters without using strlen
Yes I do. Thanks for catching that. I changed the "char" to "int" in the prototype. Ran the code ag...