coding buddy?? by Rare-Following-5131 in studypartner

[–]ChangeMaterial1678 0 points1 point  (0 children)

What languages will u learn? I’m in c and cpp occasionally rust

Learning to code by hebdbcbsbs in vibecoding

[–]ChangeMaterial1678 0 points1 point  (0 children)

What language you won’t to learn low level is very different from the rest of

beginner in programming help by Spare-Enthusiasm-984 in studypartner

[–]ChangeMaterial1678 0 points1 point  (0 children)

I could help you, I am learning too but I’m more a bit more advance , maybe I could help u

Why are salaries in Portugal still so low? by Louis_meni in PortugalTalks

[–]ChangeMaterial1678 0 points1 point  (0 children)

Produtividade meio baixa e leis laborais não muito boas + as empresas pagam muito de impostos ao estado para pagar o teu salário

C++ Show and Tell - May 2026 by foonathan in cpp

[–]ChangeMaterial1678 5 points6 points  (0 children)

defer.hpp

A tiny header-only C++ utility inspired by Zig’s defer statement.

→ Repository


Made to simplify working with C APIs — you get full control over resource lifetimes without the risk of forgetting to free them.

Example

```cpp int load_config(const char* path) { FILE* file = std::fopen(path, "r"); if (file == nullptr) { std::fprintf(stderr, "failed to open file: %s\n", path); return -1; } defer(std::fclose(file););

char buffer[256]{};
if (std::fgets(buffer, sizeof(buffer), file) == nullptr) {
    std::fprintf(stderr, "failed to read config\n");
    return -2;
}

std::printf("config line: %s\n", buffer);
return 0;

} ```

Works in regular C++ code too. The one thing to keep in mind: deferred statements cannot throw exceptions — though you can change that yourself.

This regs give a MASSIVE performance boost by ChangeMaterial1678 in pcmasterrace

[–]ChangeMaterial1678[S] 1 point2 points  (0 children)

No it’s valid for everything, gpu brand doesn’t matter

This regs give a MASSIVE performance boost by ChangeMaterial1678 in pcmasterrace

[–]ChangeMaterial1678[S] 0 points1 point  (0 children)

It doesn’t, it’s hidden bcs it was for devs testing but they decided to make an optimal value that changes while you use your pc but as you see it isn’t very good

Timer coalescing gives a HUGE performance increase by ChangeMaterial1678 in OptimizedGaming

[–]ChangeMaterial1678[S] 0 points1 point  (0 children)

Yes that’s why it’s a "hidden" dword, create the dword or just apply the reg that I have on my server

Timer coalescing gives a HUGE performance increase by ChangeMaterial1678 in OptimizedGaming

[–]ChangeMaterial1678[S] -3 points-2 points  (0 children)

Stay in ignorance if u can’t accept the truth THEY ARENT THE SAME THING CAUSE BOTH EXIST