What is wrong with this?
[code] // std::istream& spoke::read(std::istream& in) {
in >> ex >> f >> Yongsmod; return in;
}; // [/code]
@TheBrick(Tommy) started
London Fixed Gear and Single-Speed is a community of fixed gear and single-speed cyclists.
What is wrong with this?
[code]
//
std::istream& spoke::read(std::istream& in)
{
};
//
[/code]