CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: Convert part of a string to int
jd2833

Replies: 2
Views: 9249

PostForum: General CCS C Discussion   Posted: Tue Mar 29, 2011 3:37 am   Subject: Convert part of a string to int
Thanks for the hints. I solved it in the following way:

char *FindLastFile(char *ptr) {
DIR dir;
FILINFO finfo;
FRESULT result; // FatFs function common result code
...
  Topic: Convert part of a string to int
jd2833

Replies: 2
Views: 9249

PostForum: General CCS C Discussion   Posted: Mon Mar 28, 2011 12:49 pm   Subject: Convert part of a string to int
I have a beginner problem that I'd like some help with.

My program reads in a directory listing from an SD card. The files found can have any file name, and are stored (one by one) in the string fn ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group