IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label class. Show all posts
Showing posts with label class. Show all posts

Tuesday, February 12, 2013

what is difference between class methods and instance method to initialize?

There  are some classes having class method and also instance method to initialize in IOS frameworks. In which case I need to use class method to initialize? I just know the objective will be autoreleased if I use class method. Somthing else? Please let me know.


View the original article here

Sunday, January 6, 2013

Unknown type name 'class' error when using Obj-C class file in C++

Hello I am a basic in XCode,

I am writing to use for leader board management.I'd like to use Objective-C class file from coscos2d frame work to C++ file implementation.

 

I have this error message in CCObject.h so called <"Unknown type name 'class', did you mean 'Class'"?>.

The problem I am facing now is that I couldn't find which code is occurring this error.

I don't even understand what is this message meant to be?

 

 

Can anyone please help me? Appreciated your support.


View the original article here

Re: Unknown type name 'class' error when using Obj-C class file in C++

Have you tried the cocos2d web site? 

 

http://www.cocos2d-iphone.org


View the original article here

Unknown type name 'class' error when using Obj-C class file in C++

Hello I am a basic in XCode,

I am writing to use for leader board management.I'd like to use Objective-C class file from coscos2d frame work to C++ file implementation.

 

I have this error message in CCObject.h so called <"Unknown type name 'class', did you mean 'Class'"?>.

The problem I am facing now is that I couldn't find which code is occurring this error.

I don't even understand what is this message meant to be?

 

 

Can anyone please help me? Appreciated your support.


View the original article here