摘要: 网上有许多的关于 《使用code::blocks搭建objective-c的IDE开发环境》的文章。大多是写了一个Helloworld 就结束了,今天试了试 添加了一个 @interface,就是加一个 .h 文件 和一个 .m文件。编译时报错Project 结构:main.m 1 #import 2 #include "Person.h" 3 4 int main (int argc, const char *argv[]) 5 { 6 Person *person = [Person new]; 7 [person Printme :@"Windy" 阅读全文
posted @ 2014-03-17 16:24 刘雨赣 阅读(310) 评论(0) 推荐(0) 编辑