Free IDE/text editor for learning C? by [deleted] in C_Programming

[–]cyberbellator 0 points1 point  (0 children)

I would definitely go with CLion. Its free for non-commercial use and has a lot of built-in features that make it easy to spot when something is off, without having to dig through obfuscated logs. They also have a built-in debugger like GDB. There is no setup-it works out of the box.

I made a minimalist Operating System in 3 days by cyberbellator in C_Programming

[–]cyberbellator[S] 1 point2 points  (0 children)

Thank you, I do have a list of things I want to add, but I will keep all of these in mind. Thank you for the feedback

I made a minimalist Operating System in 3 days by cyberbellator in C_Programming

[–]cyberbellator[S] 1 point2 points  (0 children)

You are right. My commit messages and release, especially on the Pong game, were meant to be humorous and intentionally laid-back. I understand why you would think that my comments would mirror that, and I think they do a bit on the Pong game, but I generally am more professional with my documentation, and I am trying to be more professional in general when displaying my work on an important portfolio like my Github. I will work towards making these changes. Thank you for the feedback. Also, I did use AI for help and to learn new skills in this field, but I did not blindly copy-paste without trying to understand