#What's that error?
7 messages · Page 1 of 1 (latest)
Just C++ things https://stackoverflow.com/a/28654031
These are all Google-able problems
Ah I see
7 messages · Page 1 of 1 (latest)
using namespace std;
int extract(int numbers[] = {})
{
for (int number : numbers)
{
return number;
}
}
int main()
{
}```
Just C++ things https://stackoverflow.com/a/28654031
These are all Google-able problems
Ah I see