Current Events > Trying to learn programming to protect myself from automation but i'm lost

Topic List
Page List: 1
REMercsChamp
12/21/18 6:40:50 PM
#1:


I'm on chapter 1 where they're "declaring" variables and I just don't get this shit at all

Like where does the variable go? Where's it stored?
---
Come check out my community board for NEET discussions:
https://gamefaqs.gamespot.com/boards/1467-neet-discussions
... Copied to Clipboard!
Rexdragon125
12/21/18 6:47:07 PM
#2:


What language are you using? If it's C# or Java just try putting

int x = 1;

in the main function. That sets x equal to 1 like in math. Then you can add them together and stuff.
... Copied to Clipboard!
REMercsChamp
12/21/18 6:49:17 PM
#3:


The fuck? What kind of witchcraft is this?
---
Come check out my community board for NEET discussions:
https://gamefaqs.gamespot.com/boards/1467-neet-discussions
... Copied to Clipboard!
MC_BatCommander
12/21/18 6:52:10 PM
#4:


Why not learn something valuable like how to hunt fellow humans for our robot overlords?
---
The Legend is True!
... Copied to Clipboard!
#5
Post #5 was unavailable or deleted.
REMercsChamp
12/21/18 6:53:33 PM
#6:


MC_BatCommander posted...
Why not learn something valuable like how to hunt fellow humans for our robot overlords?

Fuck, this isn't far off

Seeing as how learning this programming shit is only for the upper elite classes I might as well donate myself for robot experimentation or some shit
---
Come check out my community board for NEET discussions:
https://gamefaqs.gamespot.com/boards/1467-neet-discussions
... Copied to Clipboard!
spudger
12/21/18 6:54:14 PM
#7:


your jobless incel gimmick continues
---
-Only dead fish swim with the current
http://error1355.com/ce/spudger.html
... Copied to Clipboard!
Milkman5
12/21/18 6:56:16 PM
#8:


variables are stored on the stack
... Copied to Clipboard!
Milkman5
12/21/18 6:57:43 PM
#9:


by declaring a variable, you are putting that value on the stack and it can be called by that variable.

So if you declare int x =5;

you are declaring x to be 5, and you can call 5 from the stack using x
... Copied to Clipboard!
Milkman5
12/21/18 6:58:18 PM
#10:


It's not important to understand how the stack works for basic programming
... Copied to Clipboard!
REMercsChamp
12/21/18 6:58:38 PM
#11:


Who keeps posting.

I don't see any posts after #6
---
Come check out my community board for NEET discussions:
https://gamefaqs.gamespot.com/boards/1467-neet-discussions
... Copied to Clipboard!
Topic List
Page List: 1