Post ADY9MQdB2gaAUGKFF2 by la_ninpre@distrotoot.com
(DIR) More posts by la_ninpre@distrotoot.com
(DIR) Post #ADXHNf8Og1Uz3SB3Vg by rootbsd@distrotoot.com
2021-11-18T20:00:19Z
0 likes, 0 repeats
A lot of these online guides for C programming always want you to install the CodeBlocks IDE? Is this really useful or just some normie soydev shit?
(DIR) Post #ADXHm0bIWAEoa4IwYi by andrath@noagendasocial.com
2021-11-18T20:04:42Z
0 likes, 0 repeats
@rootbsd not more useful than vim or emacs. But I suspect it's because it ships with a gcc toolchain.
(DIR) Post #ADXHrskmbc6jytXesa by rootbsd@distrotoot.com
2021-11-18T20:05:46Z
0 likes, 0 repeats
@andrath Ahh, well my OS already ships with gcc and clang, so I'm gonna skip that one. Thanks!
(DIR) Post #ADXHzOPzHAMWDLOdA8 by andrath@noagendasocial.com
2021-11-18T20:07:08Z
0 likes, 0 repeats
@rootbsd yeah you really don't need it. Have fun learning C!
(DIR) Post #ADXJXcVFVzSphJk4eW by syscrash@distrotoot.com
2021-11-18T20:24:30Z
0 likes, 0 repeats
@rootbsd "My life my love and my lady is gcc." - Churchill
(DIR) Post #ADXJdm0z3yESw4WIVs by rootbsd@distrotoot.com
2021-11-18T20:25:37Z
0 likes, 0 repeats
@syscrash
(DIR) Post #ADXJpoGMWxnHNnS73Q by syscrash@distrotoot.com
2021-11-18T20:27:48Z
0 likes, 0 repeats
@rootbsd
(DIR) Post #ADXJxPpPGKgZusTFZI by rootbsd@distrotoot.com
2021-11-18T20:29:11Z
0 likes, 0 repeats
@syscrash word
(DIR) Post #ADXM9usBrcTlaFrTMm by james@distrotoot.com
2021-11-18T20:53:51Z
0 likes, 0 repeats
@rootbsd My Dummies book about C++ wanted me to install CodeBlocks.
(DIR) Post #ADXMDE6Sp4hi5t7GZk by rootbsd@distrotoot.com
2021-11-18T20:54:27Z
0 likes, 0 repeats
@james They all do it hilarious, these guys all use Windows 7 or something 😂
(DIR) Post #ADXQFnVmXua6J5RLKy by adeepa@distrotoot.com
2021-11-18T21:39:43Z
0 likes, 0 repeats
@rootbsd soydev shit. Ever tried to compile a C app on windows? It's a nightmare specially for newbies. CodeBlocks IDE will give windows users a little more convenience.
(DIR) Post #ADY9MQdB2gaAUGKFF2 by la_ninpre@distrotoot.com
2021-11-19T06:05:09Z
0 likes, 1 repeats
@rootbsd gcc, vi and gdb is the brütal way of trve warriors 😈
(DIR) Post #ADY9pBuWqmtDEP9mKW by la_ninpre@distrotoot.com
2021-11-19T06:10:21Z
0 likes, 0 repeats
@rootbsd but, seriously, imo these ide's are not so good because they usually come with a bunch of presets and snippets that 'work out of the box'. most of the time it's not bad, but it often frustrates me because i don't understand fully what's going on.on the other hand, they usually provide some form of build system, so one can focus on the language itself and not on learning how to write makefiles and configure scripts. so maybe ide is easier for new users from this side.
(DIR) Post #ADYEAXqwoWcJpguEdM by rootbsd@distrotoot.com
2021-11-19T06:59:02Z
0 likes, 0 repeats
@la_ninpre Thanks, yeah I dont want to use an IDE, I was just surprise how many guides just assume I will lol. No porting is a skill I want to improve, I have the gcc and gnu make manuals and other documentation on that. If I going to learn something, I going to do it right. Not a soydev, maybe someday I can contribute in some small was to the OpenBSD source tree 😃
(DIR) Post #ADYEENcenCbLGI3BOy by rootbsd@distrotoot.com
2021-11-19T06:59:44Z
0 likes, 0 repeats
@la_ninpre Thanks, yeah I dont want to use an IDE, I was just surprised how many guides just assume I will lol. No porting is a skill I want to improve, I have the gcc and gnu make manuals and other documentation on that. If Im going to learn something, Im going to do it right. Not a soydev, maybe someday I can contribute in some small was to the OpenBSD source tree 😃
(DIR) Post #ADYUxPfxbUnlva5h4a by lllillilll@distrotoot.com
2021-11-19T10:07:08Z
0 likes, 0 repeats
@rootbsd i installed c programming language as pdf then started writing stuff in nvim, i don't think it matters much.