# Chatting Area! Have fun! (Part 1)

**URL:** https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740
**Category:** Show & Tell
**Created:** [June 14, 2021, 9:12pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740 "2021-06-14T21:12:05Z")
**Posts on this page:** 20
**Page:** 445

<div class="post-metadata">

### Author: ![swirlix](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/swirlix/32/34857_2.png) [@swirlix](https://forum.makecode.com/u/swirlix)
#### Post date: [August 10, 2026, 6:31pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9117 "2026-08-10T18:31:46Z")

</div>

you won everything but an official game jam

(not trying to be mean its super cool the stuff you have accomplished, UAT 2, CK 4, maybe more that i dont know)

---

<div class="post-metadata">

### Author: ![Astro](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/astro/32/35479_2.png) [@Astro](https://forum.makecode.com/u/Astro)
#### Post date: [August 10, 2026, 9:31pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9118 "2026-08-10T21:31:44Z")

</div>

@richard I’ve also encountered the music bug you and woofy were talking about on stream by using [this](https://arcade.makecode.com/S51825-33343-18745-86852) project

---

<div class="post-metadata">

### Author: ![jwunderl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/jwunderl/32/5308_2.png) [@jwunderl](https://forum.makecode.com/u/jwunderl)
#### Post date: [August 10, 2026, 9:32pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9119 "2026-08-10T21:32:10Z")

</div>

okay but like that’s genuinely painful to listen to and not something that anyone would ever make, no?

---

<div class="post-metadata">

### Author: ![kirbob](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kirbob/32/34880_2.png) [@kirbob](https://forum.makecode.com/u/kirbob)
#### Post date: [August 10, 2026, 9:32pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9120 "2026-08-10T21:32:20Z")

</div>

it was scamma…

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [August 10, 2026, 9:32pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9121 "2026-08-10T21:32:22Z")

</div>

C++ was the first non-blocks language I learned 🤣

---

<div class="post-metadata">

### Author: ![Cybercube](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/cybercube/32/34628_2.png) [@Cybercube](https://forum.makecode.com/u/Cybercube)
#### Post date: [August 10, 2026, 9:32pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9122 "2026-08-10T21:32:28Z")

</div>

@RoboVacDev Time to return, summer break is over.

---

<div class="post-metadata">

### Author: ![AnOminousWolf](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/anominouswolf/32/21874_2.png) [@AnOminousWolf](https://forum.makecode.com/u/AnOminousWolf)
#### Post date: [August 10, 2026, 9:32pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9123 "2026-08-10T21:32:36Z")

</div>

From what I’ve learned while programming in C, don’t do anything big at the start. Slowly figure things out, since C is really, _really_ unfriendly. A piece of advice I’ve learned when I was starting to learn C, is to be very intentional with your memory, because C won’t ever hand-hold you (mostly).  
I recommend using MakeFiles as well (Especially when having any external libraries included, such as SDL).  
Good luck with C or C++!

---

<div class="post-metadata">

### Author: ![TheEarth](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/theearth/32/34579_2.png) [@TheEarth](https://forum.makecode.com/u/TheEarth)
#### Post date: [August 10, 2026, 9:33pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9124 "2026-08-10T21:33:55Z")

</div>

Why is their so many doreamnon episodes

---

<div class="post-metadata">

### Author: ![Rune](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/rune/32/18951_2.png) [@Rune](https://forum.makecode.com/u/Rune)
#### Post date: [August 11, 2026, 2:20am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9125 "2026-08-11T02:20:12Z")

</div>

You should learn C++. the plus plus means it’s better even than C+, let alone C. Right?

---

<div class="post-metadata">

### Author: ![VoxelMaster64](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/voxelmaster64/32/32075_2.png) [@VoxelMaster64](https://forum.makecode.com/u/VoxelMaster64)
#### Post date: [August 11, 2026, 2:26am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9126 "2026-08-11T02:26:12Z")

</div>

> [@AnOminousWolf](#):
>
> From what I’ve learned while programming in C, don’t do anything big at the start. Slowly figure things out, since C is really, _really_ unfriendly. A piece of advice I’ve learned when I was starting to learn C, is to be very intentional with your memory, because C won’t ever hand-hold you (mostly).  
> I recommend using MakeFiles as well (Especially when having any external libraries included, such as SDL).

Same for me for C++!

---

<div class="post-metadata">

### Author: ![Air](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/air/32/26413_2.png) [@Air](https://forum.makecode.com/u/Air)
#### Post date: [August 11, 2026, 2:26am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9127 "2026-08-11T02:26:17Z")

</div>

my second, my first was javascript because makecode has it

---

<div class="post-metadata">

### Author: ![Moroni](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/moroni/32/34274_2.png) [@Moroni](https://forum.makecode.com/u/Moroni)
#### Post date: [August 11, 2026, 2:27am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9128 "2026-08-11T02:27:46Z")

</div>

Well seemingly the chain ended there.

> **Summary**
>
> ![john rod](https://static.klipy.com/ii/a8ada81afc59159ea5c8927feffa2e31/7f/d3/HKMoJfr7R16A1oM2.webp)

---

<div class="post-metadata">

### Author: ![RoboVacDev](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/robovacdev/32/29619_2.png) [@RoboVacDev](https://forum.makecode.com/u/RoboVacDev)
#### Post date: [August 11, 2026, 2:28am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9129 "2026-08-11T02:28:19Z")

</div>

Hey guys! It’s me!  
You know what that means…

# I’m so back!!

I learned a lot over the summer. Just started with MIT App Inventor.  
I am also learning-don’t crash out when I’m saying this-SCRATCH.  
Had a really fun summer! Worked on my games. Hope @InvalidProject’s awesome game got into steam.  
Lot of things changed I see. Would anyone be kind to help me catch up on what has been going on in the forums lately? Thanks!  
So nice to see you guys again and that the forum is still thriving as ever!!

---

<div class="post-metadata">

### Author: ![CodaKnight](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/codaknight/32/33491_2.png) [@CodaKnight](https://forum.makecode.com/u/CodaKnight)
#### Post date: [August 11, 2026, 2:28am UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9130 "2026-08-11T02:28:59Z")

</div>

Dang, you guys are learning C++? I’m still stuck with HTML and Python lol.

---

<div class="post-metadata">

### Author: ![kirbob](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kirbob/32/34880_2.png) [@kirbob](https://forum.makecode.com/u/kirbob)
#### Post date: [August 11, 2026, 4:22pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9131 "2026-08-11T16:22:19Z")

</div>

yayyyyyy

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/6/b/6b7373b1ebf831d58c1105ecf4031ca2c0547978.png)

yayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

---

<div class="post-metadata">

### Author: ![Cybercube](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/cybercube/32/34628_2.png) [@Cybercube](https://forum.makecode.com/u/Cybercube)
#### Post date: [August 11, 2026, 4:31pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9132 "2026-08-11T16:31:17Z")

</div>

Me when i saw a makecoder join scratch and is happy be like:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/3/2/32ed22c4d94d4c051ffd8aaa5e6c150dce179839.png)  
oh, wait that’s me isn’t it.

---

<div class="post-metadata">

### Author: ![Cybercube](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/cybercube/32/34628_2.png) [@Cybercube](https://forum.makecode.com/u/Cybercube)
#### Post date: [August 11, 2026, 4:31pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9133 "2026-08-11T16:31:25Z")

</div>

me too

---

<div class="post-metadata">

### Author: ![Cybercube](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/cybercube/32/34628_2.png) [@Cybercube](https://forum.makecode.com/u/Cybercube)
#### Post date: [August 11, 2026, 4:35pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9134 "2026-08-11T16:35:29Z")

</div>

i know that every line of code must have one or more semicolons " ; " or else it wont work.

---

<div class="post-metadata">

### Author: ![ScriptScraper](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/scriptscraper/32/35438_2.png) [@ScriptScraper](https://forum.makecode.com/u/ScriptScraper)
#### Post date: [August 11, 2026, 4:35pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9135 "2026-08-11T16:35:52Z")

</div>

@richard you said in the last stream that the crash from playing too many notes will almost never happen, but that’s not true. Even after bug fixing, playing my pvz demake will still eventually crash cause the ost is always playing and looping, meaning it’s literally impossible to play longer than 15 minutes. While this bug is insignificant for tiny games and nonexistent for silent ones, it’s lethal to any sort of bigger game. You’ve likely never encountered this bug because you don’t put music in your games, and you probably don’t play the same game for very long because you’re busy.

---

<div class="post-metadata">

### Author: ![Cybercube](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/cybercube/32/34628_2.png) [@Cybercube](https://forum.makecode.com/u/Cybercube)
#### Post date: [August 11, 2026, 4:48pm UTC](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740/9136 "2026-08-11T16:48:27Z")

</div>

## C and C++ issue:

so, i was working on C and try making the average formula, but when i tried to use the variable sum which was supposed to add all the list but instead it didn’t add up.

```auto
#include <stdio.h>

int main() {
  int Numbers[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
  int i;
  int len = sizeof(Numbers) / sizeof(Numbers[0]);
  int sum;
  
  for (i = 0; i < len; i++) {
    sum + Numbers[i];
  }
   printf("%d\n", sum / sizeof(Numbers));
  return 0;
}

```

or in blocks this (i tried):

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/2/2/22128dbf40625225d28545c5075829220c24ed69.png)  
so, if anyone knows them reply to me, okay? thank you.

[Previous page](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740.md?page=444)

[Next page](https://forum.makecode.com/t/chatting-area-have-fun-part-1/8740.md?page=446)
