programming

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. Rishab7

    Windows 7 Issues with understanding the Longest Increasing Subsequence code

    Hello all, I am having issues understanding the code posted on this blog for the Longest Increasing Subsequence problem. I've been trying to implement the code, but I haven't been able to get the correct output. The code I've been trying to implement is as follows: def LIS(A): n = len(A)...
  11. G

    Pimnote is a new text editor handy for note taking

    Note taking with text editors is the best way I've ever used. The real note taking software keep files locally which is risky for data loss when the operating fails or when the notebook is stolen. Word processors are too clunky and risky of data loss when crashed. Mozilla Composer is the fast...
  12. M

    Windows 10 Is it important to you how much of your code makes it into production?

    Hi all! As an engineer, is it important to you how much of your code makes it into production? Do you frequently monitor the features and projects you deliver in production, even if it's not your direct responsibility?
  13. whoosh

    ART B4 TV. What's On? Nothing. Elementary

    :razz:
  14. AlishS

    Windows 7 Permit HTML material to be published.

    Recently, I encountered an interview question. You have completed an ASP.NET application with .NET framework 3.5. You plan to submit text with HTML tags to a page in the application. You need to make sure that the HTML code will be submitted without causing any disruption to other programs...
  15. AlishS

    Windows 11 Is this code correct?

    I learn javascript from an online resource. I got to this example. Is there any possibility how to write this code "better"? Is it not antiquated? <!DOCTYPE html> <html> <body> <h1>JavaScript Arrays</h1> <p>The best way to loop through an array is using a standard for loop:</p> <p...
  16. M

    Java equals() selection

    In Java, if I try to do.equals() on a null string, a null pointer error is issued. I’m wondering whether I can perform the following if I’m attempting to compare if a string is equal to a constant string: MY CONSTANT STRING.equals(aStringVariable) I’m sure it’ll work, but is this simply...
  17. hundayyova

    Windows 11 How do you change the font color in Vim editor?

    You can change color schemes at anytime in vi by typing colorscheme followed by a space and the name of the color scheme. For more color schemes, you can browse this library on the vim website. You can enable or disable colors by simply typing “syntax on” or “syntax off” in vi.
  18. YTAIGamer

    VIDEO Suggestions on building a gaming AI?

    I'm an experienced programmer, but new to AI. I'm trying to learn ML techniques by building a bot to play a video game. I'm documenting my process as I go. The game I'm focusing on 1st is TFT (TeamFightTactics) which is in the AutoBattler genre - Essentially, you try to build the strongest...
  19. whoosh

    VIDEO The Computer that Birthed BASIC and led to Microsoft!

    :iee:
  20. bochane

    Real Programmers don't use Pascal

    Looking through old papers I found a copy I made of an amusing contribution to Datamation July 1983 Readers' Forum: Real Programmers don't use Pascal Who knows nowadays of Fortran, Pascal or ADA? Who were able to dig into the machine code to gain some precious microseconds? We were, a long...
Back
Top