Well, not realy but I'm learning computer programming in school now. As a bonus, after I finish the class I might be able to understand half of what most of my friends say when I ask them "Hows it going?".
Announcement
Collapse
No announcement yet.
I get to learn how to be a leet haxor!
Collapse
X
-
Re: I get to learn how to be a leet haxor!
to anyone of computer knowledge this may make sense. even if I did just make this up....
~~~~
So there I was doing some concatenation of strings when it suddenly occurred to me that if I made an array with each character an element in the array, I could not only concatenate the strings linearly but on a whole new level. Then the idea came of using a multidimensional array to scramble multiple strings based on boolean inputs from the user. After making a method to run it all I did a test app and it worked flawlessly. Uber kewl!Last edited by neobi; 11-07-2006, 06:23 PM.Everything is a Riemann sum of a lot of nothing.
-
Re: I get to learn how to be a leet haxor!
Dyre was all but correct. "Froob" more-often refers to a high-leveled noob, usually cause they some stuff (or a high-leveled account) for free. So a "froob" isn't necessarily a new person, it's more of a poser.
Edit: Why do I always get Dyre and Kire all mixed up?Last edited by Drazus; 11-07-2006, 11:04 PM."Those who want peace must prepare for war."
Wii#: 8540 8974 8755 6475
The post above has a 70% chance for spam
Comment
-
Re: I get to learn how to be a leet haxor!
Originally posted by - View Postto anyone of computer knowledge this may make sense. even if I did just make this up....
~~~~
So there I was doing some concatenation of strings when it suddenly occurred to me that if I made an array with each character an element in the array, I could not only concatenate the strings linearly but on a whole new level. Then the idea came of using a multidimensional array to scramble multiple strings based on boolean inputs from the user. After making a method to run it all I did a test app and it worked flawlessly. Uber kewl!
Uhm, why would even want to do that?
Comment
-
Re: I get to learn how to be a leet haxor!
Well I see what you're going for with the multidimensional array to make a word jumble, but at that point it is not concatenation. So all you're doing is taking one array and putting it in a newly allocated multidimension array to hold the 'board'. Then you insert the strings in the array, vertically, horizontally or diagonally, then fill in the non initialized array entries with random characters. Though of course you would also have to then check that you did not create the original words somewhere else in the array. Also strings are arrays already so there is no need to convert them. Any good language will let you get the array definition of a string, since a string is just a null terminated array of characters in memory.
Also I would like to say Java isn't that bad, and has pretty decent performance. So while it does get a bit wasteful at times, it's actually pretty well implemented. As well implemented as any of the MS languages (anything with a Visual in front of the name). Also it's pretty easy to learn, since the syntax tends to be more explicit than in other languages.
Well good luck with the programming, Jase. Don't expect to be some hacker though, they really don't teach that stuff in the classroom (unless you take network security). I know I still didn't learn to hack, but that's mainly because I have no interest in it. I like programming constructive things.
Comment
-
Re: I get to learn how to be a leet haxor!
Darn.Originally posted by jase View PostI just found out today, we'll be using C++. Although it's gonna be a while before we actually start programming things.

Do you get a text book?
Comment




5198-2124-7210 Smash


Comment