Posts

How to C

Image
  C programming is a powerful and widely-used programming language that is known for its efficiency and versatility which also happens to be the parent language of C++. It is a great language to learn for beginners, as it provides a solid foundation for understanding the concepts and principles of computer programming. Here is a blog that explains the steps to get started with C programming, including an overview of the key components of the language and tips for writing your first program with how I approached it. Setting up the development environment: Before you can start programming in C, you need to set up a development environment on your computer. This includes installing a compiler, such as GCC, and a text editor, such as Sublime Text, VSCode or Notepad++. A compiler is a tool that translates your code into machine-readable instructions, and a text editor is used to write and edit the code. I personally would recomment VSCode or Sublime text as text editors as it has got a ver