Search found 4 matches
- 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?
- Wed Jun 14, 2006 5:21 pm
- Forum: PSP Development
- Topic: Reading file line by line
- Replies: 8
- Views: 2750
- Wed Jun 14, 2006 4:59 pm
- Forum: PSP Development
- Topic: Reading file line by line
- Replies: 8
- Views: 2750
- 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...