Back to making games? :D Maybe, maybe not. I must admit that for me it would be more interesting to see the source code than the final result. But that said I'm impressed :) Source is propably released once i get it commented well enough. (Another very minor suggestion would be to use CRLFs in the ...
Thought i havent played with BASIC's much anymore, i did finish my never ending experimental project osBasic. 100% made with FreeBASIC and string handlings. Some bugs highly plausible, but hey, thats what coding is all about. Fixing a bugs ;D
Does this sound stupid theory? If it is possible to produce 64bit binary in a way you told, then it might be possible to compile whole FB in this way? Propably would need hard work, but result might be worth of it. 64bit FB compiler.
You dont have to prove anything. This is a programming-, not a code breaking forum. Codes presented in this topic are good enough to store high scores, map datas and such.
[edit]
I fixed code at my previous post. Sorry for not checking it first.
How about this. Still dont have FB in this machine (having my wife laptop for now) but should work. rem Kristian Virtanen, 2011, krisu.virtanen@gmail.com rem Code fixed after "first release" declare function invert(text as string) as string dim as string cryptMe, keyCode, temp, c d...
Dont have FB in this machine, but it should work. Anyway, the idea is clear. If you can program, you can uncrypt this with keyword :) rem Kristian Virtanen, 2011, krisu.virtanen@gmail.com dim as string cryptMe, keyCode, temp, c dim as integer i, ii cryptMe = "Kristian Virtanen, 2011, krisu.virt...