Go back
screen savers (programming shizzle)

screen savers (programming shizzle)

General

Vote Up
Vote Down

what programming language are screen savers usualy written in? cause i've got this neat little program on my computer that i got sent that'll send it's name to everyone your talking too...tis kinda neat! but i don't know how it works fully and i kidna wanna know...it's saved as an .scr, and it just comes up as jumble in source edit, j-builder and VB6...

Vote Up
Vote Down

Originally posted by genius
what programming language are screen savers usualy written in? cause i've got this neat little program on my computer that i got sent that'll send it's name to everyone your talking too...tis kinda neat! but i don't know how it works fully and i kidna wanna know...it's saved as an .scr, and it just comes up as jumble in source edit, j-builder and VB6...
I've seen them written in C++ (the is an example in the MS VC++ documentation).
I think the .src file is compiled code - hence the jumble in your edit program.

Probably lots of examples on the net..