• Function return value if () are missing
    As I am sure most of us have at some time, I have ocasionally missed the () off the end when calling a function. e.g myFunction; instead of myFunction(); When I do this the code compiles and...
  • Function return value if () are missing
    As I am sure most of us have at some time, I have ocasionally missed the () off the end when calling a function. e.g myFunction; instead of myFunction(); When I do this the code compiles and...
  • Arguably missed optimization: empty loop causes rendering to miss deadline
    In our testing work we've encountered an issue where inserting an empty loop: for(int temp = 0; temp < C; temp++) { } leads to a problem when C is large. The issue is detailed in full here, where the...
  • Arguably missed optimization: empty loop causes rendering to miss deadline
    In our testing work we've encountered an issue where inserting an empty loop: for(int temp = 0; temp < C; temp++) { } leads to a problem when C is large. The issue is detailed in full here, where the...
  • Missing files
    Hi, I've downloaded a project from the link placed on Youtube. I've opened it on Keil and when compiling I receive such errors *** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_v5...