Recent content by Bonkers About Tech

  1. Bonkers About Tech

    What version of Linux should i use?

    Personally I like Ubuntu as an alternative operating system. Like others have said, its in active development, it's used by a lot of people, and you can do pretty much do everything you can do on Windows. If you would like to try Ubuntu out before fully committing, then I recommend creating a...
  2. Bonkers About Tech

    Your Experience with Windows 10

    I like Windows 10, its Microsoft's best effort so far, the only thing that annoys me slightly is having to update sometimes before I shut down. Does anyone know how to postpone the update or shutdown without updating?
  3. Bonkers About Tech

    Debugging software for .h files?

    Hi there, you can't debug a header file (.h). Its like an interface to the logic in a (.c or .cpp) file. If you wish to debug the actual logic contained in a .c or .cpp file, then I recommend Visual Studio. Hope that helps.