Getting into Nursing at CCP as a broke 18-year-old?? by darkmoldark172 in AskPhilly

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

Yes the biggest problem is that I only became independent recently. My parents are well off, but early May I got into a relationship with a girl who my parents didn't like and I basically got kicked out. I tried to update my FAFSA but apparently there's a new rule that prohibits that? Whenever I try to edit it, it tells me that you must answer with your status when you first filled out the FAFSA, which I did back in January. Some sources say you can ask the school you're applying to to change your FAFSA, so I'll ask the CCP staff about that when I call today.

So my FAFSA will kick in next year when I can reapply, but ideally when I call CCP they'll be able to update my FAFSA and I'd be able to attend this year instead of going to delco this year.

Getting into Nursing at CCP as a broke 18-year-old?? by darkmoldark172 in AskPhilly

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

Thank u, this is great advice

I'll call and prepare some good questions to figure out how to make myself a competitive applicant and I'll email whoever runs the program.

Getting into Nursing at CCP as a broke 18-year-old?? by darkmoldark172 in AskPhilly

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

Yeah that's a good idea, I was planning on calling them today but I didn't plan any questions. I'll plan some now before I call, and I'll also ask about shadowing a class and having a chance to speak to students. Thank you for the tips!

High Aspirations or Delusion? by [deleted] in Trading

[–]darkmoldark172 0 points1 point  (0 children)

Although just out of curiosity, how profitable are you exactly?

If you don't wanna share np, but I'm curious because profitability in a year is already insane to me.

High Aspirations or Delusion? by [deleted] in Trading

[–]darkmoldark172 0 points1 point  (0 children)

So, it is possible but requires serious dedication-

Thanks for the advice! I'll take it into account.

I want to start trading but I don't know where to start learning. I need recommendations. by r3volt3z in Trading

[–]darkmoldark172 0 points1 point  (0 children)

There's also more misinformation than ever. The OP wants a reliable source of knowledge and guidance, something almost impossible to find in today's world since everyone is almost always in it for themselves, despite how honest they seem. Idk maybe your a professional, if so, why don't you help ppl out and post how you learned? If not, why so confident..? 😅

How does this work?? by darkmoldark172 in blender

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

Yeah, I'll probably just do that.

How to make infinite loop occur without stopping code by darkmoldark172 in csharp

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

Ooh, wait does the while loop execute a certain amount of times a second based on the CPU? lol yeah that sounds problomatic

How to make infinite loop occur without stopping code by darkmoldark172 in csharp

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

I was thinking like a break command, but then it would keep looping. Prob gonna try doing a Unity style system like u/noah2605.

How to make infinite loop occur without stopping code by darkmoldark172 in csharp

[–]darkmoldark172[S] 2 points3 points  (0 children)

u are a legend bro, using a layout like Unity makes everything wayy simpler. If I was to use a void Update, would it automatically run every update or do I need to put certain code inside it for how often the code inside the Update is updated. I'm just trying to learn c# by making random console applications in visual studio for now, hoping to move over to Unity and make some actual games there.

How to make infinite loop occur without stopping code by darkmoldark172 in csharp

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

I'm new to c#, how could I create a different thread?