Search found 4 matches

by uber0ne
Mon Jul 10, 2006 6:38 am
Forum: PSP Development
Topic: TGA Picture Display?
Replies: 3
Views: 1498

TGA Picture Display?

The eLoader Displays a .tga file for the background what lib would i use to do this? or do i just use mytgafile = loadImage("./images/blank.tga"); and then blit the image if so what librarys do i include?
by uber0ne
Wed Jun 14, 2006 5:21 pm
Forum: PSP Development
Topic: Reading file line by line
Replies: 8
Views: 2750

yea but how would i do that....
by uber0ne
Wed Jun 14, 2006 4:59 pm
Forum: PSP Development
Topic: Reading file line by line
Replies: 8
Views: 2750

i want to be able to tell the program line number 4 and it goes to line number 4 and pulls out the file or and number
by uber0ne
Wed Jun 14, 2006 4:28 pm
Forum: PSP Development
Topic: Reading file line by line
Replies: 8
Views: 2750

Reading file line by line

Ok here what i want to do. I have a file named myfile.txt i want to pick a random number and have it read that line of the file. EX. hhhhh jjjjjjjj kkkkk lllllllllll yyyyy tttttttt and i want to pull out line 4 and store it in a variable so that variable == lllllllllll If this would be easier with a...