Thank you , you teach very clear , I appreciate it
@ProfessorHankStalicaАй бұрын
Thanks for the kind words and you're welcome.
@leroyjenkins8886 Жыл бұрын
This has been integral learning about how vectors work and how I can use size of instead of just guessing how large the vector is in my for loops is very interesting
@ProfessorHankStalica Жыл бұрын
Glad it helped!
@MrBoka45 Жыл бұрын
You are good professor thanks
@ProfessorHankStalica Жыл бұрын
Thank you! 😃
@Gustavastas Жыл бұрын
very clear explanations. thanks.
@ProfessorHankStalica Жыл бұрын
Hi! Really glad you found it helpful and thanks for the kind words!
@chinoa93788 ай бұрын
Professor, can you use a range based for loop to find the highest value in a vector? This is how i would use a normal loop int high = b[0]; for (int i = 1; i < b.size(); i++) { if (b[i] > high) { high = b[i]; } } return high; just wondering if ranged based for loops can do the same
@ProfessorHankStalica8 ай бұрын
Yes. Absolutely. Just use the target variable instead of b[i]
@kmalnasef15122 жыл бұрын
thank you
@ProfessorHankStalica2 жыл бұрын
You're welcome!
@aslamtu Жыл бұрын
Thanks
@honoredcodes Жыл бұрын
Thank You :)
@ProfessorHankStalica Жыл бұрын
You're welcome!
@bashiraddean-mufarreh2 жыл бұрын
Excuse me . If you don't mind. Sir, can you write me a plan to learn programming in C plus Plus? From beginning to accessing networks, networked decision-making systems.