- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
18 Posted Topics
How would I sort an array or arrayList of strings into alphabetical order? | |
Okay, so I am making a simple SDL-OpenGL application. I have already written the code and compiled it fine, but I want to incorporate it into an autotools project. I've tried. Here's the problem: I'm running Mac OS, so along with my C++ code, I must also compile an Objective-C … | |
Is there a live CD version of Ubuntu 8.10 for PowerPC's out there? Could someone please post a link? I've looked on google and ubuntu.com, and all the releases seem to be for intel processors. I could only find the alternate install CD for PowerPC, which always spits out an … | |
Is there a way for me to use an obj-C class with my C++ program? If so, what special parameters do I have to specify during the compilation phase, and if I needed, changes to my source code files?:-/ | |
Re: If you are using Mac OS X 10.5, you can develop games for the iPhone. To deploy them, you'll need to pay a fee of $99.99 (I think), but you can make quite a profit for just a $.99 app. You will need to learn Objective-C, and/or Objective-C++, but they … | |
I've just recently installed Ubuntu on a partition on my PowerMac G4 and have run into a little problem: the OS won't connect to my network that uses a WPA password:'( . I have tried using "Network Settings" to configure the wireless settings to use my network with a WPA … | |
Re: This:[icode]value=(int)argv[1];[/icode] will give you the ASCII value of [icode]argv[1][/icode] | |
How do I convert a char* or an unsigned char* to an unsigned int? | |
I am using a G3 and mac 10.5.4. How can I get the latest driver for my graphics card, NVIDIA Corporation NVIDIA GeForce4 MX OpenGL Engine? thanks. | |
I am using mac leopard and the version of apache that came with my mac. (2.somthing) I typed this into my web browser:[code]http://localhost/~<myname>[/code] And this is what was displayed: Picture 1.png My Sites folder is a shared folder. How do I fix this? | |
I am trying to make a perl script that uses email. The forth line of my script is: [code]use Email::Valid; [/code] And I get this error:[code]Can't locate Email/Valid.pm in @INC (@INC contains: /opt/local/lib/perl5/5.10.0/darwin-2level /opt/local/lib/perl5/5.10.0 /opt/local/lib/perl5/site_perl/5.10.0/darwin-2level /opt/local/lib/perl5/site_perl/5.10.0 /opt/local/lib/perl5/vendor_perl/5.10.0/darwin-2level /opt/local/lib/perl5/vendor_perl/5.10.0 /opt/local/lib/perl5/vendor_perl .) at script.pl line 4. BEGIN failed--compilation aborted at script.pl line … | |
I know that C++ is (supposed to be) the best language for game developing. Would it be possible and/or easier to make a game like the [color=red][i]awsome[/i][/color] ones you always see at the apple store like StarWars Empire at war in cocoa? Would obj-C or obj-C++ be better? | |
Please excuse my noobishness, but how do I get the text value of an NSScrollView? -thanks | |
I am using a make file to build my java project. The code in my makefile is:[code]INSTALLPATH=/usr/bin all: @echo "Compiling all source files to bin/" @ant clean: @echo "Cleaning all targets" @ant clean install: if (! test -e dist/jar.jar ) then @make all fi @echo "Installing in ${INSTALLPATH}" cp dist/*.jar … | |
How do I change the path to the [i]svn[/i] executable Xcode uses, or at least find out which svn executable is being used by Xcode? The version Xcode is using is to old for my repository. | |
I am building an open-source game called [URL="http://my.bzflag.org/"]BZFlag[/URL], you may have heard of it, but that is not important. You can get the source by running 'svn co [URL="https://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/bzflag/"]https://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/bzflag/[/URL]'. I have a 10.4 intel mac and a leopard ppc mac. I have compiled BZflag on my leopard mac. I want … | |
Are there, in any way, shape, or form, pointers in java like there are in C and C++? If so, do I declare them the same way as in C++? My 873 page book doesn't explain pointers. | |
How would I go about deleting all '' characters from a string? [B]I am using the command line to pass parameters with parenthesis, so anyone who uses my program will need to use '\(', '\), '\[', '\]', etc.[/B] |
The End.