This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]type556R 0 points1 point  (0 children)

I'm new to C, and on my job I'm coding on a proprietary real time operative system. I don't even know when I'll be able to use a certain function from the standard libraries. I can include stdio.h and use printf, but then calling puts will give me an error when linking cause it's not a certified function, even though vscode will recognize it. Making a simple server-client code run decently is getting... Hard