MacDonaldsd macrumors 65816 Original poster Sep 8, 2005 1,005 0 London , UK 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 ?
caveman_uk Guest Feb 17, 2003 2,390 1 Hitchin, Herts, UK Mar 29, 2006 #2 What's the .txt file for? Is it source code or is it a resource?
MacDonaldsd macrumors 65816 Original poster Sep 8, 2005 1,005 0 London , UK Mar 29, 2006 #3 Its just raw data, a column of strings and a column of ints
caveman_uk Guest Feb 17, 2003 2,390 1 Hitchin, Herts, UK 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.