you are viewing a single comment's thread.

view the rest of the comments →

[–]superfox 2 insightful - 2 fun2 insightful - 1 fun3 insightful - 2 fun -  (0 children)

a really nice platform to practice C language programming is by using a linux computer and using the GCC compiler at the shell prompt.

or, you could download CodeBlocks and use their gcc compiler from the windows dos prompt.. if you need help getting started, i am happy to assist you.

https://riptutorial.com/gcc/example/12839/-hello-world---with-common-command-line-options

i enjoy straight C language, dont have any real world experience with C++, but i am able to explain the obvious differences between C and C++, if you like.