User profile: kenrim626

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

Working with a char array
Then just do the same you did above, but when you output the code, use *vow1 and it should work.

please help me it doesnt work , i dont know whats wrong
First the errors in your code I found... [code]#include <iostream> using namespace std; #include <...

Working with a char array
Just do not use *char but char instead for conX and vowX... remove the addresssign in front of the i...

URGENT: C++ program can't read text file/text file content of user-defined file name
Thanks for correcting me jlb. Guess I was too tired to give some quality code there...

C++ HELP NEEDED
You should have a closer look at while loops if you are having problems with this... Also, make sure...