python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Bash - Evaluate CPU and Memory performance of a single command that run instantly
I'm writing a Bash script to evaluate time/CPU/memory performances of commands given as input to the script.
I implemented the evaluation of time by using date command, but I have issues to evaluate C...
Develobeer
Votes: 0
Answers: 0
A C++ Program which works fine in online compilers and linux operating systems, but not on Windows
While compiling a problem:
Geeks For Geeks: First Repeating Element on a Windows operating system I noticed that I was not getting any output for my solution. But when I compiled the same code on a Li...
Dipanshu
Votes: 0
Answers: 1
How can you catch memory corruption in C++?
I have an std::string which appears to be getting corrupted somehow. Sometimes the string destructor will trigger an access violation, and sometimes printing it via std::cout will produce a crash.
If ...

aatwo
Votes: 0
Answers: 2
Trouble Understanding Readprocesmemory parameters
I am new to c++ and trying to learn the readprocessmemory function. I have some knowledge of c++ but still limited. I can't understand what to put for the parameters of this function. Thank you for re...

Jamison C
Votes: 0
Answers: 0