whenever i try to compile this program i get the following errors: [Error] conflicting declaration 'std::ifstream inf' [Error] 'inf' has a previous declaration as 'FILE inf' [Error] request for member 'open' in 'inf', which is of pointer type 'FILE [Error] request for member 'read' in 'inf', which is of pointer type 'FILE* I just can't figure out how to resolve this. Can anyone help? here's my code: include "enigma.h" include <algorithm> include <iostream> include <vector> enigma::enigma() { } enigma::~enigma()...