+ 2
It depends a lot on your programming skills and what you want to achieve.
Anything is possible both with and without using OOP, but OOP will add a lot of structure and readability to your code as the size and complexity grows.
On the other hand, entire operating systems have been written without the use of OOP.