#Repo&service

9 messages · Page 1 of 1 (latest)

mild roostBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

stoic crescent
#

@vocal charm is it understandable now?

#

@heavy willow do you have any idea?

heavy willow
#

you need to add error handling for opening the file

ifstream f(file_name);
if(!f.is_open())
{
  throw std::runtime_error("Failed to open file");
}
heavy willow
vocal charm
#
for(int i = 0; i < objects.size(); i++)
  objects.push_back(obj);
#

this is extremely sus

stoic crescent