Bug of the week #2
Welcome to the next pikoTutorial!
The error we're handling today is a C++ compilation error:
ISO C++ forbids declaration with no type
What does it mean?
In C++, variables must be declared with a type to inform the compiler about the kind of data the ...
pikotutorial.hashnode.dev2 min read