Function error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-15 12:21 AM
hello everyone, I have a small mistake when I want to make something like the photo, it give me error what is the problem, If anyone help me, It is very good for me, thanks.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-15 3:50 AM
So what error, exactly, does it give you?
"what is the problem?"
The error message will describe the problem - so read it carefully.
- If it says something is un-defined (or un-declared), then define (or declare) it;
- If it says something is illegal, then think about what would be legal at that point;
- If it says something in not allowed, then think about what is allowed at that point;
- etc, etc.
It may help to refer to a C textbook or other reference if you're unsure about terminology, and/or what the C language does allow...
https://blog.antronics.co.uk/2011/08/08/so-youre-thinking-of-starting-with-c/
If you're still stuck, please copy & paste the full text of the error from the 'Console' output view.
BTW: how to properly post source code:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-15 3:50 AM
So what error, exactly, does it give you?
"what is the problem?"
The error message will describe the problem - so read it carefully.
- If it says something is un-defined (or un-declared), then define (or declare) it;
- If it says something is illegal, then think about what would be legal at that point;
- If it says something in not allowed, then think about what is allowed at that point;
- etc, etc.
It may help to refer to a C textbook or other reference if you're unsure about terminology, and/or what the C language does allow...
https://blog.antronics.co.uk/2011/08/08/so-youre-thinking-of-starting-with-c/
If you're still stuck, please copy & paste the full text of the error from the 'Console' output view.
BTW: how to properly post source code:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-15 3:57 AM
thank you I have solved it you are right thank you also for the link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-15 4:37 AM
@bünyamin terzi​ You're welcome.
Now please mark the solution:
A complex system designed from scratch never works and cannot be patched up to make it work.
