Not being able to transfer ideas/knowledge into code is going to be an ongoing problem.
Pong and DirectX9
@pbivens67 I don't know you so I can't speak to your situation. Just know that it (gamedev programming) is not going to get any easier. It's not going to someday ‘click’ and everything magically falls into place. If you're not enjoying it now, you will never enjoy it.
Search “chatgpt programming”. That might be a lifeline of sorts.
🙂🙂🙂🙂🙂<←The tone posse, ready for action.
I am not giving up on programming, I am not the best, but I try hard. I am still studying my c++ book and am on the chapter on recursion
While recursion is a useful concept, I don't think it will help you with your current trouble areas, which seems to be not quite being able to create some structure in your problem so it becomes easier to solve it.
Working on that may be more useful for you.
Did you ever try solving programming exercises or write eg a hangman game? No DX9 setup, just a main function that runs the computation and prints the result. Try to use functions that each do some part of the computation.