a free implementation of Cocoa (formerly NeXT's OpenStep) Objective-C libraries (called frameworks), widget toolkit, and application development tools. It is part of the GNU Project.
Questions tagged [gnustep]
198 questions
-2
votes
1 answer
Cannot compile and run Objective C codes on Windows
I am new to iOS/Objective C and I am currently trying to set up an environment on my Windows PC to compile and execute Objective C codes.
I googled it and I found that I have to use GNUstep. I already installed it and I created a .mak file and a…

user3391344
- 183
- 8
-2
votes
1 answer
file name from stdin for NSFileManager objective-c
I'm trying to teach myself (painfully) how to do file I/O in objective-c. The following code is intended to let the user enter a file name from stdin and then create a NSFileManager using that name. The code works if I hard-code the file name as…

mark allyn
- 17
- 4
-2
votes
1 answer