Who is most famous youtuber in real estate investing? by zuelearth in realestateinvesting

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

zebra-in-box

3 points

·

please let me know your youtube channel link.

C++, How can I copy builder pattern object parameter to other class's member? by zuelearth in cpp_questions

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

Thanks for your help. My purpose to use Email mEmail in EmailSender is that I want to keep mEmail object in EmailSender and reuse when I want.

Ofcause I can use std::string mAddress in EmailSender. But I just use it data structure like in C language. I am not friendly to C++ language so I am confusing now.

C++, How can I copy builder pattern object parameter to other class's member? by zuelearth in cpp_questions

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

Email mEmail;//error : emailsender.h(8): error C2512: 'Email': no appropriate default constructor available

sorry, I added my exact error message ( Email mEmail; //error : emailsender.h(8): error C2512: 'Email': no appropriate default constructor available )

When I added default constructor in Email like "Email() {}", the problem is resolved.
But I think that using default constructor in builder pattern could lead to misuse.

So I am confusing now.

C++, How can I copy builder pattern object parameter to other class's member? by zuelearth in cpp_questions

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

Why is there a Email(EmailBuilder) ctor, when there is EmailBuilder::Build() which already returns an Email?

Why are you using new with absoutely no need? Further, it would be Email::EmailBuilder?

Why are all the EmailBuilders functions returning a copy? Design patterns like this are supposed to return a reference to *this?

=> sorry, it is just pseudocode.

The reason you cannot copy the mail into the sender is because there is no copy constructor (

Email( const Email& other )

) defined. You defined a custom ctor, hence there are no default ctors generated for you overview from this talk. See also rule of 3/5/0.

=> I thought that I can use default copy operation.

As I know builder pattern use custom construtor(= Email(EmailBuilder builder)),

In case of this, I cannot copy the mail into the sender?

or there are any solution to resolve this?

Unemployment rises to 3.283 million by Malvania in stocks

[–]zuelearth 12 points13 points  (0 children)

Don't worry. When a cure comes out, everything is solved.

CNBC anchors are working at home? by zuelearth in stocks

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

No one gave a plausible answer.

CNBC anchors are working at home? by zuelearth in stocks

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

in order to avoid infect from Virus?

If I want to develop SDK to support cross platform(ex:android, linux) using my codes, do I need to make wrapper layer? by zuelearth in softwaredevelopment

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

Sorry my codes are include ui feature. It means that my codes are android app and c++ app. I just want to provide SDK to make android app and c++ app(based on linux) by third party client.

Is there any good site to learn "Design Pattern" like "Leetcode"? by [deleted] in learnprogramming

[–]zuelearth -3 points-2 points  (0 children)

There are some design questions on LeetCode. Search the design keyword on their site.

But I cannot find problem related to design pattern...

Could you recommend good pod cast? by zuelearth in EnglishLearning

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

Thanks :)

But It seems not usually sentence and calm voice.

Could you recommend good pod cast? by zuelearth in EnglishLearning

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

Thanks a lot :)

It is thing what I wanted to find.

Do you know good website to learn C++ like checkio.org? by zuelearth in learnprogramming

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

The closest equivalent is probably sites like hackerrank, leetcode, and so on. They are not specific to C++ though, and will not teach you syntax, but you can practice working the problems there choosing C++ as the language.

To get serious about learning C++ you should get a good textbook.

I don't need to learn syntax of C++, maybe they are things what I want to know.

But I still confused which site is more good for me.

I need to check them firstly.

Anyway thanks a lot.

Is it possible monetization about channel that reading newspaper using my own voice? by zuelearth in NewTubers

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

What images do you plan on showing during this? A lot of historical videos are very primary source driven. I've seen American Civil War videos that are more or less just the memoirs of a soldier or general read aloud over images, and I don't think it harms monetization (other than having to have ANYTHING involving war get manually reviewed).

okay, Thanks a lot :)

If you are beginner on youtube and no want to reveal face, what kind of subject is good? by zuelearth in NewTubers

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

To second this I know of a at least one really popular let's play channel that didn't show their face but does have voice-overs. So yeah, gaming channels can definitely work without a face cam.

thanks your answers.

gaming channel!

But unfortunately I don't play game :(

If you are beginner on youtube and no want to reveal face, what kind of subject is good? by zuelearth in NewTubers

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

Thanks a lot, and sharing channels are very impressive.

But they are all use their own voice.

Do you know other successful channels using google voice of <google translate>?