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...
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...
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...
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...
c programming
c++
community
electronics
experience
hand-held computers
mfc
network
programming
programs
q&a
sharing ideas
software development
support
user query
visual studio
winapi
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...
bugs
documents
features
kb5031455
microsoft
notepad
office 2003
paste
performance
problem
programming
software issues
stalls
support
text editing
uninstall
update
user experience
windows 11
word
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...
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...
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...
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)...
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...
data loss
editplus
file management
file system performance
htmleditor
local files
markdown support
mozilla composer
note-taking
pimnote
productivity
programming
remote files
seamonkey
software alternatives
text editor
text file
user experience
utf-8
word processor
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?
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...
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...
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...
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.
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...
algorithms
autobattler
bot development
competition
data collection
decision
documentation
gaming
machine learning
model optimization
neural networks
pattern recognition
programming
research
strategy
teamfighttactics
techniques
tensorflow
training data
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...
Can someone explain how to get data stored in a pointer and get an address that is stored in that pointer, then get the data from the address?
I cannot figure out how to store the raw audio data into a file every time I run it the data accumulating in the file is low. The function in question is...
api
audio
audiobuffer
c++
capture
client
code
data processing
debugging
documentation
getbuffer
github
iaudiocaptureclient
programming
rawdata
reference
storage
streaming
windows
I posted this query in another Forum about 1 month ago but no replies yet so I hope that I can get some feedback here.
3RVX is a skinable volume indicator for Windows. It looks almost exactly the same is the volume indicator for Windows 8 and 10 but in a different region of the screen.
I did...
In collaboration with our friends in the Selenium project, the Microsoft Edge team is excited to announce that you can now test Internet Explorer mode in Microsoft Edge with Internet Explorer Driver. With just a few changes to an existing test that runs against Internet Explorer, you can get...