August 3, 2019Visual Studio Visual Studio 2019 – Using its Strange New Project Dialog I have no idea why Microsoft decided to change the New Project dialog in Visual Studio 2019. The old New Project dialog […]
July 15, 2019programming, techniques Debugging Recursive Programs If you are trying to understand recursion, I strongly advise that you step through your code using a good debugger. In this […]
July 12, 2019Visual Studio Add C File Templates in Visual Studio In my last post I explained how to start a C Project in Visual Studio. But you now have the problem of […]
July 10, 2019July 10, 2019C, Visual Studio Compile C Projects in Microsoft Visual Studio Yes, it can be done! For some reason, Microsoft doesn’t have an option to create a C project in Visual Studio. When […]