C++ With the Raspberry Pi | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

C++ With the Raspberry Pi

As a follow up to my previous question, I was wondering how hard it gets when you get into the higher levels of programming the raspberry pi. I can understand it with some level of difficulty.

12th Dec 2018, 11:12 PM
Ferret
Ferret - avatar
2 Answers
+ 3
Hi, the advantage of high-level language is it's english-like or closer to natural language, easier coding. At this time, I advise you to try and learn the native assembly language of Raspberry Pi. You'll have a deeper understanding of your hardware. When you're comfortable with it, that's the time you can consider high-level languages
14th Dec 2018, 1:58 AM
Da2
Da2 - avatar
+ 3
First things first. Native assembly language forces you to have a better understanding of the 'firmware'. Raspberry Pi is is primarily a learning tool. So I suggest that you stick with assembly first. It's a lot more difficult but it worth it
14th Dec 2018, 2:07 AM
Da2
Da2 - avatar