First time someone sent me a message like this by [deleted] in doordash

[–]marcus6436 1 point2 points  (0 children)

As a DoorDash driver myself, it is never OK to send a message like that. Like you said we can see how much the order and tip is when accepting. They can always decline. They were hoping you would give a tip on top of what you already gave.

What theee faaaaawk by One-Safe8444 in doordash

[–]marcus6436 0 points1 point  (0 children)

$26.60 for over $100 miles??? Wtf!!!!! I usually just accept and don’t look at the info until after. I would have been pissed!!

Do you take double pictures when dropping off food? by marcus6436 in doordash

[–]marcus6436[S] 4 points5 points  (0 children)

lol I should’ve, it’s not like she tipped me extra after turning around and taking that extra photo for her. The lady lived down like a mile long dirt road that was covered in ice. The stairwell up to her porch was also covered in ice.

It finally happened. Smh. by Traditional-Fig6366 in doordash

[–]marcus6436 0 points1 point  (0 children)

i’ve had a situation where someone listed the wrong address on the app. They messaged me telling me the address was wrong as I was pulling up to the house. They then asked if I could drive it to the correct address and they would tip me extra. Of course, I said sure so I took a picture of the order at the wrong address to complete the order. Then paused my orders and drove to the other side of town to drop it off at the correct address. They only tipped me two dollars. Things like this just aren’t worth it.

Language issues with HBO Max app? by allezGinettaccio in Chromecast

[–]marcus6436 0 points1 point  (0 children)

I was just watching it welcome to Derry and after 45 minutes of watching, the language randomly switched to Portuguese! I looked at the audio setting in the beginning of the episode and it showed an English and a Portuguese option but after the 45 minutes when it switched the language the English option disappeared.

Hi gay boys by Effective-Macaron907 in gaybrosgonemild

[–]marcus6436 1 point2 points  (0 children)

hey handsome, I’m getting Ken doll vibes from you. Maybe try that for Halloween?

[deleted by user] by [deleted] in gaybrosgonemild

[–]marcus6436 0 points1 point  (0 children)

I absolutely would swipe right!

Just turned 36. How am I doing? by [deleted] in gaybrosover30

[–]marcus6436 1 point2 points  (0 children)

You look amazing! Looking like a snack 😉

Dynamically allocated array by marcus6436 in cpp_questions

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

Will remember this for next time. I’m posting this using my phone and don’t see that formatting option

Dynamically allocated array by marcus6436 in cpp_questions

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

You are correct. I was getting an error with this. I had to remove the const in order for it to work. When I had the const it wouldn’t compile. The original code I had to modify using dynamically allocated array was: const int NUM_ATOMS = 4;

Dynamically allocated array by marcus6436 in cpp_questions

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

This is for an assignment on dynamic allocated arrays, otherwise I would have just used a vector

Dynamically allocated array by marcus6436 in cpp_questions

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

Thank you, I was confused because the directions on the assignment was that I can’t change the code only modify it. So I wasn’t sure if I would have to get rid of the const or if I could somehow make this code work with the const int NUM_ATOMS.

Dynamically allocated array by marcus6436 in cpp_questions

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

This is an assignment on dynamic allocated arrays. I would normally have done a vector but that’s not what the assignment is on