what are automatic formats for web graphics?

I can’t seem to view the images on my homepage. The only thing coming up are grey boxe with ex’s. I went to ftech (the FTP server Im using) and it told me to use the file in the automatic or binary format. But I have no idea what that means. PLEASE HELP! I tried [...]

Read more >>

can someone help write a program that uses binary file I/O in C language?

1. Create a dynamic array (using malloc()) of 1000 integers. 2. Read in up to 1000 integers from a file in txt format. The nember of items is unkown to you, so be sure to use the option in fread() to get the amount actually read. 3. Once the read is done, realloc() the array [...]

Read more >>

adobe flash problems….?

I’ve been using the computer I am on for a little over 2 months. I never had a problem with the Flash player, but I had some issues with another program I use & was told by that system’s tech support to Turn off my User Account Control. The flash continued to work for a [...]

Read more >>

Help with MySQL(NULL?!?!?!)?

Im learning PHP/My SQL. I started off using, phpmyadmin http://www.phpmyadmin.net/home_page/index.php then switched to sql buddy, http://www.sqlbuddy.com/ But there is no null option, like in phpmyadmin?!?!?!?! The options are, Unassigned Binary Not Null Auto Increment So which one is ‘null’? I think its unassigned, but not sure. As I said before Im just learning all about [...]

Read more >>

How to divide a binary number by a higher one?

i.e. 1001/10010.I know I can do this by using the scientific calculator option, but can you do this manually, pen and paper style? Answer: Your example is special case: in decimal it’s 9 / 18 = 1/2, which in binary is 0.1 Another answer noted the special case aspect by observing 10010 = 1001 * [...]

Read more >>

C++ help with bubble sort method please?

Hi. I need some help trying to change a code for option 1 and 2 in my program so that it sorts using the bubble sort method. how would you change option 1′s code to where it sorts students in ascending order by last name and how would you change option 2′s code to where [...]

Read more >>

I can’t unzip .rar files on my Mac…help!?

Hey guys, I’m having a problem with downloading and unzipping some file, so I hope someone can help. I am using a MacBook running the latest version on OS X with all current updates. When downloading .zip files, using the Zip It for Mac utility, there are no issues, but when I download .rar files, [...]

Read more >>

Does anyone know the code to keep track of how long it takes a part of a program to run in Java?

I have to write a code that code that has option of searching an array using binary search or sequential search and use a counter to track how long it takes for the search algorithm to find the name, but i don’t know how i would keep track of that part of the program. Answer: [...]

Read more >>

Help with c++ assignment- structures and data files – causes segmentation fault?

include #include #include using namespace std; struct Cars // Cars structure { string name; string make; string model; string drive_train; string color; int miles; }; int main(int argc, char *argv[]) { char ch; string datatypechoice; cout > datatypechoice; if (datatypechoice == “1″) { Cars data; cout > data.name; cout > data.make; cout > data.model; cout [...]

Read more >>

Downloading Adobe Reader 9-Security Settings does not allow websites…..?

I am having difficulties downloading Adobe Reader 9. I am using IE7 and I am having the following issues: 1) I first get a popup that reads “The website wants to install the following add on- Adobe DLM. If you trust the website and the add-on click here to install. 2) I click on the [...]

Read more >>