#Error in function
9 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.
Sounds to me that you didn't prototype the function.
Or you forgot to #include the header file that does.
i found out what was wrong
before main i wrote : void functionName (); instead of : void functionName(int[],bool);
as in that function i worked with an integer array and a bool from the main function
thanks for the help
@cold aspen Has your question been resolved? If so, type !solved :)