http://www.sadmuffin.net/cherrybam/graphics/comments-have-a-nice-day/have-a-nice-day008.gif Posted it on my friend's facebook.
MG*7**T9L* ... Order code from a game I that went on sale after I bought it (I got a refund of $7.49). if anyone wanted to know what the game was, t'was order and chaos. [not fully posting the code]
for (i = 0 ; i < filename.length() ; i++) { ch = filename.charAt(i); if (validChar.indexOf(ch) == -1) { valid = false; } else { valid = true; } } work for college
i love how clean C reads. iv not touch my compiler for over 7 years now since I retired. sigh. kept my ref books... ( most first edition hard cover ) maybe one day ill get bored and try to code something again. one lang iv thought about learning is visual basic. but, my health went to shit, so i had to retire early.. and now im just a lazy bum who trys to get through the day with my pain meds, and not eating a bullet instead. laughs. chris.
Once you hate someone, everything they do is offensive. "Look at this bitch, eating those fukking crackers like she owns the place"
Favorite Game Devs: @celsiusgs @FoursakenMedia @madgarden @TwoTribesGames @ChaoticBox @millsustwo @GAMEVIL @Grumpyface @Halfbot From Twitter
I think that's Java... Atleast it the methods (charAt(),length(), indexOf(), and the format of the for loop) are exactly the same in Java. I could be wrong though.
thats cool. i do not know java.. just C. has java taken over C at the uni's etc? when i was in school you had to take C,C++, and assembly, and flow charting, etc.. typical CS shit? iv been out of the scene for a lot of years now. i mostly did terminal work in C.. chris.
Well Im in first year so they are starting us of with Java and then in second year we move on to c++. So Im not sure how it used to be done. But java is fairly straight forward so I think thats why its the one we start with.