Call of nonfunction

May 18, 2016 at 4:19am
Hello everyone,
I'm currently creating a program. I've created my own header files. I can call most of the functions into the main(). only two of them i cannot. it says call of nonfunction. Does anyone know what this means?
May 18, 2016 at 4:28am
It probably means you're calling something that is not a function.
May 18, 2016 at 4:44am
But i'm really sure that there is a function... is there any kind of rules to call a function when called from library?
May 18, 2016 at 6:15am
You might have a variable sharing the same name with those functions.
May 18, 2016 at 10:12am
show us a sample at least
Topic archived. No new replies allowed.