is it safe to use c11 threads at this point or am i going to find myself unable to compile with mingw or some bsd?
/dpt/ - Daily Programming Thread
Every idea I have ends up being WAY too much of a pain in the ass.
Monads are just free monad monad monad algebras. What's the problem?
That's what happens when the only ideas you've got are dragon dildo related.
even cont?
Is there any small javascript interpreters I can play with and customize? I'd like to make my own Javascript and remove a lot of crud from the language
Guys I think I hate programming and never liked it in the first place. I've already done a bachelors in IT and now I'm just sitting in my room all day not doing anything.
What do I do aside from killing myself?
find a new hobby.
code more
stockholm syndrome kicks in at some point
Hi guys, I'm learning to program! I'll post my progress every once in a while to bump the thread.
>1) What is the difference between a statement and an expression?
A semicolon. A statement is a task to the compiler to get shit to work. An expression is a computation, but it needs to be in a statement to work.
>2) What is the difference between a function and a library?
Function is a bunch of statements that runs sequentially. A library is a bunch of functions.
>3) What symbol are statements in C++ often ended with?
Semicolon
>4) What is a syntax error?
typo rly