Best of C ProgrammingJanuary 2023

  1. 1
    Article
    Avatar of ossOpen Source Way·3y

    6 articles to get you excited about programming

    Opensource.com authors shared many excellent articles about programming. Writing documentation is almost an afterthought, but writing the documentation is a whole new challenge. Read up on a new library, a new language, or a new technique, and then go and put it into practice.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Write And Run C and C++ Code in Visual Studio Code

    For running C or C++ code, you just need to have a valid C/C++ compilers installed on your computer. If you are using a Linux operating system, then there is a high chance that it is already installed. If you get feedback on your terminal that it does not know anything about GCC or G++.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Review of CS50 – Harvard's Introduction to Computer Science Course

    Harvard's CS50 Introduction to Computer Science Course is a ten week online and on-campus course. It's a highly respected course offered by Harvard University. It covers a wide range of topics, including computer science fundamentals, algorithms, data structures, and programming languages such as C, Python, and SQL.