The Matrix must be run on linux, right? FreeBSD @ that! :] On windows it'll bloody crash every second... Neo would have a blue screen of death in the middle of a bullet-time ass-kicking scene... :\
Wow, that by far is one of the coolest home made C++ test programs I have seen. is there a way for me to conduct this on linux? if so let me know, I would love to try it, I love matrix so much that my whole compiz theme is Matrix style lol.
According to my Pro Matrix reading skills The machine running this copy of matrix is too weak. Well I guess machines nowadays aren't really capable of simulating entire worlds are they?
wow pretty sick... can you explain how you did this? Or would you be willing to share your code? I am just trying to learn more advanced C++ techniques, i wouldn't claim ownership!
it a MSDOS window, and its the default font, i uses the conio library for colors and coordinate printing of characters, its c++ because each falling char its an object.
Conio is an old library of ansi c, THIS PROGRAM WAS MADE ON TURBO C++, then ported to DevC++ and conio original library replaced with Conio2 (devPack) wich is and updated port of Conio library that runs on newer compilers and stuff...
I don't think you can make the matrix affect in that kind of window, (I wonder what font I would need for it), well I have it as a screen saver on Ubuntu, so maybe the code for the affect is open source
and definitely, Sir, you have no idea what I told...
I never told about the output screen is 2D, can't you read?
and I have been programming c++ for about 2 years (obviously as I am a cse undergraduate student) and I can make this fairly easy within 30 minutes (using openGL / GLUT)... :P I was just thinking whether the programmer used same technique I used..
The program is great. Stasonix if you want the source code try to write a program like this your self, it's the best way to better programing skills :)
Hmmm.... Sorry I don't know lol, it looks really cool anyway but as for how you would get it to work on any computer with the unicode characters I don't know....
yeah it would! but it doesnt work!, although i tried i didnt succeed, thats because i want this to run on every DOS versions not only on vista "fake" console, so that any old computer could correctly display this. any one, any idea?
@EdurarTe i may have an idea.... i don't know how well it would work. i know like with batch files and executables you can change them to e windows NT command scripts. would you be able to set them as that? like i don't know about your compiler, but I know that mine has an option to save it as a batch/exe file. which means just convert it to a .cmd file extention, and it will run in an example of windows nt, which is as close as you'll ever get to dos...
We only need to speak while waste comes out of our mouth "talking shit" if it's to an ignorant spammer. congratulations you spammed the comments, content?
holypanI, you need to word your comments better, the way you said your first comment was in a mean way, calling someone a noob for making the game or program they wanted to make is just stupid.
Did you even read my post? Did you look up VGA modes? Do you even know what VGA modes are? Do you understand that API call graphics functions have function call overhead, plus API rerouting overhead, that is approx at least 35-40%+ slower than DMA VGA?
WTF do you know about text and GFX modes, anyway? All you do is "#include" everything. I WRITE libraries. I do OS development. Don't talk shit when you don't know shit.
and DO YOU? i mean, i DO USE ONLY STANDARD C++ LIBRARIES i dont want any asm or interfaces, just plain c++ without using ANY CUSTOM LIBRARIES.
I DO know asm and i DO know how to make libraries, but this was made in devC++ and its obviously that i would run faster is everything is custom or plain ASM!! but READ THE FUCKN DESCRIPTION!
You think your #includes are written in ASM? Fail. I'm beginning to think "holypanl" is right... You are obviously not an experienced C++ programmer, but OK, this was a test, and I guess you didn't aim for anything more than this.
dont be asshole dude i dint say that i just said that its stupid calling interrupts and making more complex stuff instead of using the standard library , go and **** holypan´s ****!
Hey man chill out, these assholes don't know half as much as you, don't let them piss you off... I bet you they couldn't make anything as good as this!
Wow. The author of this program is quite the n00b.
To improve this program, don't use Dos interrupts, or API calls: try researching proper use of the VGA text mode interface, at address 0xb8000 fr faster rendering by directly accessing the VGA card. Will speed up operation by at least 400%.
You're just hopeless. A pathetic excuse for a programmer. I mean: look at every other example here on youtube, and then your, and I don't even have to say your matrix is the SHITTIEST piece of FUCKED UP BULLSHIT on the site.
I come here, trying to help you, and you talk SHIT. Well good job. that's why you'll never get on any REAL dev team. Keep writing shit, and keep your lame $120K a year. I couldn't care less. fucking jackass.
This comment has received too many negative votesshow
And now that I actually read your reply...you sound like one illiterate piece of SHIT. WTFUCK does ASM have to do with what I said? In your first replay you said that "every character is an object". OBVIOUSLY YOU FUCKTARD. I was telling you that YOUR implementation is SHIT.
Who the fuck said you need an interface? What the fuck are you even talking about? And what the fuck does your "standard libraries' have to do with what I said? This is why you'll forever be:
dude, ur insane, i mean DUDE UR A FCNK ADULT AND UR STILL ARGUING WITH A 16 YO PROGRAMMER! face it! asshole, the fuckn video says it was a test!, THE REAL EXERCISE SAID I NEEDED TO DO A STUPID CONSOLE helloWorld with Classes and Objects! BUT I DECIDED TO DO A FCKN MATRIX, AND IF YOU CAN FIND OR DO A BETTER C++ MATRIX THEN TRY!
dude you are the dumbest, microsoft C++ is not really C++ its really called VC++ (Visual c++) and its a "microsoft clone of the C++ original languaje" so here im not using VC++, intead i use C++!! ¬¬ dont trust microsoft! never! microsoft stoles languajes (Java-C#)(C++-VCC)(Java-J#(which failed)) and many others!!
i really didnt think this kinda thing was possible in a console awsome. i made something like it with just 0's and 1's but it just spit out lines of them. cool.
For a dead-simple solution, store a char[] with a size of width * height of the console (in characters), then draw to it as you would a framebuffer, and spit the entire array out at every screen update, then memset() it to 0. Just store the start and end Y coordinates of every line you wish to draw, and keep moving both by 1 point every frame.
Of course, this will be slow as balls, and you'll get a lot better speed using a Curses library and delta updates.
C++ is OK if you have a development team and allot of free time, for general programming C# wins hands down, for intensive programming such as game engines for example C++ is the choice.
Don't jump to the conclusion that one is better than the other, they both fulfil different requirements at a different level.
i learned HTML a long time ago and i just started looking into C++ and so far its easier than i thought it wuld be but i think HTML helped ALOT with learning this, atleast learn the basics of html before u try c++
That was bad advice. HTML is nothing like C++, you would actually be fine just going straight into C++, then after learning that, delving into a graphics library like SDL.
i think he's better have to learn c console coding and after c++ or maybe javascript first (its look a little bit like c++) but html is a bad thing to learn if you want to learn c++ :P (well that's what i think)
well in my ponion the characters should start to visualize from up to down and not from down to up (like in this case) and a little quicker tempo would make all that much more attractive
The Matrix must be run on linux, right? FreeBSD @ that! :] On windows it'll bloody crash every second... Neo would have a blue screen of death in the middle of a bullet-time ass-kicking scene... :\
aryesegal1988 3 months ago
Sim mas cade o codigo dele ?
98123220 4 months ago
you prolly should have used a shorter sleep time
CSryoh 5 months ago
تجي تشرحلي بكرا عندي اختبار برمجه ههههههههههه
MrZiaaad999 6 months ago
amazing man congratulations...
anthalogy80 6 months ago
thats awesome can i get the source code
hailenders 6 months ago
Can you send me the source code?
krye97 6 months ago
the matrix run on commodore 64
kaimarohero 8 months ago
source code ?
arenics 8 months ago
matrix in 1989
1PlayerD 11 months ago
Wow, that by far is one of the coolest home made C++ test programs I have seen. is there a way for me to conduct this on linux? if so let me know, I would love to try it, I love matrix so much that my whole compiz theme is Matrix style lol.
UnixBoy75 11 months ago
can you send me your source code please. thanks. i use both dev c++ and visual studio. and most of the time i prefer to use dev-c++. so thanks.
FallofDarkness55 11 months ago
so will i end up having to fight a well dressed person who keeps calling me by the wrong name if i make a matrix like this?
bananasquads 11 months ago
Me facilitas el codigo?? por cierto felicitaciones..
wjunior165 11 months ago
Ah crap, I gotta live in there? Hope they plan on increasing the graphics, ram, CPU... uh, should I even go on?
reboh79 1 year ago
this is what happens when cypher gets jealous
bieberhater23 1 year ago
teh gibson needs more corez
QtmMtrlzr 1 year ago
.......... i know kung fu
BUNCHofxs 1 year ago
1)is your computer so shitty that it lags or you didn't do good,matrix is not like that,it's flowing like water in the movie...
2)matrix code doesn't use ASCII code :PPPPPPPP
Vozho1337 1 year ago
cool
Jacob1Roth 1 year ago
hujowo
juriJLB895 1 year ago
According to my Pro Matrix reading skills The machine running this copy of matrix is too weak. Well I guess machines nowadays aren't really capable of simulating entire worlds are they?
zingmars 1 year ago
i tought matrix is in binary numbers only? (0,1)
Norbertasss 1 year ago
@Norbertasss Lol no..
malchiah9090 1 year ago
Really good ;) *thumps up*
EXMattix 1 year ago
You can make matrix code in game maker, And it looks better
toomuchforkids1co1uk 1 year ago
Hellow,
Could you send me the source code please ? thx :)
metalheadbear 1 year ago
i don't even want to know what type of crack head program this is...
asmcriminaL 1 year ago
can you share the code?
seltblade 1 year ago
wow pretty sick... can you explain how you did this? Or would you be willing to share your code? I am just trying to learn more advanced C++ techniques, i wouldn't claim ownership!
WikiPeoples 1 year ago
it a MSDOS window, and its the default font, i uses the conio library for colors and coordinate printing of characters, its c++ because each falling char its an object.
Conio is an old library of ansi c, THIS PROGRAM WAS MADE ON TURBO C++, then ported to DevC++ and conio original library replaced with Conio2 (devPack) wich is and updated port of Conio library that runs on newer compilers and stuff...
EdurarTe 1 year ago
the matrix is running on windows :p
wert12 1 year ago 5
@wert12 no way, its running on MS-DOS
EdurarTe 1 year ago 20
@EdurarTe fucking awesome. How long have you been programming?
MoonLightFacade 6 months ago in playlist Sonstiges
@wert12 correction. MATRIX RUNS ON WINDOWS XP! search it up, it's a collegehumour video. hilarious
evilsplat 1 year ago
WOW! nice work!
cant u revers the impresion order?
to print up the up letter first making it look thats going down?
gabqcm 1 year ago
Hi I would like saver as I can do that or if you can give me the steps I am learning thanks!!!!!!!!!!!
faraon368 1 year ago
Hi I would like saver as I can do that or if you can give me the steps I am learning thanks!!!!!!!!!!!
faraon368 1 year ago
how do you change the color of the text in the console?
2032DRACO 1 year ago
I don't think you can make the matrix affect in that kind of window, (I wonder what font I would need for it), well I have it as a screen saver on Ubuntu, so maybe the code for the affect is open source
supergenius1994 1 year ago
hey this one is nice. . . can you make it i java?
let me guest you used some array and random comands right and looping? am i right LOL wana learn more about C++ i know java heheh
jofftiquez@yahoo.com please teach me. . thnx your help will be appreciated
ROCK EN ROLL \m/
MrJofftiquez 1 year ago
Wow!!! That's awesome!
xoxILoveCatsxox 1 year ago
I think it eats alot of CPU heh
soryy708 1 year ago
ur comp is lagging
mapel24 1 year ago
oh my god.. your the worst programmer ever, if you can be called as one...
lets say the most important one strictly: you cant programme (c++)
Appfyr 1 year ago
Hax! :D, Nice job btw... damn, how long it take you to make this? Like 50 years, haha
lillisund 1 year ago
Cool....... i think....... lol
Smilys97 1 year ago
wao~! so cool man .
You can ask the discussions at the Forum area to teach us? ?
If you have a teaching,please let me know.
thank~!
Geraldrisako 1 year ago
i dont know how to open c++
superstarreopened 1 year ago
code plzzz
saizer09 1 year ago
codigo por favor
omarCIDBYRD 1 year ago
subliminal messaging fail?
sj31418 1 year ago
after im taking data structures (java) imma start learning c++.
minion6500 1 year ago
EPIC FAIL FAIL FAIL FAIL FAIL !
marti0075 2 years ago 4
So is this like a game? or a short video of moving letters? I'm confused on how it works. What is the object of it? Do you type the letters you see?
DANNYSPIKEYBOI911 2 years ago
a 2d array of letters and you draw them using suitable co-ordinates and random colors, that's it as far as I think....
at least I did that way...
zobayer1 2 years ago
@zobayer1
hahaha
of course it's 3d, its a console application.
you "draw them using suitable coordinates?"
random colors?
you have no idea what you're talking about.
Truemann45 2 years ago
and definitely, Sir, you have no idea what I told...
I never told about the output screen is 2D, can't you read?
and I have been programming c++ for about 2 years (obviously as I am a cse undergraduate student) and I can make this fairly easy within 30 minutes (using openGL / GLUT)... :P I was just thinking whether the programmer used same technique I used..
read carefully before you comment, Sir...
zobayer1 2 years ago 2
@Truemann45
Do you understand the concept of a 2d array? Or even an array?
FreedomKiter 1 year ago
how did you change the font color in console? i am making this one..
or could you please upload the source code?
blackcoder41 2 years ago
You can write code that works like a batch script line in C++. In fact, you could port over batch scripts with this command.
For different shades of green, just put:
system("color a"); or system("color 2");
replace the text in quotes with whatever commands you wish that you'd normally put in a command prompt! :)
radicalgarbage02 1 year ago
thanks but i already knew that, and i don't what to use system( )
i found a better way, just use windows api
blackcoder41 1 year ago
This has been flagged as spam show
Nice Effects! xD
check out my videos, I'm making engine in c++.
hebronsawyers 2 years ago
why it's so slow? and where the code?
Stasonix 2 years ago
The program is great. Stasonix if you want the source code try to write a program like this your self, it's the best way to better programing skills :)
busier2 2 years ago
and so...
how do you do ?
pls
mickydepot 2 years ago
I liked the smooth scrolling of the letters.
jabuci 2 years ago
or if you do not know what c++ is like me you download zmatrix
DarkLink850 2 years ago
make pls a downloade link ^^
fardex97 2 years ago
this is NOT better than C# code for matrix!
yashhad6513 2 years ago
but you can add some much more to this, this is like level 1 of 1000 levels lol
iamjoseph951 2 years ago
It would be more matrix like if the lines would not refresh at the same time :)
comebackata2 2 years ago 2
matrix got 16mb ram?
aydoooo 2 years ago 41
@aydoooo of course, its running dos.
joshtr1001 1 year ago
@aydoooo lol
CrazyShooter199 6 months ago
where is the codes to do this dude ?
0volt5t 2 years ago
mira me pudes ayudar como haces para colocarle el color a lo q haces ya yo he tratado de colocarselo pero nunca puedo
he colocado la supuesta libreria q me permitiria hacerlo q es conio.h pero igual no me deja siempre me da error con el TEXTCOLOR
me puedes ayudar???
thebigboss852 2 years ago
se unos espanol, solo un poco, pero unos. losiento de yo hacer error con mis parlabras. Tu necisito a usar
SET COLOR(16)
es trabajado por me, y me video juego yo hacer esto ano. buenos suerte!
soccergod561234 2 years ago
i need install the Conio2 devpack????
i use Dev-C++
thebigboss852 2 years ago
this matrix have lag xD
PhaLKoN 2 years ago 48
the matrix uses a 56k modem...
turoturothegreat 2 years ago 7
@PhaLKoN You're walking around and someone goes to shoot but the bullet doesn't hit you for about 5 mins :P
Ethaninja 1 year ago
Could you release the code?
killspeed12345 2 years ago 6
Its from matrix, dont remember the name.
CheatEnginer 2 years ago 2
What is the music? I've heard it in a million videos, and have never been able to deduce the artist/title.
whoiga 2 years ago 2
Spybreak!
killspeed12345 2 years ago 2
Propellerheads-spybreak
Rob dougan - insert name of song here.
aqidon 2 years ago
lol its faling upwards! gravity fails huh?
sparkytycoon 2 years ago 5
sin titulo-block de notas ??
tu hablas español tmb xD
CIROIS 2 years ago
you most amke the letters make faster
576789D 2 years ago 2
This is really really cool. Can you share the code?
arteks2001 2 years ago
Hmmm.... Sorry I don't know lol, it looks really cool anyway but as for how you would get it to work on any computer with the unicode characters I don't know....
ZepplinProgramming 2 years ago
A very nice tutorial, looks very cool! If you programmed it to utilise unicode characters it would be amazing!
ZepplinProgramming 2 years ago
yeah it would! but it doesnt work!, although i tried i didnt succeed, thats because i want this to run on every DOS versions not only on vista "fake" console, so that any old computer could correctly display this. any one, any idea?
EdurarTe 2 years ago
@EdurarTe i may have an idea.... i don't know how well it would work. i know like with batch files and executables you can change them to e windows NT command scripts. would you be able to set them as that? like i don't know about your compiler, but I know that mine has an option to save it as a batch/exe file. which means just convert it to a .cmd file extention, and it will run in an example of windows nt, which is as close as you'll ever get to dos...
carterateababy 1 year ago
The refresh rate of the text is too slow, so if you stand back a few steps from the screen it looks as if its going up not down...
chutsu 2 years ago
ok ill reupload this shit..
EdurarTe 2 years ago
Dudee.... this sucks, its rolls upside down, and it hardly moves.... so not the matrix style. Disapointed
chutsu 2 years ago
dude you couldnt make that so shutup you couldnt make half of it
ShaneDaBlueGuy 2 years ago
very nice!
Spikerocks101 2 years ago
ignore marwex98, i think this was cool.
billytalentrocks345 2 years ago
sorry about that flame-war, EdurarTe
Donutslayer7 2 years ago
Looks cool, you should make a tutorial video of how to make things like this.
y0urfaceishide0us2 2 years ago
this is freaking cool dude! is the output shown in cmd?
zengrz 2 years ago
We only need to speak while waste comes out of our mouth "talking shit" if it's to an ignorant spammer. congratulations you spammed the comments, content?
Donutslayer7 2 years ago
holypanI, you need to word your comments better, the way you said your first comment was in a mean way, calling someone a noob for making the game or program they wanted to make is just stupid.
halo33505 2 years ago 2
This has been flagged as spam show
Oh great, He's finally realized that his implementation WAS shit.
Well whoop-tee-do.
holypanl 2 years ago
This has been flagged as spam show
Oh yeah: apart from all the rest of the BS you put up here, I've still gotta tell you: Nice try ;)
L8rz n00b.
holypanl 2 years ago
Comment removed
holypanl 2 years ago
wow, awesome
snasebrase 2 years ago 2
Did you even read my post? Did you look up VGA modes? Do you even know what VGA modes are? Do you understand that API call graphics functions have function call overhead, plus API rerouting overhead, that is approx at least 35-40%+ slower than DMA VGA?
WTF do you know about text and GFX modes, anyway? All you do is "#include" everything. I WRITE libraries. I do OS development. Don't talk shit when you don't know shit.
And again: n00b.
holypanl 2 years ago
and DO YOU? i mean, i DO USE ONLY STANDARD C++ LIBRARIES i dont want any asm or interfaces, just plain c++ without using ANY CUSTOM LIBRARIES.
I DO know asm and i DO know how to make libraries, but this was made in devC++ and its obviously that i would run faster is everything is custom or plain ASM!! but READ THE FUCKN DESCRIPTION!
EdurarTe 2 years ago
You think your #includes are written in ASM? Fail. I'm beginning to think "holypanl" is right... You are obviously not an experienced C++ programmer, but OK, this was a test, and I guess you didn't aim for anything more than this.
marwex89 2 years ago
dont be asshole dude i dint say that i just said that its stupid calling interrupts and making more complex stuff instead of using the standard library , go and **** holypan´s ****!
EdurarTe 2 years ago
Hey man chill out, these assholes don't know half as much as you, don't let them piss you off... I bet you they couldn't make anything as good as this!
iWolfrost 2 years ago
haha yeah is just that the´ve been doing this since a long time. but thanks man haha ok.
EdurarTe 2 years ago
Y0uz goTS PWnd
slash906 2 years ago
Wow. The author of this program is quite the n00b.
To improve this program, don't use Dos interrupts, or API calls: try researching proper use of the VGA text mode interface, at address 0xb8000 fr faster rendering by directly accessing the VGA card. Will speed up operation by at least 400%.
Apart from that, good try ;)
holypanl 2 years ago
face it, he can make it how he wants, you're not impressing anyone with your speech
Apart from that, good try ;)
Donutslayer7 2 years ago
You're just hopeless. A pathetic excuse for a programmer. I mean: look at every other example here on youtube, and then your, and I don't even have to say your matrix is the SHITTIEST piece of FUCKED UP BULLSHIT on the site.
I come here, trying to help you, and you talk SHIT. Well good job. that's why you'll never get on any REAL dev team. Keep writing shit, and keep your lame $120K a year. I couldn't care less. fucking jackass.
holypanl 2 years ago
This comment has received too many negative votes show
And now that I actually read your reply...you sound like one illiterate piece of SHIT. WTFUCK does ASM have to do with what I said? In your first replay you said that "every character is an object". OBVIOUSLY YOU FUCKTARD. I was telling you that YOUR implementation is SHIT.
Who the fuck said you need an interface? What the fuck are you even talking about? And what the fuck does your "standard libraries' have to do with what I said? This is why you'll forever be:
A n00b. You smelly cuntard.
holypanl 2 years ago
dude, ur insane, i mean DUDE UR A FCNK ADULT AND UR STILL ARGUING WITH A 16 YO PROGRAMMER! face it! asshole, the fuckn video says it was a test!, THE REAL EXERCISE SAID I NEEDED TO DO A STUPID CONSOLE helloWorld with Classes and Objects! BUT I DECIDED TO DO A FCKN MATRIX, AND IF YOU CAN FIND OR DO A BETTER C++ MATRIX THEN TRY!
EdurarTe 2 years ago
can i have the source code please? :)
galaris 2 years ago
This has been flagged as spam show
Deutsches Batch,Vbs und mehr Forum
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Eine Super Community!
-Informative Beiträge!
-Kostenloses Regestrieren und posten!
-Fertige Scripts und Datein!
-Lustige Post-Spiele
--------*~- BadSecDoor[dot]eu[dot]ki -~*-----
----------------Schau doch mal rein------------------
Gefällt dir bestimmt wenn du Batch magst.
freak92xxx 2 years ago
what program did you use for this?
sorryimnottherenow 2 years ago
read the fucking title
HomocidalCanineK9 2 years ago 9
LOL.
I don't know why, but that was funny.
XarcZai 2 years ago
Umm are you dumb? Microsoft c++
erik1609 2 years ago
dude you are the dumbest, microsoft C++ is not really C++ its really called VC++ (Visual c++) and its a "microsoft clone of the C++ original languaje" so here im not using VC++, intead i use C++!! ¬¬ dont trust microsoft! never! microsoft stoles languajes (Java-C#)(C++-VCC)(Java-J#(which failed)) and many others!!
EdurarTe 2 years ago
You are the man!
FrozenPixelStudio 2 years ago 2
Was it me you replyed to or him?
But ok, i know that its called vc++ but thanks for the info about languajes (Java-c#) Thanks
erik1609 2 years ago
you're right but C# is done nice imho..
BackRaw 2 years ago
Is VC++ different from C++ code wise?
and is there any performance differences?
lee155912000 2 years ago
ya they are, VC++ links a lot more dll and windows system dependencies, and may generate a bigger filesize.
EdurarTe 2 years ago
nice! can i see the code?
ashir30000 2 years ago
ha ha good job
pickzell 2 years ago
Kodyro u are cool!
Kazokaslt 2 years ago
look at mines
RedMage1993 2 years ago
Have the source by any chance? :P
killcodeplus 2 years ago
LOL!!
onix9009 2 years ago
Matrix...
wow6bigbang6wow 2 years ago
i really didnt think this kinda thing was possible in a console awsome. i made something like it with just 0's and 1's but it just spit out lines of them. cool.
snarfalopogus 2 years ago 2
For a dead-simple solution, store a char[] with a size of width * height of the console (in characters), then draw to it as you would a framebuffer, and spit the entire array out at every screen update, then memset() it to 0. Just store the start and end Y coordinates of every line you wish to draw, and keep moving both by 1 point every frame.
Of course, this will be slow as balls, and you'll get a lot better speed using a Curses library and delta updates.
int3rl0per 2 years ago
nice but the matrix uses 0-1 not a-z but nice, needs a lil more speed tho
Ninjutsuryu 2 years ago
Comment removed
HaackSpeed 2 years ago
this is awesome. do you do MEL scripting or anything related to animation or visual effects?
digimator 2 years ago
it's too slow.. can u speed it up in the program?
cyther39 2 years ago
This has been flagged as spam show
"Interested in gaming,computer programming or webdesigning? Then register on gamezstorm (dot) info
FrostyElite 2 years ago
Muy padre!! de donde eres??? Yo estoy llevando este semestre programacion orientada a objetos, en java y uml y estructura de datos!
Saludos!!!
bigthorya 2 years ago
Excellent, you are really creative.
MatutinSoad 2 years ago 3
ur a genius. If only it was constantly falling, and not stoping every few seconds.
Jutorbri 3 years ago
damn... i can do this in csharp code language...
cutznbruzez97 3 years ago
C++ is better than C#.
Petterss22 2 years ago 8
WHY??? easier???
cutznbruzez97 2 years ago 2
No, harder.
But you can do anything in it.
Petterss22 2 years ago 3
oh... maybe i learn to code in c++
cutznbruzez97 2 years ago
C++ is OK if you have a development team and allot of free time, for general programming C# wins hands down, for intensive programming such as game engines for example C++ is the choice.
Don't jump to the conclusion that one is better than the other, they both fulfil different requirements at a different level.
SweatyThongs 2 years ago
thanks 4 the info... 1 question though, what is c# like? what can you do with it? is it easy to learn like c++?
cutznbruzez97 2 years ago
i learned HTML a long time ago and i just started looking into C++ and so far its easier than i thought it wuld be but i think HTML helped ALOT with learning this, atleast learn the basics of html before u try c++
captace15 2 years ago
kk :)
cutznbruzez97 2 years ago
That was bad advice. HTML is nothing like C++, you would actually be fine just going straight into C++, then after learning that, delving into a graphics library like SDL.
shneebleu 2 years ago 4
i think he's better have to learn c console coding and after c++ or maybe javascript first (its look a little bit like c++) but html is a bad thing to learn if you want to learn c++ :P (well that's what i think)
Jacper60 2 years ago
lol its like one of those old 'cube gameboys' dunno what you call em.
RapidNova 3 years ago
Program Fail, Worst 'Hello World' EVER!
Robikus 3 years ago
haha that was the first project we ve done at school on visual basic xD hello world :D
it was just like
writeline("hello world")
hahah
ceminator08 2 years ago
that was the first thing we wrote at school on html xD but i already knew everyhing about html :D
btw. well done :) maybe you can make it run a lil mit "smoother"?
MustardMasters 2 years ago
HOHOHOHO, Nice maaan ! :P
kajzec 3 years ago
how would i make this into a screensaver application?
Unit06JAW 3 years ago
code plz!
mynameischie18 3 years ago
will you give the code in a PM?
RLwolfthe5 3 years ago
Here is the code in C#...
pastebin[dot]com/f3a1fed32
ZachR0 3 years ago
thx
RLwolfthe5 3 years ago 2
not bad
holyguitar90 3 years ago
do you use Dev-c++
resatti 3 years ago
dude, lemme get the code plz
pcunderwear 3 years ago
holy fuck
butterfly9255 3 years ago
el do u se i fu ao oe me so
ihelpro 3 years ago
hi dude can i have the code
cheers
naildatbomb 3 years ago
man you should post the program
bruno456987 3 years ago
tetxtpad
EarthsSupremeRuler 3 years ago
well in my ponion the characters should start to visualize from up to down and not from down to up (like in this case) and a little quicker tempo would make all that much more attractive
Emeengor 3 years ago
u can't do quicker, because that's not flash, or something like that, this is DOS!!!!
487517 3 years ago