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 use !howto ask.
8 messages · Page 1 of 1 (latest)
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 use !howto ask.
when removing this:
Array(10,
Element(),
Element()
),
it works, which i cannot explain:
int main()
{
IniFile File(
Category(
Entry(),
Entry(),
Category(
Entry(),
Entry()
)
)
);
}```
@nova saffron
Please don't delete forum posts. They can be helpful to refer to later and other members can learn from them. In the future you can use !solved to close a post and mark a post as solved.
Well what are the constructors you have?
oh it wans't deleted entirely
i deleted the main message that didn't seem to delete the post