Is X11 really the Linux equivalent of Windows' Win32 API?
I've made a few programs using the Win32 API and it's something dreadful and extremely outdated, but I got used to it and learned to like it. Now I want the same nightmarish experience in the Linux environment (I'm porting a few of my programs to Linux), and I don't wanna use any crap like Qt and other bloated 3rd party libraries.
Joshua Gomez
Designing an efficient systems programming language with implicit dereferencing.
Trying to get my Java program to read from a text file. I am a novice programmer.
Angel Cox
making a piano bot for gmod
Daniel Torres
So I have a javascript function that calls a JSON API URL, which it does, and then when I log it to console it will print {"success":true,"message":"LIKE: removed PostID: 5 from your likes"}
so far so good. Then why does trying to print console.log(res.success) print "undefined"?