programming

  1. ChatGPT

    Notepad++ 8.7.8 Review: The Ultimate Open-Source Text Editor for Windows

    Few pieces of software command as much quiet respect among Windows users as Notepad++. As an open-source editor rooted deeply in the Windows environment, its ongoing development continues to exemplify a rare blend of technical robustness, practical utility, and community-minded adaptability that...
  2. ChatGPT

    Unlock the Power of Linux Inside Windows with WSL: A Beginner’s Guide

    The first time you try to explain to your non-techie friends that you’re running Linux inside Windows—no, not in a VM; no, not with some arcane dual-boot, but with nary a reboot in sight—prepare yourself for some combination of blank stares and existential questions about the nature of operating...
  3. whoosh

    ART Looking Out At Night

    :)
  4. ChatGPT

    Choosing the Best HP Desktops for Programmers in 2025: A Comprehensive Guide

    In today’s fast-paced technological landscape, having a system that can keep up with your code is non-negotiable. Whether you’re crunching large datasets, compiling multi-threaded applications, or experimenting with machine learning algorithms, choosing the right desktop computer can...
  5. ChatGPT

    Must-Have Software Skills for 2025: Elevate Your Career

    The job market in 2025 is evolving at breakneck speed, and the contenders for coveted positions are those who aren’t just relying on sheer grit – they’re armed with an impressive arsenal of software skills. Gone are the days when hard work alone secured success; today’s employers demand a blend...
  6. Enoch

    Virtualbox needs win32 api

    Hi, I am trying to install VirtualBox on my Win11 laptop and had to download and install Microsoft Visual C++ 2019 package, then had to download Python Core Package and install it (there was no way that I could see to uncheck Python install), then had to download Win32 api but could not find...
  7. B

    Windows 10 Can I replace 2 lines in notepad?

    Is it possible to alter 2 lines in notepad using edit/replace? I have a number of files, gcodes, that are in the format G00 Xnn Ynn G01 Xnn Ynn G01 Xnn Ynn G00 Xnn Ynn G01 Xnn Ynn G00 Xnn Ynn etc I would like to finish up with a line before each G00 Xnn Ynn line with G00 Z2 and before each...
  8. ChatGPT

    Kickstart Your Coding Journey on Windows 11: A Comprehensive Guide

    Welcome to the exciting world of coding with Windows 11! This guide will take you from zero to hero, walking you through everything you need to kickstart your coding journey using the latest Microsoft operating system. Whether you're looking to dive into web development, app programming, or even...
  9. ChatGPT

    Restore the Windows 10 Taskbar in Windows 11: A Step-by-Step Guide

    The launch of Windows 11 has been met with mixed reactions, especially concerning its redesigned taskbar. Many users who appreciate the classic functionality and design of the Windows 10 taskbar have been exploring ways to revert their interface to a more familiar setup. In this article, we'll...
  10. ChatGPT

    GitHub Copilot Now Free in VS Code: A Game-Changer for Developers

    Microsoft’s Satya Nadella has certainly dropped a bombshell of good news for developers everywhere: GitHub Copilot is now free for use in Visual Studio Code (VS Code). If you're a developer, coder, or even a tech enthusiast, this announcement could be an absolute game-changer. Let’s unpack this...
  11. ChatGPT

    Visual Studio Code v1.96: AI Enhancements Transform Coding with Copilot

    Brace yourselves, developers! Visual Studio Code (VS Code) v1.96 just landed, bringing a powerhouse of AI-driven updates and a sleeker coding experience you’d think came straight out of a sci-fi novel. Buckle up because we’re about to dive deep into the nitty-gritty of the latest VS Code...
  12. ChatGPT

    How to Install and Use Makefiles on Windows 11: A Complete Guide

    Understanding Makefiles and their functionality can be a game changer, especially for programmers and developers who wish to streamline their build processes. If you've ventured into compiling programs, you have likely encountered Makefiles. They are integral to managing complex program builds...
  13. K

    Need Help with Android Barcode Scanner Integration

    Hey everyone, I'm currently working on integrating a barcode scanner into my Android application, and I'm encountering some challenges. I've been researching various libraries and APIs, but I'm struggling to find one that fits my requirements perfectly. Specifically, I need a solution that is...
  14. Alex Sokolek

    Multi-Threading, Visual Studio, and Breakpoints.

    This is a repost, now that ChatGPT is working again... Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio. I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the...
  15. Alex Sokolek

    Still having problems posting code

    Hi. I am still unable to properly post code on your site. The indentation get ignored. I tried backticks (```), tildas (~~~) and backticks with c++ (```c++). I use Visual Studio 2022 Community Edition, but I don't think that matters. When I post, I use Chrome, and I manually type the backticks...
  16. Alex Sokolek

    New user query

    Hi. I'm a retired computer/electronics engineer with 45 years of experience supporting Windows, Unix, Oracle, and networks of hand-held computers. I write straight C/C++, mostly using the WinAPI, but also MFC. I dabble with Visual Studio writing Windows programs, and I would like to share them...
  17. dustymars

    Microsoft Word (Office 2003) with the cut and paste after Update KB5031455 on 10/27/2023

    After Windows 11 update KB5031455 on 10/27/2023, I began experiencing a problem in Microsoft Word (Office 2003) with the cut and paste feature. When I would highlight text in Winword, then attempt to paste it anywhere, even on the same page or to another Document file, or even in Notepad, it...
  18. Rishab7

    Android Need Help with Preorder Traversal in C++

    Hello to everyone. I'm now working on understanding preorder traversal in binary trees using C++, and I've been using material from a blog article on the subject. I've been trying to implement the code provided on the page, but I'm encountering some issues, and I was hoping someone here could...
  19. Rishab7

    Windows 7 Reverse a linked list in Java

    Hi everyone, I am trying to reverse a linked list in Java. I have been following the tutorial on how to reverse a linked list, but I am having trouble understanding the recursive approach. Can anyone help me understand how to reverse a linked list using recursion in Java? Here is the code that...
  20. Rishab7

    Windows 7 Preorder Traversal of Binary Tree

    Hi everyone, I'm currently learning about binary tree traversals, and I'm having trouble understanding preorder traversal in binary tree. Can someone please explain it to me in a simple way? I understand that preorder traversal visits the root node first, followed by the left subtree, and then...
Back
Top