On 25 June 2014 14:13, Arbol One wrote: Please don't hijack other people's threads for unrelated questions. > To look like this > #include <fstream> > int main () { > using my_read = std::fstream::in; //<== Error: expected type-specifier "using" declares a typedef, not a variable. Try: auto my_read = ...