Login required to view this page. Please Login.
Login required to view this page. Please Login.
{ALL PAGES}:
{Post List}:
-
AMD / AMD Radeon / Applying Thermal Paste / Changing Thermal Paste / Computers / CPU Fan/Heatsink / My Computer / Radeon / Radeon w6600 / Thermal Paste
04/05/2025
Loved this! Super helpful and easy to follow. Thanks for sharing!
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
I couldn't stop scrolling and reading, your content is truly one-of-a-kind. Thank you for all the time and effort you…
Your blog is like a breath of fresh air in a sea of negativity and pessimism Thank you for being…
Your content always keeps me coming back for more!
(c) 2025 THE SATELLITE CORPORATION
{USER PROFILES}:
{C++ RSS FEED}:
- by user30273872enter image description hereWhen I click the "Run All" to test my Unit Tests, all 17 cases can't be executed(the statue is Not Run), and there is a warning message. enter image description here The status is Not Run, and there is a warning message.
- by João PiresHow do custom allocators in C and C++ — such as tcmalloc, jemalloc, and hoard — avoid breaking strict aliasing rules? I understand that standard functions like malloc and free are treated specially by the compiler, but custom allocators don’t seem to get that same “blessing”. So how do they […]
- by Felix AllerbornIm learning the basic's of building and running c++ projects and have made a main.cpp file in the src and a tasks.json in the .vscode folder when seen from the root. Why isnt "Hello World being printed in the VScode terminal? If i run it from the windows cmd manually […]
- by chefjeffI'm working on building a wrapper for SDL 2 and SDL 2 Mixer. I'm using SDL 2.0.22 and SDL Mixer 2.8.1. My wrapper can play sounds successfully, but problems begin as soon as sounds are played quickly in sequence. Here are the key functions to be aware of: void playSound( […]
- by Nox5692I recently recompiled some of my personal utilities written in C++ (no GUI, no OpenGL used or linked) and I've been getting these weird link errors when executing them. I made a cat clone (dog) that supports syntax highlighting and when I run it, there is this extra output: dyld[14909]: […]
- by ZebrafishI've managed to get CMake to use the Ninja and Ninja Multi-Config generators to build a CMake project. But in the CMake GUI at configure time if I select Visual Studio 17 2022 I get a Visual Studio solution, but it doesn't use Ninja. And if I select Ninja or […]
- by FedorIs it legal to write something like this? #include struct A { int i, j; constexpr A() : i((std::construct_at(&j, 2), j-1)) {} }; constexpr A a{}; static_assert(a.i == 1); static_assert(a.j == 2); Here, i-member initializer first initializes j member using std::construct_at, then reads its value in j-1. On practice I […]
- by Георгий БольшаковI need help programming mode 5 of a fencing training mannequin using a STM32L432 (without a touchscreen). I’m using PlatformIO with Visual Studio Code. The goal is to: Allow the user to select training parameters (number of targets, green/red targets, time for each target, and time between targets) with buttons, […]
- by cmcI am learning about using templated functions as well as function pointers in C++, and am trying to achieve the following behavior: template T plus(T n1, T n2) { return n1 + n2; } template void do_oper(Oper op, bool b) { if (b) { op(3, 5); } else { op(2.3, […]
- by GregMy app first takes some input, then it 'thinks' showing a progress bar, then throws an exit code and waits with getchar() for ENTER to be clicked before exiting. The problem is that if I click ENTER during the 'thinking' process, it will affect the getchar(), causing it to exit […]
{BREADCRUMBS}:
Home » Login
Loved this! Super helpful and easy to follow. Thanks for sharing!
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
I couldn't stop scrolling and reading, your content is truly one-of-a-kind. Thank you for all the time and effort you…
Your blog is like a breath of fresh air in a sea of negativity and pessimism Thank you for being…
Your content always keeps me coming back for more!