User profile: madelinelise

User info
User name:madelinelise
History
Joined:
Number of posts:14
Latest posts:

good online video tutorials
http://media.pearsoncmg.com/aw/aw_gaddis_sowcso_6/videos/index.html This is a companion to the book...

The (.) dot and The (->) arrow operator.
Hello. I can explain the difference but as mentioned above, you need to know pointers and structures...

Help with arrays and functions.
I will try using this: [code] student_input_answers[index] = (char)toupper(student_input_answers[i...

Help with arrays and functions.
I see what you mean. It seems to work fine when I use a capital letter. It also works when I input a...

Help with arrays and functions.
@AbstractionAnon The point of the lines 25-34 was me experimenting with toupper. It was something t...