C++ nested loops explained ➿

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 15

  • @BroCodez
    @BroCodez  2 ปีที่แล้ว +21

    #include

    int main()
    {
    int rows;
    int columns;
    char symbol;
    std::cout > rows;
    std::cout > columns;
    std::cout > symbol;
    for(int i = 1; i

    • @benmagudu9439
      @benmagudu9439 5 หลายเดือนก่อน

      #include
      int main() {
      // Converting height
      double height;
      std::string unit ;
      double converted_height;
      std::cout

  • @feggy585
    @feggy585 ปีที่แล้ว +21

    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.

  • @benosajayson3621
    @benosajayson3621 หลายเดือนก่อน

    You are the best coder I've ever seen in this youtube bro, thanks for the WELL EXPLANATION!

  • @criminalx7099
    @criminalx7099 2 ปีที่แล้ว +5

    well explained bro

  • @FrederikWollert
    @FrederikWollert 9 หลายเดือนก่อน +1

    And again and awesome Video. Defeat the TH-cam algorithm.

  • @dscecseprohitsil3rdsem949
    @dscecseprohitsil3rdsem949 ปีที่แล้ว +1

    Bro you helped me a lot. And thanks for making these videos. #respect

  • @chromakuro
    @chromakuro 5 หลายเดือนก่อน +2

    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

  • @artemzakharchuk2842
    @artemzakharchuk2842 ปีที่แล้ว +1

    Great lessons!
    i appreciate your hard work very much

  • @hotman718
    @hotman718 3 หลายเดือนก่อน +5

    Good lesson. Why don't you use namespace std so you don't have to type std every time

    • @oneshotd1
      @oneshotd1 2 หลายเดือนก่อน +1

      sometimes in long codes namespace std causes trouble with other commands, thus he prepared us for that

  • @gamsterilyass2952
    @gamsterilyass2952 7 หลายเดือนก่อน

    ❤❤

  • @mamadthug
    @mamadthug ปีที่แล้ว

    ty