Objective-C
Objective-C,通常写作ObjC或OC和较少用的ObjectiveC或Obj-C,是扩充C的面向对象编程语言。它主要使用于MacOSX和GNUstep这两个使用OpenStep标准的系统,而在NeXTSTEP和OpenStep中它更是基本语言。
资源总数
10,000
Objective-C 全部资料 10,000 份
this is a graphical editor similar to MS_PAINT built using c++ language runs on turbo c++ compiler
this is a graphical editor similar to MS_PAINT built using c++ language runs on turbo c++ compiler
2014-01-06
142
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny...
2017-04-08
82
C programs for adding two matrices parallely usinf Parallel Virtual Machine(PVM).It is working and c
C programs for adding two matrices parallely usinf Parallel Virtual Machine(PVM).It is working and can be used as a star...
2014-01-12
176
C/C++常用的数据结构类 包括: array.h: 安全数组
C/C++常用的数据结构类 包括: array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但...
2014-01-02
150