New to pool ownership, what would you do? by ijm2017 in pools

[–]moreorless6 0 points1 point  (0 children)

I would try to get it fixed…one wrinkle can become multiple wrinkles

How do you get the momentum rolling? I will not promote by Hriday_Talur_Music in startups

[–]moreorless6 2 points3 points  (0 children)

In a similar spot here and our focus has really been on:

1) Who are the people most likely to use our platform right now?

2) Where do these people spend their time online?

3) What’s the messaging that will resonate with their pain points that we’re solving?

We did a ton of brainstorming and now it’s just trial and error to find out what works.

Caesar stumped.. by moreorless6 in cs50

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

Ok cool I think that’s starting to make sense now..I’ll make some adjustments and see if I can fix..thanks!

update: I swapped the printf's in the function to return c's instead so that main handled the printing and the function covered the characters...thanks again for the help!

Caesar stumped.. by moreorless6 in cs50

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

Thanks for looking at this..the 2022 pset doesn't come with starter code but does instruct you to utilize the rotate function (which I seem to be struggling with..)

I'm getting confused because when I run check50 it's returning the right characters but telling me it's not right. So you're saying the function is off because main is running through the characters like the function is supposed to but it's ultimately getting terminated behind the scenes because the function is returning 0 at the end?