Reading a .txt file into a char* vectorI would advise you to try something else. But you could try this : [code]#include <iostream> #includ...
Reading a .txt file into a char* vectorThe problem that you make is when you read word by word of a file using my_file >> word, you are bas...
This user does not accept Private Messages