@cm0002 to Programmer [email protected] • 9 hours agounsafeCodelemmy.mlimagemessage-square9arrow-up1161arrow-down18cross-posted to: [email protected]
arrow-up1153arrow-down1imageunsafeCodelemmy.ml@cm0002 to Programmer [email protected] • 9 hours agomessage-square9cross-posted to: [email protected]
minus-square@riodoro1link1•4 hours agoshould have a space after „>” and two new lines after „?”. I guess markdown is miserable as well.
minus-square@[email protected]linkfedilinkEnglish2•3 hours agoHey now, markdown serves it’s purpose. It’s not great, but as a web dev, I don’t want people expecting full WYSIWYG editors in every website cause fuck that!
minus-squareLucy :3linkfedilink1•edit-25 hours agoStill love it tho. You can make it whatever you want!
minus-square@[email protected]linkfedilink19•8 hours agoNot needed, main in C++ implicitly returns 0 if there is no return
minus-squareLucy :3linkfedilink3•8 hours agoShould ≠ Needs to You can do it, and it will work, but it’s unclean and not best-practice. I wouldn’t be surprised if it’s undefined behaviour.
minus-square@[email protected]linkfedilink17•6 hours agoJust to clarify. It is defined behavior - there’s plenty of undefined behavior in C but that ain’t one of them.
Should return 0;.
>What is C++? A miserable huge pile of "should"s
Love me some Castlevania++
should have a space after „>” and two new lines after „?”.
I guess markdown is miserable as well.
Hey now, markdown serves it’s purpose. It’s not great, but as a web dev, I don’t want people expecting full WYSIWYG editors in every website cause fuck that!
Still love it tho. You can make it whatever you want!
Not needed, main in C++ implicitly returns 0 if there is no return
Should ≠ Needs to
You can do it, and it will work, but it’s unclean and not best-practice. I wouldn’t be surprised if it’s undefined behaviour.
Just to clarify. It is defined behavior - there’s plenty of undefined behavior in C but that ain’t one of them.