Working with a char arrayThen 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 wrongFirst the errors in your code I found... [code]#include <iostream> using namespace std; #include <...
Working with a char arrayJust 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 nameThanks for correcting me jlb. Guess I was too tired to give some quality code there...
C++ HELP NEEDEDYou should have a closer look at while loops if you are having problems with this... Also, make sure...