You are reading a single comment by @TheBrick(Tommy) and its replies. Click here to read the full conversation.
  • What is wrong with this?

    [code]
    //
    std::istream& spoke::read(std::istream& in)
    {

    in >> ex >> f >> Yongsmod;
    return in;
    

    };
    //
    [/code]

About