FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 1 match
Forum Index
Author Message
  Topic: Help: append a char* to a list of char* (a char[][])
bumbolol

Replies: 1
Views: 11078

PostForum: General   Posted: Sat Jun 05, 2010 7:45 am   Subject: Help: append a char* to a list of char* (a char[][])
Here is my code:


DIR* dir;
Dirent* entry;
char[][] list;

dir = opendir(path);
entry = readdir(dir);
while ( entry !is null ){
list ~= tang ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group