footballs99
New Member
hello,
iam newbie in psp c++ programming
i can do some progs on lua
but i need to do that in c++
so,
is there any c++ alternate to this lua script
[highlight=lua]white = Color.new(255,255,255)
file = io.open("flash0:/vsh/etc/version.txt","r")
mystring = file:read()
file:close()
newstring = string.sub(mystring,9,12)
screen:clear(white)
screen
rint(1,1,"Your version.txt version is: "..newstring)
screen.flip()
screen.waitVblankStart()
end[/highlight]
thanks
iam newbie in psp c++ programming
i can do some progs on lua
but i need to do that in c++
so,
is there any c++ alternate to this lua script
[highlight=lua]white = Color.new(255,255,255)
file = io.open("flash0:/vsh/etc/version.txt","r")
mystring = file:read()
file:close()
newstring = string.sub(mystring,9,12)
screen:clear(white)
screen
screen.flip()
screen.waitVblankStart()
end[/highlight]
thanks