![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Aug 2004
Posts: 1
Rep Power: 0
![]() |
I am using the following code to put a number of picture files (called pic0, pic1, pic2 etc) into a char array:
char fname[43];
memset(fname,0,43);
for(int i=0; i<43; i++)
{
sprintf(fname,"pic%d.dds", i);
}Thanks in advance. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|