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 deprecated. Show all posts
Showing posts with label deprecated. Show all posts

Friday, March 22, 2013

Re: deprecated conversion from string constant to 'char*'

Your help has helped me.

I am using this code in global scope of my file in xcode 3.2.3


View the original article here

Re: deprecated conversion from string constant to 'char*'

Your help has helped me.

I am using this code in global scope of my file in xcode 3.2.3


View the original article here

deprecated conversion from string constant to 'char*'

Hi all

I am working with strings and i cant figure out why the following

warning appears at time of build.

 

warning: deprecated conversion from string constant to 'char*'

It appears for the line

 

char *myName = "Apple.txt";

Is there anyone who can help me?

Help is welcome.

Thanks in advance.


View the original article here

Re: deprecated conversion from string constant to 'char*'

Your help has helped me.

I am using this code in global scope of my file in xcode 3.2.3


View the original article here

Wednesday, March 13, 2013

deprecated conversion from string constant to 'char*'

Hi all

I am working with strings and i cant figure out why the following

warning appears at time of build.

 

warning: deprecated conversion from string constant to 'char*'

It appears for the line

 

char *myName = "Apple.txt";

Is there anyone who can help me?

Help is welcome.

Thanks in advance.


View the original article here

Thursday, February 28, 2013

Re: get fixed drive details, newfs -N deprecated

diskutil does not have any options to list sectors/tracks/cylinders for a disk. This is not working for my scenario.


View the original article here

Re: get fixed drive details, newfs -N deprecated

diskutil does not have any options to list sectors/tracks/cylinders for a disk. This is not working for my scenario.


View the original article here

Tuesday, February 26, 2013

get fixed drive details, newfs -N deprecated

The command newfs -N is being used to fetch the details of a fixed disk, like sectors, tracks, cylinders, size. This seems to have stopped working from MAC 10.6 onwards. I am searching for an alternate command to fetch these details.


View the original article here

Saturday, February 23, 2013

Re: get fixed drive details, newfs -N deprecated

Also looking for command to list drive details on a machine. pdisk is not working on mac intel.


View the original article here