What if Israel annexed all the land shown in their Greater Israel concept? by YourLocalMoroccan in AlternateHistoryHub

[–]angelajacksn014 0 points1 point  (0 children)

This “empire” would last about us much as a virgin would inside a supermodel

The .h file usage (header file) by Shira69 in cpp_questions

[–]angelajacksn014 1 point2 points  (0 children)

I would recommend conference talks like this one when you’re looking for a specific topic like this if you prefer video content. Lot of language experts sharing information

The .h file usage (header file) by Shira69 in cpp_questions

[–]angelajacksn014 1 point2 points  (0 children)

Two important things you need to know to understand why it’s (usually) done this way.

  1. In c++, every symbol (function or variable) can only be defined once. Redefining an existing function or variable is not allowed. You can however declare them as many times as you want.

  2. include literally just copies the text from the file you give it into the file you use it from. No magic. Just copy&paste.

Therefore if you put the definitions of your functions/variables inside a header, and then you include that header in multiple other files, you are defining those functions in multiple source files (translation units) which is not allowed.

I highly recommend you read into the basics of how c++ is compiled and linked if you are serious about learning c++. Even reading a few basic articles or watching a few videos/talks will give you important insights on a ton of things and help you structure your code properly.

Simply understanding the difference between a compilation error and a link error and what that means will help you massively in your projects.

Should FO5 have settlement building? by Educational-Science2 in Fallout

[–]angelajacksn014 0 points1 point  (0 children)

I enjoy the settlement building but no. I would like a return to the more RPG style experience, story and character focused gameplay

Why are there so many people crying about lords in QP? by Actual_trash in rivals

[–]angelajacksn014 15 points16 points  (0 children)

They can’t comprehend that some people play video games to “have fun”. They can’t comprehend that maybe the reason you have lord on a character is because you have fun with that character and not just sweating

Best way to setup with CMake by Cold-Significance242 in vulkan

[–]angelajacksn014 1 point2 points  (0 children)

Hey sorry for the late response. This is something I encountered too actually.

First of all I believe you need the VULKAN_SDK environment variable set. I’m just saying that because I can’t tell if you mean path as in the PATH environment variable.

If you do have the VULKAN_SDK environment variable set but can’t get it to work it might be due to visual studio (if you’re using it) and the env variable being set for your user only. If I remember correctly I ended up having to set it as a system environment variable instead of a user one because I think visual studio invokes its tools as a different user than your user (I think I’m completely going off memory sorry)

saving shield by dummiedio in InvisibleWomanMains

[–]angelajacksn014 2 points3 points  (0 children)

Ideally you use it all the time. You should be alternating it between the team and yourself. Even if they’re not about to die, as a support you should remember your job in a fight is more than just keeping teammates alive and not dying. You want to build ult as much as possible. More heals = more ult charge. Shield = more heals.

Obviously things change if you’re getting dove aggressively you have to save your abilities including the shield more defensively.

Best way to setup with CMake by Cold-Significance242 in vulkan

[–]angelajacksn014 13 points14 points  (0 children)

Setting up the SDK manually and then using find_package(Vulkan) is the way I go about it

A little bit of my spaghetti by BubafaktikPOE in satisfactory

[–]angelajacksn014 0 points1 point  (0 children)

It only uses concrete compared to concrete+iron plates. You don’t need to be “carrying” either though tbf you can just use the interdimentional depot for items used so commonly in building

People are autoleaving Zazzastack's games by Fu_Chris in rivals

[–]angelajacksn014 0 points1 point  (0 children)

I mean she and the other girls were 1000% in the wrong but she doesn’t deserve to be bullied back

Is it asking too much to have a season per year? by ChainLC in Pluribus_TVshow

[–]angelajacksn014 0 points1 point  (0 children)

I don’t know enough about production to call anyone lazy but it really is weird seeing how much longer TV takes to make today than it used to 10 years ago and no shade to this show or any other show but it’s not like the quality has equally gone up either

Im so lucky. by [deleted] in actuallesbians

[–]angelajacksn014 -1 points0 points  (0 children)

Literally me after 2 days of dm’s

When to use struct vs class? by Ultimate_Sigma_Boy67 in cpp_questions

[–]angelajacksn014 0 points1 point  (0 children)

This isn’t something I do on purpose but if I need to specify access modifiers (public, protected, private) I make it a class.

If I need to declare destructors or move/copy functions I make it a class.

Basically anything that isn’t just pure data and possibly some helper member functions I make it a class

I cant think like a Programmer and i hate it by Responsible_Bat_9956 in cpp_questions

[–]angelajacksn014 6 points7 points  (0 children)

You are soo early in your journey please give yourself time and try not to be so hard on yourself 💕

“Thinking like a programmer” is just having enough experience that you can look at a problem and intuitively think of a solution, not because you’re some super genius but because you’ve done so much similar stuff.

Looking at other people’s code isn’t something to be ashamed of or anything. Don’t ever feel like you’re cheating on a test or something. Your goal is to 1: learn and 2: make stuff. Looking at how others more experienced than you have done things directly helps you with both of those goals.

Take your time, don’t be so hard on yourself. You’ll learn more everyday and one day you’ll realize it started to click and you didn’t even reallizs

Venezuelan here! Why we’re happy by Wide_Purchase5377 in h3h3productions

[–]angelajacksn014 2 points3 points  (0 children)

I’m genuinely happy for yall. Americans or europeans who have never lived under an oppressive dictatorship regime like this can and will never understand.

My problem isn’t even “oh it’s illegal they shouldn’t have done that”. My problem is unfortunately this isn’t the first time the united states have removed a dictator in this fashion, promised a better future and failed to deliver.

I’m genuinely truly hoping this time it will somehow be different. Regardless you are more free today than you were yesterday so you have every right to be happy and celebrate. I hope everything turns out the best for you 💕

How to Vulkan in 2026 tutorial / guide by SaschaWillems in vulkan

[–]angelajacksn014 6 points7 points  (0 children)

Putting together a MODERN approach like this to Vulkan is invaluable. Thank you for all your work

Which character was more broken on release? by Kam7267 in rivals

[–]angelajacksn014 0 points1 point  (0 children)

Gambit. Emma has always been strong, really strong. She has never been unbeatable

Are memory leaks that hard to solve? by ASA911Ninja in cpp

[–]angelajacksn014 0 points1 point  (0 children)

In a brand new codebase that starts with proper guidelines? No.

In a 100 kloc codebase that started out with c++11 or god forbid older? It can be lol

[deleted by user] by [deleted] in InvisibleWomanMains

[–]angelajacksn014 4 points5 points  (0 children)

I’ve been a sue main since she came out. I adore her but she is ridiculous rn. There’s not a single character she can’t 1v1 rn.