-
How To Display Info and Data in C [C Tutorial]
Displaying info and data or outputting to a console is the most helpful thing you can learn when learning a new language. It gives you feedback on what’s happening in your program. Without this, you will just run your program and not know what is going on. That kinda defeats the purpose of programming haha.…
-
How To Use Data Types [C Tutorial]
I decided to start a programming series teaching you all the prerequisites needed to build your first app! In my programming guide, I mentioned the following prerequisites: I’ll cover all of these programming in concepts in C, which is a very classic language to learn. This week’s video will be about data types in C.…
-
What Is Vim and Why You Need To Know It
When I was learning how to code at my university, they didn’t teach us how to use IDEs (Integrated Development Environment). They told us to code our projects with some really basic text editors. I’m not entirely sure why, but I’m really thankful for that experience. Coding with a basic text editor really sealed in…