Forum: PHP Sep 29th, 2009 |
| Replies: 1 Views: 187 echo "<param name='FlashVars' value='mp3=Slipknot-Duality.mp3&bgcolor1=$rgb\&showinfo=1&autoplay=0&showstop=1&showvolume=1'>";
I am having a problem getting my bgcolor1=$rgb to be evaluated
I... |
Forum: HTML and CSS Sep 10th, 2009 |
| Replies: 3 Views: 487 I am having a problem with my input line for ISBN numbers
I want the user to input an ISBN number into the blank and after submit is hit and the page refreshes I would like the ISBN entered to... |
Forum: C++ Apr 15th, 2009 |
| Replies: 7 Views: 336 with heaps you start at array index 1 because to find children of a node at position i
i*2 is the "left child"
i*2+1 is the "right child"
using quotes because it is implimented in an... |
Forum: Assembly Apr 15th, 2009 |
| Replies: 0 Views: 251 I am fairly new to assembly language and I am having a problem with my project. The project is fairly simple, but i am having trouble with input. I am tryint to enter in a number of unknown length 1... |
Forum: C++ Feb 18th, 2009 |
| Replies: 3 Views: 385 I have a project and am hung up at the moment. I am supposed to read from a file containing all of the function calls that I need to make. For example:
Insert(33)
would call the Insert function... |
Forum: C++ Feb 9th, 2009 |
| Replies: 2 Views: 248 the program i am writing is only my laptop and i didnt feel like connecting it to the internet so i am posting off of my desktop.
now, i dont know why, but whenever i added a cin above the... |
Forum: C++ Feb 9th, 2009 |
| Replies: 2 Views: 248 I am in the process of writing a project and I cant seem to get cout to work at all. I can however print to a file and use cin, and i have included all the necessary io. whenever i compile the... |