Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements

6 Posted Topics

Member Avatar for supersonic

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 …

Member Avatar for bsammon
0
286
Member Avatar for sam1

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 …

Member Avatar for amos
0
203
Member Avatar for rocko36

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.

Member Avatar for rocko36
0
120
Member Avatar for supersonic

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 …

Member Avatar for paradox814
0
120
Member Avatar for supersonic

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); …

Member Avatar for Siersan
0
104
Member Avatar for supersonic

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); …

Member Avatar for supersonic
-1
152

The End.