- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
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 card. Does anyone know of any linux drivers for the trendnet tew 226pc/tew-228pi … | |
Re: 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 only in two sections. Then load the operating systems. However, make sure you load windows … | |
Re: 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 being a site issue. | |
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(): supplied argument is not a valid MySQL result resource in /home/admin/public_html/index.php on line 114 Here is … | |
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 [code] #include <iostream> using namespace std; class String { char *str; //pointer to character block public: String(); //default constructor String (char *s); … ![]() | |
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 { char *str; //pointer to character block public: String(); String (char *s); void setString (char *s); … |
The End.