Comments: 13
Heuristiker [2017-01-29 22:05:12 +0000 UTC]
Jesus this was three years ago, who would thought I would advance, still is nice to see how bad I used to be XD
👍: 0 ⏩: 1
Heuristiker In reply to Heuristiker [2017-01-29 22:08:04 +0000 UTC]
The code is obviously wrong because i am trying to do a condition where (v1 > v2 && v3), where v3 is compared to nothing, thus always return true, unless it is 0
👍: 0 ⏩: 0
KplKabbage [2014-03-20 22:49:34 +0000 UTC]
*GASP* "C" coding language ! i'm using that program in my robotic programing class!
👍: 0 ⏩: 1
Heuristiker In reply to KplKabbage [2014-03-20 22:55:33 +0000 UTC]
really? I really love C#. What have you learned so far?
👍: 0 ⏩: 1
KplKabbage In reply to Heuristiker [2014-03-20 22:56:30 +0000 UTC]
well, i'm now in the "variables" section, line counting and light finding is basically what i'm starting to do
👍: 0 ⏩: 1
Heuristiker In reply to KplKabbage [2014-03-20 23:00:43 +0000 UTC]
hmm, we still in a pretty basic level right now, like learning the "while" command. This one in particularly,hs only "if" command. Later on we will learn waaay more deep stuff like tridimensionales graphs. Heh, I am glad to know someone who "speaks my language".
👍: 0 ⏩: 1
Heuristiker In reply to KplKabbage [2014-03-20 23:07:28 +0000 UTC]
well, I can fake it by using a condition in "while" that will never be done, but I don't think is a specific command. Still, in my college, we are also seeing HTML, database,multimedia systems, and lots lots of math!! XD
Now, I have challenge for you, tell me what this program will do. ;D
👍: 0 ⏩: 1
Heuristiker In reply to KplKabbage [2014-03-20 23:16:47 +0000 UTC]
hmm, intersting, we still hasven't learned the command "for" but we will get to taht pretty soon, according to my teachear.
👍: 0 ⏩: 1
KplKabbage In reply to Heuristiker [2014-03-20 23:20:09 +0000 UTC]
well, i found out by someone who was looking around on the internet for the infinite loop code
👍: 0 ⏩: 1
Heuristiker In reply to KplKabbage [2014-03-21 18:09:21 +0000 UTC]
cool! But I think it is possible to make a infinite loop just using the "while" comannd. Like:
a=2
while(a>1){
/* any command */ }
Since "a" is a constant greater than 1, the commands will repeat themselves forever. Well, technically. : P
👍: 0 ⏩: 1