7,623 Posted Topics
Re: In the continue bit, call the subroutine which does whatever the program does - e.g main menu or whatever | |
Re: Your bios probably has integrated graohics so it staels some of the RAM. If youve got a PCI-Express graphics card, you may want do disable the integrated video in the BIOS menu. | |
Re: For starters, you are missing a break at the end of your default block [B]...[/B] [I] default: cout << "Invalid response, please try again. I, P, or # "; cout << endl; cin >> transactionType; [B]break;[/B] }[/I] | |
Re: Yeah SP3 will install fine so long as you have SP2 already, and your copy is legitimate. Download the standalone version from here [url]http://www.microsoft.com/downloads/details.aspx?FamilyId=5B33B5A8-5E76-401F-BE08-1E1555D4F3D4&displaylang=en[/url] By the way, if you have AVG installed, remove it before putting SP3 on as it interferes with it Do you ave your machine configured for … | |
Re: Right click the folder Go into properties Go into sharing -> security And set it so the Everyone group has nothing (not list or read or anything). Give the two users whatever they need | |
Re: [quote] Luckily, there is nothing serious. I hope Daniweb could be more responsible. [/quote] Um, what? Disk copies are a form of backup. Indeed, the very first backups were simnply dumps of the whole disk onto tape. And thats exactly what it says on its site: [quote] "EASEUS Disk Copy … | |
Re: In the code editor click (i think its the right) combo box at the top and choose where it says terminate with a lightning bolt next to it | |
Re: Sounds like an overheat or dodgy ram You can run a diagnostic on your RAM using a thing called MemTest86 Try another bit of software [url]http://www.alcpu.com/CoreTemp/[/url] and check the CPU temps too. They should be ideally under 50, and definately under 90. | |
Re: Yeah it says 531 now. i noticed earlier mine jumped by like 1000 too. Seemed almost like it was counting posts that shouldnt be counted (e.g reported posts?) It was SO slow earlier too. | |
Re: welcome! and yep in general you learn the most about computers in general through just tinkering | |
Re: welcome! Just ask your question in the general c++ board. There is a sticky at the top of it with some links to some tutorials and stuff but its a bit old. | |
Re: I thaught net was easier coming from a v/c# background But now i am a better programmer, i found php easy to learn. | |
Re: Get it wrong 3 times = new motherboard on most business-grade laptops | |
Re: CCleaner Its got a registry cleaner and also has (under tools) an option to delete entries from the add/remove programs list. | |
Re: Define your own exception handler and use try/catch | |
Re: XP Home or XP Pro? Do you have a system with Windows Server running on it (and an active directory domain set up) If so you can use Local (Or better Domain User/Group) policy to lock down the system | |
Re: [quote]You're correct that you need to create a copy of that object before you alter it. Using '=' is setting the two variables to be references to the exact same object in memory, hence it reflects the changes[/quote] Yeah i got tripped up by that recently. I was using == … | |
Re: OMG does none here use XP Home? There is NO gpedit. The group policy editor does not exist in XP home. Neither does any advanced filesharing. XP home uses simple filesharing ONLY It is likely that the virus corrupted a system file. Try going to run and tyoing sfc /scannow … | |
Re: main needs paramaters and needs to return a value, else its not valid standard c++ | |
Re: get a menu choice from a user in the form of a character e.g q to quit, s to save etc... use a switch statement on the variable you used to hold the input and for each possible value use a case statement and use a default statement for in … | |
Re: PHP is a server-side language. You need to run it on a web server, and access it via a web browser. | |
Re: [quote]that I don't have, and can't install[/quote] Oddly, you dont actually seem to need it even although it prompts you. Im running firefox on linux (no quicktime (is there even a linux version?) and no quicktime alternative installed) and it just works. | |
Re: Its probably a better idea to just start again from scratch with VB.NET | |
Re: Stick in an xp cd and go to run. Type sfc /scannow, wait, and reboot. Seeing as your start menu isnt working, you will have to do control-alt-delete. Then in task manager you can get into the run menu (file -> run i think) The xp cd isnt always necesarry … | |
Re: Lol you cant watch it in the UK but i got the best error message ever "Please dont send any redcoats in retaliation" | |
Re: The print head is probably blocked. | |
Re: Did you actually read the page? [url]http://www.microsoft.com/downloads/details.aspx?FamilyId=1DACDB3D-50D1-41B2-A107-FA75AE960856&displaylang=en[/url] [quote] Note: Use the following CD key when installing this software: TRT7H-KD36T-FRH8D-6QH8P-VFJHQ [/quote] Its right there on it Its ancient though, You cant use evC with the new (windows mobile 5 and above) SDKs and embedded VB apps wont work at all on … | |
Re: You cant do it until you patch your uxtheme.dll anyway And yes .wba requires windowblinds | |
![]() | Re: IE6 just has terrible standards compliance ![]() |
Re: [QUOTE=pm-computers;831657]let me know if it solves the problem it has in the past when i have fixed the asus laptops[/QUOTE] "Jan 26th, 2005" I think he probably binned the laptop | |
Re: Use a for loop and some random number generation. Other than that its basic maths Note: V = I × R P = I × V Its quite simple once you think about it. We aint gonna do your homework for you. | |
Re: Welcome Chris! Theres a few aussies here. What programming language are you learning? | |
Re: MSN is Live now, its essentialy the same thing though. Passports are now Live IDs and link in with all sorts of other services like Xbox Live. Hotmail is now Live Mail and MSN Messenger is now Live <essenger. |
The End.