- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 12
- Posts with Upvotes
- 10
- Upvoting Members
- 9
- Downvotes Received
- 17
- Posts with Downvotes
- 13
- Downvoting Members
- 11
129 Posted Topics
Re: Use a switch statement | |
I would like to know the process or procedure for how one goes about aquiring a CCNA certificate. Also, do you get one certificate at for all 4 CCNA's in the Exploration program or is it 4 individual ones? And how does Pearson VUE come into play? This information would … | |
Re: You can find out the size of a string of characters yes | |
So here's the situation, I can't connect to the internet. Wireless is working, other PC's in the home are working, I can ping the gateway, host names and IP addresses outside of the local network, LAN connection in the bottom right-hand corner is looking normal, ie there is no red … | |
Re: 3 beeps mean memory problem, try re-seating you RAM. 1 long beep and 2 short ones mean video problem, try re-seating your graphics card. Depending on your BIOS manufacturer, you should try this link [URL="http://www.pcguide.com/ts/x/sys/beep/index.htm"]http://www.pcguide.com/ts/x/sys/beep/index.htm[/URL] | |
Everytime I boot up my computer, I get the yellow triangle on my LAN connection, which means I can't access the internet, but as soon as I disable the network adapter then re-enable it again, it works. Not sure why it does this but it is, of course, a problem. … | |
Can anyone provide a link or exact name for the following router, I can't seem to find it's specs anywhere: **Net/G Wan 300Mb(N) Wl Dual Band Router. All-in-one—High Speed ADSL2+ Modem (built-in) and WAN Gigabit Ethernet port for cable/fiber.** And yes I've tried copying the entire name in Google, no … | |
I'm running Windows Server 2008 R2 Enterprise, and when I install Web Server IIS it doesn't install properly and gives the following error: "The World Wide Web Publishing Service (WWW Service) did not register the URL prefix http://*:80/ for site 1. The site has been disabled. The data field contains … | |
Re: C++ is an extension of C, hence the "++" at the end. | |
I'm running MS Server 2008 R2 Enterprise, when I try and ping MS or it's IP address, it doesn't work, but I can go the MS site though. Any suggetions as to what the problem is? | |
| |
I get an error when trying to join to the domain, it says: "The following error occured when attempting to join the domain "DomainName". The network path was not found". Note that this is a VM running in VMware Player 4.0.3, Windows XP Professional. Any suggetions as to what the … | |
My WSUS gave an error when trying to connect to the database for the updates, it says: "Error: Unexpected Error" with a big red cross. Any suggestions as to why? | |
| |
How does one change the user account permissions in Windows Server Enterprise 2008? Basically, I want full admin rights. | |
| |
I have an array of objects but when i traverse throught it to display its contents, it gives an error, but only if it is not full. Any suggestions? Below is the code snippet: for (int k = 0; k < array.length; k++) { msg += String.format(array[k].toString()); } JOptionPane.showMessageDialog(null, msg); | |
Flash drive cannot be formatted and files can't be deleted, it says the disk is write protected when I try either. Any suggestions? | |
Re: Look on the graphics card itself to try and get an idea of it or try and update the drivers through Windows | |
| |
Re: Try this: [CODE]const array_size 100[/CODE] | |
What's wrong with this code because I'm getting errors but everything looks fine though. | |
Re: You can definitely upgrade your parts but not as much as you'd like though. I'm not too sure about your CPU and graphics card, but you will only be able to install a maximum of 4GB DDR2 RAM. If you are running 32-bit versions of Windows then it will only … | |
Re: But you are not calling the display function in your main, all you are doing is adding and removing | |
Re: Do you mean like an SD memory card, for a phone? | |
Okay this isn't really an IT problem, or at least I think so, but does anyone perhaps know how to check who was the last person to call on a landline? | |
Re: I do it for that feeling you get after struggling for hours trying to figure out what's wrong only to find out you forgot to add using namespace std; | |
Re: I usually smash my keyboard when I play games, mainly when I'm losing:D | |
Re: Your HDD is clearly not being detected or it is dead. Try taking it out and putting in another one to see. Perhaps also change your cables around and see if anything gives. | |
Re: [CODE]cout << "Enter your date of birth:" << endl; cout << "Day: "; cin >> day; cout << "Month: "; cin >> month; cout << "Year: "; cin >> year; cout << endl; cout << "My date of birth is on: " << day << " " << month << … | |
Re: I'm pretty certain if we zoom in on your image it won't work | |
Re: You say there is no signal to the screen but all the fans and LED's are working, that sounds like a monitor problem to me. Have you perhaps recently installed a new graphics card? | |
Re: Your lack of HDD space isn't the problem. You said you're using onboard graphics, that may well be your problem as some of the games, like the ones you've mentioned, require that extra boost in order to execute. Sport games like Fifa and PES would don't necessarily need that boost | |
Re: Explain what you mean when you say lockup | |
Re: You can't copy now and then later again. You must have a re-writable CD for that | |
Re: Could be a short somewhere in your box, probably the MB. Try removing your whole MB then putting it back in again. | |
I have Ubuntu installed on my pc as a dual boot with Windows 7, but when I log into Ubuntu i get no internet connection, but there is a connection in Windows. Any ideas of how to fix it? | |
What's wrong with this code, I'm getting LNK errors [CODE]#include "Queue.h" int main() { Queue <int> q; // q is an object q.showQ(); q.insert(72); q.insert(36); q.insert(43); q.showQ(); q.remove(); q.showQ(); return 0; } [/CODE] | |
Re: It could have been a once off bombing attack...or a sign of things to come. All one can do is wait and see | |
Re: How about: [I]Posting Whiz in training[/I]. People will think you're the mail man | |
Re: Here's code for the leap year program, it works and is perfect: [CODE]#include <iostream> #include <string> using namespace std; int main() { int year; cout << "Please insert a year ( or 0000 to stop ):" << endl; cin >> year; while ( year != 0000) { if ( year … | |
The End.