by BronxCruz
I’m looking to build a Booking system. Will my stack be enough?
|
|
[2 replies] Last: I would recommend Reddit's r/programming forum https://www.reddit.com/... (by JRManx)
|
by jacapiwsko
How to hide specific folder / file using explorer.exe hook
|
|
[2 replies] Last: if you just want to hide from screen share you are working way, way to... (by jonnin)
|
by cmisip
Windows Forms C++ Questions
|
|
[1 reply] : This is a lonely post. There must not be a lot of Windows Forms Coder... (by cmisip)
|
by Michael789
From within a program, can you stop a completely outside program and later "restart" it
|
|
[1 reply] : Try DebugActiveProcess https://docs.microsoft.com/en-us/windows/win3... (by mbozzi)
|
by sm9
Alternative to kill() function on Windows, for sending signals to other processes
|
|
[13 replies] Last: The idea behind the loop was that you could do units of work before or... (by mbozzi)
|
by philip9621
The SDK 'Microsoft.NET.SDK' specified could not be found
|
|
[2 replies] Last: It sounds like your project is trying to use .NET Core for whatever re... (by Ganado)
|
by urisvirott
PlaySound not playing sound
|
|
[2 replies] Last: Fixed: changed from wide char to char and cast buffer to LPCTSTR: S... (by urisvirott)
|
by Michael789
From many versions of same program.exe name how to determine it's arguments (1,2,3)
|
|
[58 replies] Last: Oops! Thank you for pointing that out! *scratches head* I know I re... (by JRManx)
|
by spagooter
visual studio 2019 linker error
|
|
[2 replies] Last: Yep. I tried putting template functions in a separate file and got a ... (by JRManx)
|
C++ program of class date according to the rule of calendar |
|
[1 reply] : Consider: #include <iostream> using namespace std; class date { pu... (by seeplus)
|