Hey bro, I know you mentioned that not alot of people watch these C++ series but I just wanted to appreciate you for it You're the best teacher out there and I'd let you know when I conquer the world.
I tried to make the rectangle before looking at your example, but I misinterpreted what you said and made a more difficult version instead :D I feel like I learnt something useful by going through the trial and error #include int main() { int rows; int columns; int columncurrent; int rowcurrent; std::cout > rows; std::cout > columns; columncurrent = columns; rowcurrent = rows; for(columncurrent; columncurrent > 0; columncurrent--) { std::cout 0; rowcurrent--) { std::cout 2; columncurrent--) { std::cout
#include
int main()
{
int rows;
int columns;
char symbol;
std::cout > rows;
std::cout > columns;
std::cout > symbol;
for(int i = 1; i
#include
int main() {
// Converting height
double height;
std::string unit ;
double converted_height;
std::cout
Hey bro, I know you mentioned that not alot of people watch these C++ series but I just wanted to appreciate you for it
You're the best teacher out there and I'd let you know when I conquer the world.
I tried to make the rectangle before looking at your example, but I misinterpreted what you said and made a more difficult version instead :D I feel like I learnt something useful by going through the trial and error
#include
int main()
{
int rows;
int columns;
int columncurrent;
int rowcurrent;
std::cout > rows;
std::cout > columns;
columncurrent = columns;
rowcurrent = rows;
for(columncurrent; columncurrent > 0; columncurrent--)
{
std::cout 0; rowcurrent--)
{
std::cout 2; columncurrent--)
{
std::cout
And again and awesome Video. Defeat the RUclips algorithm.
well explained bro
Good lesson. Why don't you use namespace std so you don't have to type std every time
sometimes in long codes namespace std causes trouble with other commands, thus he prepared us for that
Bro you helped me a lot. And thanks for making these videos. #respect
ty
❤❤
Great lessons!
i appreciate your hard work very much