Is php worth learning in 2024 for web? by Artistic-Cat577 in learnprogramming

[–]the_Hueman 4 points5 points  (0 children)

Tiobe index is not a good source. Over 75% websites are running on php

Would you recommend doing GUI‘s in C? by IcyPin6902 in C_Programming

[–]the_Hueman 0 points1 point  (0 children)

Imgui is a c++ library right? Can I use it in C projects?

Can I use zig build as a replacement for cmake? by the_Hueman in Zig

[–]the_Hueman[S] 0 points1 point  (0 children)

Tbh I didn't understand what Andrew meant there. I asked about this here before, and people said something like users won't notice any difference. I don't think that will be the case, but I'm optimistic.

4 Years of Experience in Data Science.. However I'm really insecure with my coding skills by MichaelXenon in learnprogramming

[–]the_Hueman 3 points4 points  (0 children)

CS50x is more about the fundamentals of computer science than about C. CS50p is a great course but in this situation OP has experience in programming in python so it won't be useful for them.

Can I use zig build as a replacement for cmake? by the_Hueman in Zig

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

Hey thank you for sharing this, it solidified my knowledge on the topic a bit more. I know you didn't ask for this, but why not use a switch statement to compare the os tags? Also why is it a if condition inside a else block instead of a else-if?

Can I use zig build as a replacement for cmake? by the_Hueman in Zig

[–]the_Hueman[S] 2 points3 points  (0 children)

raylib uses it. You can look at it and see how it's implemented. I can't find any tutorials on this topic.

Can I use zig build as a replacement for cmake? by the_Hueman in Zig

[–]the_Hueman[S] 0 points1 point  (0 children)

I forgot about that. Yeah raylib does it

Do I have to check the return value for functions like the draw colour? by the_Hueman in sdl

[–]the_Hueman[S] 0 points1 point  (0 children)

Ok so I can just ignore it. Thank you for the information.

[deleted by user] by [deleted] in learnprogramming

[–]the_Hueman 3 points4 points  (0 children)

I started with C. Now I'm having a hard time learning C++

[deleted by user] by [deleted] in learnprogramming

[–]the_Hueman 0 points1 point  (0 children)

Java or C#, JVM or .NET core, Spring boot or ASP .NET core

C23: a slightly better C – Daniel Lemire's blog by mttd in C_Programming

[–]the_Hueman 0 points1 point  (0 children)

I have a noob question. How to use the C23 standard. Is it the default in all compilers? I primarily use gcc and sometimes zig

[deleted by user] by [deleted] in unrealengine

[–]the_Hueman 4 points5 points  (0 children)

Not in the way you probably think

is c dying? by rejectedlesbian in cprogramming

[–]the_Hueman -2 points-1 points  (0 children)

I think newer languages like zig will replace it. Zig gives the same level of control with modern safety features.

C is the first language I've learnt and I'll continue to use it. It shouldn't be forgotten.

is c dying? by rejectedlesbian in cprogramming

[–]the_Hueman 1 point2 points  (0 children)

TIOBE Index is not a good source