Тёмный

how to write a morse code encoder in C 

Michael Media Group
Подписаться 584
Просмотров 566
50% 1

In this video ill show how to write a morse code encoder in C. This is a common computer science task that you will get in both in GCSEs and Alevels computer science. C is great to learn coding language to learn and it helps teach problem solving
python vertion = • how to write a morse c...
Michael media group twitter= / michaelmediagr1
my twitter = / michaelrbparker
Reddit = / michaelmediagroup
Discord = / discord
code = github.com/Mic...
If you like what I am doing, it would be great if you could get me a coffee or tea. www.buymeacoff...

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 3   
@Thecodingshark
@Thecodingshark 3 месяца назад
why did you make the morse code array 2d? and why 5? I tried removing it making it 1D array and changing the 5 to some other numbers, but it only works the way you did it. Can you explain why?
@MichaelMediaGroup
@MichaelMediaGroup 3 месяца назад
Yea good question. I did not explain that very well. So you see strings don't really exist, Strings are basically arrays of characters. So we have the first array of 26 as there 26 letters. Each letter is represented by some amount of . and - . The maximum a letter can be is 4 symbols long. So we will use the fifth spot to store the terminate chacter. strings are really just an array of characters, so an array of strings is an array of arrays of characters.
@Thecodingshark
@Thecodingshark 3 месяца назад
@@MichaelMediaGroup Got it! Thanks
Далее
Naming Things in Code
7:25
Просмотров 2,1 млн
The 3 Laws of Writing Readable Code
5:28
Просмотров 592 тыс.
Bearwolf - GODZILLA Пародия Beatrise
00:33
Просмотров 380 тыс.
My 10 “Clean” Code Principles (Start These Now)
15:12
before you code, learn how computers work
7:05
Просмотров 383 тыс.
Rock, Paper, Scissors Game In Python!🐍
13:01
The size of your variables matters.
11:03
Просмотров 120 тыс.
C in 100 Seconds
2:25
Просмотров 3,1 млн
The Flaws of Inheritance
10:01
Просмотров 946 тыс.