Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Great little IDE (Score 1) 113

I used Turbo Pascal version 4 or 5 as a contractor on a government site in the late 1980s. That IDE made me so much more productive than the command line compilers of the day. Being taken immediately to your syntax error so you could fix it and recompile at the touch of a button spoiled me. I also liked the fact that you could have the default runtime error checking to find more subtle errors and then disable that checking to speed your program up after those errors had been found. I moved from that back to command line compilers and makefiles on a Sun workstation. It prompted me to create an ugly little shell program to run make and look for the error message if the build failed. It was the closest I had to a proper IDE for quite some time after that.

Comment Re:ext3 (Score 1) 569

This is not a problem on MacOSX macosx knows what is exacutabele and not. Not sure though if this applies to CLI based applications and scripts.

I believe Mac OS X recognizes executable files in much the same was as Linux/Unix does, via the file permissions. Here's the file permissions for the Mail program.

ls -l /Applications/Mail.app/Contents/MacOS/
total 11648
-rwxrwxr-x 1 root admin 5962096 Jun 16 15:18 Mail

Image

OpenGL ES 2.0 Programming Guide 48

Martin Ecker writes "Mobile phones and other embedded devices are getting more and more powerful each year. The availability of dedicated hardware for 3D rendering is becoming increasingly ubiquitous, and the latest mobile phones come with 3D hardware acceleration that rivals the power of desktop graphics hardware. OpenGL ES 2.0 is the latest version of a cross-platform, low-level graphics API to utilize these new resources available in embedded devices. The OpenGL ES 2.0 Programming Guide published by Addison-Wesley Publishing aims to help the reader make use of the full power of OpenGL ES 2.0 to create interesting 3D applications." Keep reading for the rest of Martin's review.

Slashdot Top Deals

Between infinite and short there is a big difference. -- G.H. Gonnet

Working...