Forum: Web Browsers Feb 19th, 2005 |
| Replies: 3 Views: 3,134 If you go to tools, internet options, advanced is there a checkmark next to shkow pictures?
also what is a site that you are having problems with? We can see how it comes up for us to rule it out... |
Forum: Computer Science Feb 19th, 2005 |
| Replies: 8 Views: 9,970 I have not done it before while windows is still loaded.
Easiest way is to repartition the drive.
back up anything you want to back up on your current windows.
Partition the drive as normal... |
Forum: *nix Hardware Configuration Feb 19th, 2005 |
| Replies: 6 Views: 5,529 I tried that first command you gave me logged on as root and it did work. This is the output it gave me.
5:00.0 Ethernet controller realtek semiconductor co. ltd unknown device 8180 (rev 20)
... |
Forum: *nix Hardware Configuration Feb 17th, 2005 |
| Replies: 6 Views: 5,529 I just tried it. It is saying lspci command not found. |
Forum: Web Hosting Deals Feb 13th, 2005 |
| Replies: 52 Views: 19,043 I've been using http://www.dnspixel.com and no problems with them. |
Forum: MySQL Feb 13th, 2005 |
| Replies: 1 Views: 2,592 What I'm attempting is to have database driven links on my page. It is all ok except one thing and that is this error when my page comes up in the browser.
Warning: mysql_fetch_array():... |
Forum: *nix Hardware Configuration Feb 12th, 2005 |
| Replies: 6 Views: 5,529 I have linux installed on my laptop. (Redhat 9). All works ok except sound and wireless lan. I'm not worried about the sound at all so that does not matter. But it is not recognizing the wireless... |
Forum: C++ Feb 3rd, 2005 |
| Replies: 1 Views: 7,374 I am now trying to add 2 strings together. But I dont understand where my compiler is pulling the reference to an int from. This is my code
#include <iostream>
using namespace std;
... |
Forum: C++ Feb 1st, 2005 |
| Replies: 4 Views: 2,959 Thanks. I executed it and did notget any errors which is a good thing;) ANd you had some differnet ideas that I will look at when I get to work and have more time in front of my laptop (hopefully). |
Forum: C++ Feb 1st, 2005 |
| Replies: 4 Views: 2,959 ok here it is with the code tags. sorry
#include <iostream>
using namespace std;
class String {
char *str; //pointer to character block
public: |
Forum: C++ Feb 1st, 2005 |
| Replies: 4 Views: 2,959 I almost got my user defined string class to work but not quite. When I execute the program, I get a memory error. Code is as follows.
#include <iostream>
using namespace std;
class String... |