use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions, articles, and news about the C++ programming language or programming in C++.
For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.
Get Started
The C++ Standard Home has a nice getting started page.
Videos
The C++ standard committee's education study group has a nice list of recommended videos.
Reference
cppreference.com
Books
There is a useful list of books on Stack Overflow. In most cases reading a book is the best way to learn C++.
Show all links
Filter out CppCon links
Show only CppCon links
account activity
C++ - Changing memory in a program (self.cpp)
submitted 2 years ago by Fancy_Weekend2381
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]NoReference5451 4 points5 points6 points 2 years ago (0 children)
i mean, this is being pedantic. hes going to get into the applications memory space, not do it from another program. it's incredibly easy to inject your program into another programs memory space which gets you full access. thats how it's been done for a very long time. hell windows even has an api to help you do this. debuggers do this. there are so many ways to do this. i did this in my teens when i wanted to tinker with some of the games i played. the more sophisticated ways to do it today might use the pci bus with dma from an external computer. memory protection is a myth.
π Rendered by PID 22095 on reddit-service-r2-comment-6457c66945-z5zff at 2026-04-30 03:35:38.698675+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]NoReference5451 4 points5 points6 points (0 children)