Skip to main content

Questions tagged [windows]

Microsoft's well-known operating system. Use this tag for code reviews where the code is targeted specifically for this platform, when no other more specific tags exist.

9 votes
5 answers
3k views

I made a casino game that runs in the console for my grade 10 final project, and I received a 93% as my grade. I'm looking for feedback in areas such as syntax, user experience and efficiency. I would ...
ineedaham's user avatar
1 vote
0 answers
107 views

(See the previous and initial iteration.) This time I have incorporated some improvement points made by G. Sliepen: driver.cpp: ...
coderodde's user avatar
  • 32.3k
8 votes
1 answer
550 views

(See the second and next iteration.) Intro I have this GitHub repository. Basically, it does not do anything fancy: it has a byte buffer of 1Kb size, and it intercepts ...
coderodde's user avatar
  • 32.3k
5 votes
2 answers
1k views

(See the GitHub repository for a Visual Studio (2022) solution/projects.) Description This malware does nothing more than install/uninstall ...
coderodde's user avatar
  • 32.3k
7 votes
4 answers
2k views

Intro This time I was in the mood for the low level stuff. The entire repository is in GitHub. It includes the installer, the actual malware program, and the uninstaller that removes it completely ...
coderodde's user avatar
  • 32.3k
2 votes
1 answer
237 views

I've developed a coroutine library for C++ that is contained within a single header file. It is compatible with both Windows and Linux platforms. This library is not multi-threaded; instead, it is ...
Pangi's user avatar
  • 370
4 votes
1 answer
659 views

I wrote this code for opening URLs using C. Is using enum for function result a good practice? I also thought about sanitizing the URL, but it didn't seem easy and is. Probably, not a part of this ...
yurich's user avatar
  • 157
0 votes
1 answer
489 views

I've been experiencing frequent issues with my Windows operating system, requiring me to manually run various system health and repair commands (such as DISM, ...
Foad's user avatar
  • 379
6 votes
2 answers
145 views

I haven't done any programming in quite a bit of time, and I tried to make a program where a player navigates up, down, left and right on a grid. I haven't used a tutorial for that, and I'm not ...
nabat's user avatar
  • 103
5 votes
2 answers
257 views

I've written the following code in assembly, which I then convert to machine opcodes and inject into a process with VirtualAlloc at runtime. This allows me to ...
Greedo's user avatar
  • 2,635
1 vote
1 answer
148 views

I am addicted to cleaning the %temp% folder, so I went ahead and tried with pyautogui at first by making it click ...
Giannis Tsakas's user avatar
3 votes
2 answers
116 views

This is a follow up to Find the Size of a File in a Portable Manner (revision). Changes made: The return value of fseek() and ...
Madagascar's user avatar
  • 10.1k
4 votes
1 answer
257 views

There's no function in the Standard C Library to determine the size of a file. The POSIX Standard has stat()/fstat() which are ...
Madagascar's user avatar
  • 10.1k
3 votes
1 answer
130 views

I'm working on a project accelerating the execution of a Genetic Algorithm both on multiple cores and on a GPU. The algorithm is specifically suited for the solution of the Traveling Salesman Problem ...
Pietro Pianigiani's user avatar
3 votes
1 answer
161 views

I use this Powershell command to recursively list first 50 big files in current directory and print relative paths and sizes in MiB. : ...
SebMa's user avatar
  • 131

15 30 50 per page
1
2 3 4 5
25