Exercises - Doubts [closed] - c++

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 days ago.
Improve this question
Good Morning
I'm in a journey of studying C++ and was making some exercises but I can't figure out why the answer of this exercises are wrong. Note: The answers I shown are wrong.
Can I have some help ?
Thank you a lot

Related

Filling a dynamic array with integers c++ [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 27 days ago.
Improve this question
how to fill a dynamic array with input from the console? Im begginer
and can't understand it.
some help will make my day :|
You can realize this in several ways. Have a look on following post may it will help you..
Using scanf() in C++ programs is faster than using cin?

How to get catch regex group in ZSH? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 days ago.
This post was edited and submitted for review 4 days ago.
Improve this question
I have an if statement with regex, and I catch some groups in order to check the values.
So I'd like to know the equivalent of $BASH_REMATCH[$i] in ZSH.
Charles Duffy gave me answers to this question with a link telling me that the equivalent is $match[$i].
Thanks to him, and to the other advices he gave me.

What is the best way to learn Django? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
What is the best way to learn Django?
Make a simple Blog Website .Learn HTML CSS First .Follow youtube Videos.And Most important follow Documentation.

What's the regular expression for regular expressions? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Ok, so it's late on a Wed night and this is for no good reason. But I'd like to see one in any dialect, if it exists, just to be impressed.
[Rr][eE3][gG][uU][Ll][aA4][rR]\s[Ee3][xX][pP][rR][eE3][Ss5]{2}[iI1][Oo0][nN][sS5]

How can i implement ambient Occlusion (SSAO) for Horde3d? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i've read couple of blog posts about the ssao effect but so far but i dont' know where to begin im beginner on the whole thing of GPU programming. Can anybody help me?
http://kuko.serveblog.net/2012/05/08/horde3d-ssao-effect-ambient-occlusion-tutorial/