MacDonaldsd macrumors 65816 Original poster Mar 29, 2006 #1 Im using C++ on xcode, and I need to read from a .txt file Where do I put the .txt file in the project ?
Im using C++ on xcode, and I need to read from a .txt file Where do I put the .txt file in the project ?
MacDonaldsd macrumors 65816 Original poster Mar 29, 2006 #3 Its just raw data, a column of strings and a column of ints
caveman_uk Guest Mar 29, 2006 #4 It probably goes in the resources folder then...well it would in a Cocoa program. Not sure it goes there in a C++ program - never written a C++ project in xcode so I don't know.
It probably goes in the resources folder then...well it would in a Cocoa program. Not sure it goes there in a C++ program - never written a C++ project in xcode so I don't know.