No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
I cannot get mysql working. This is a Fedora Core 2 installation, I tried installing mysql with yum (it installed the 3.23 version, I dont want that). I tried upgrading, that did not go so well. I tried installing from the binaries, well, that didnt go to well either. So … | |
I'm trying to line up horizontally four images with a small text link underneath them. I can't get the text to go underneath. How can I do this? My code so far: [code].cards { top: 5px; background: #66AAFF; height: 124px; width: 537px; position: absolute;} .cards ul { margin: 0; padding … | |
When I try and compile any code in VS 6.0 it doesn't work. When I build the exe, linking just doesn't happen. [code]--------------------Configuration: TEST - Win32 Debug-------------------- Linking... [/code] is all I get, I've let it sit for hours. What's going on? Using WinXP SP2 | |
What I currently have is a table with 3 columns. I have an image map in the second column with the links that I'd like to have open in the third column. What would be an easy way to go about this? | |
In case anyone has this book, I'll mention it. I'm trying to complete Exercise 8-2 from Oreilly's Practical C++ Programming. The problem is to total the resistance of n resistors in parallel. The forumla for this is 1/R = 1/R1 + 1/R2+ ... 1/Rn For example, say you have one … |
The End.