Posts
 
Reputation
Joined
Last Seen
Ranked #760
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
14
Posts with Upvotes
14
Upvoting Members
11
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
5 Commented Posts
0 Endorsements
Ranked #746
~26.0K People Reached
Member Avatar for lightningfire

Agree with the above, just thought I'd add since no one else has mentioned that iostream.h is deprecated and you should ideally use <iostream> without the .h extension.

Member Avatar for sftranna
1
11K
Member Avatar for SoulMazer

[QUOTE=SoulMazer;1288127]Wow, when I use that code you gave me, I get a whopping 104 errors! New record, baby. Well I guess I should post my real code, since I do quite a bit while iterating. As for the errors....I'll just put in a few. It looks like some of the …

Member Avatar for saravmittar
0
195
Member Avatar for acejames1

The power supply is definately big enough, however if it is malfunctioning & not putting enough power into the components then it can cause system lockups or BSODs. There could be the theory that it isn't putting enough through the rails but with those components I'd say it more than …

Member Avatar for java.ank
0
197
Member Avatar for Allophyl

Well as I imagine you've figured Windows API or MFC are both Windows only, this is fine if that is the only platform you're wanting to code for but what happens if you ever want or need to change platform? You'll find yourself wanting to learn another set of libraries …

Member Avatar for Allophyl
0
124
Member Avatar for gutiarfanatic7

[QUOTE=AuburnMathTutor;1287995][code] #include <iostream> using namespace std; int main(int argc, char* argv[]) { char Ans; cout << "Keep Going? "; cin >> Ans; if(Ans=='y' || Ans=='y') main(argc, argv); } [/code] An idea, anyway. Otherwise, a do-while will work fine. [/QUOTE] Recursion with main() is rarely a good idea, in fact if …

Member Avatar for gutiarfanatic7
0
114
Member Avatar for blackcloudbd

[QUOTE=A1 data nz;884694]Sounds like the ps2 connection may be failing. If it's a physical hardware problem with the connection then everthing may look rosey to the os. Tell him to get a usb mouse and see if that works. I've had that prob a few times, try to remave the …

Member Avatar for blackcloudbd
0
137
Member Avatar for rob331

The error you're getting is the error code for an inaccessible boot device, where exactly do you get the error? Can you boot up in safe mode for example? As atleast with safemode AVG won't be starting up, only necessary system drivers are loaded for safemode, no programs. If not …

Member Avatar for kaninelupus
0
176
Member Avatar for VBNick

[QUOTE=VBNick;901246]Funny....I thought the topic of a thread was usually decided by THE ONE WHO POSTED IT. How can you, with such a technical hobby, be this ignorant? [/QUOTE] This isn't my fight, I'm positive tux4life can argue his own opinions but in the interest of fairness I figure I'd make …

Member Avatar for Salem
0
253
Member Avatar for tomtetlaw

Just to add to the general information flow here, the [url=http://www.cplusplus.com/reference/std/limits/numeric_limits/]numeric_limits[/url] class inside of [url=http://www.cplusplus.com/reference/std/limits/]<limits>[/url] can be used to see stuff like how much decimal digits your implementation can represent for a specified type before loss of precision. Example... [code=cpp] #include <iostream> #include <limits> int main() { std::cout << "double …

Member Avatar for siddhant3s
0
131
Member Avatar for InS@NiTy

[QUOTE=caperjack;902353]as stated already ,the beta version will expire June 2010,it will start shutting down every 2 hrs in April 2010 so really not much sense install it as a main OS on your main computers hard drive ,but if you wanted to play with it you could always add a …

Member Avatar for Yiuca
0
106
Member Avatar for PsychicTide

[QUOTE=crunchie;899399]You do not need a patch with 64bit systems for RAM. It is automatically recognised. Could possibly be an overheating problem. Make sure that your HSF is in correct contact with the IHS and that you have the right amount of TIM in between. Check if the shutdown feature (if …

Member Avatar for PsychicTide
0
154
Member Avatar for rhecl

[quote]I'm getting really confused. I also forgot to mention that my computer has an old PSU (550W), could this be the cause of any problems?[/quote] Possibly, check the voltages during intensive use. It suprises me alot how people don't twig on to how often the PSU is actually the cause …

Member Avatar for rhecl
0
164
Member Avatar for jimtaylor

I think Borland C++ Builder Personal Version has always had some compatibility issues with Vista, but as I don't use it I don't know for sure, so don't quote me on it. For integrity I will assume you've ran as Administrator? Is there a reason why you're not giving Code::Blocks …

Member Avatar for Yiuca
0
148
Member Avatar for RiceFiend

Well without giving you the code directly, since it's usually far easier to learn by doing it yourself. iInfo doesn't have a member called WriteToFile(), "Success" isn't an iInfo object, which is what the function expects as a parameter & then OutFile, well the iInfo.c_str() isn't a string to a …

Member Avatar for RiceFiend
0
255
Member Avatar for Tanner1294

CMOS battery affects time & date, along with customized BIOS settings. If your notebook isn't powering on at all, the problem is likely elsewhere. (Computers default to their earliest date & default bios without CMOS battery but they still turn on)

Member Avatar for Yiuca
0
60
Member Avatar for Fuzzy004

Resetting BIOS wouldn't likely do more harm than good but it could be annoying, on that note it sounds like you may have found your problem there, it sounds like it is obviously a problem near the 1st stages, like the motherboard failing POST & refusing to start the OS. …

Member Avatar for Yiuca
0
168
Member Avatar for dsladev

It's not that getline isn't working, it's that you're using cin & then using getline, what is happening is the \n delimiter used in cin, for example when you put that you're feeling good, you press enter, at that point \n is in the buffer. When you use getline after …

Member Avatar for dsladev
0
169
Member Avatar for Tumbleweedracef

You are "piggy backing" on my old thread. Please start a new thread because every time you post something , it shows up in my email. Thank you. Tumbleweedracef Well if you don't want emails, turn off thread subscription or change your subscription options. Control Panel > User Control Panel …

Member Avatar for Tumbleweedracef
0
389
Member Avatar for Josh Connerty

Try updating your bios firmware, there should be instructions & a download at the site of your Mobo manufacturers site. Sometimes bios firmware updates fix bugs or similar although usually they upgrade to accomodate new hardware it is worth a try. Also just to note, although it can be pretty …

Member Avatar for Josh Connerty
0
156
Member Avatar for Helltech

Probably Shadow Copies & Restore points, Vista creates them often & they often take up chunks of space once plenty of them are created, so my 1st thought would be to perhaps check that. Use Disk cleanup. I'm sure you probs know where & what but just for if not, …

Member Avatar for Yiuca
0
155
Member Avatar for JameB

[QUOTE=caperjack;882983]kind of sounds like you have a bad power jack on the laptop ,where the cord plug in ,if you have to wiggle it to get it to work it likely need to be replaced or re-soldered on the motherboard ,my Daughters Compaq went at about 3 yrs old, the …

Member Avatar for Yiuca
0
124
Member Avatar for naldridge

It sounds like a faulty PSU problem to me... Sounds like once your computer starts up a game & the CPU recieves more voltage along with the GPU & other components recieving more (for example the GPU will change from 2D mode to 3D mode & start consuming more power, …

Member Avatar for A1 data nz
0
124
Member Avatar for imcashsaver

[QUOTE=dotti;881285] Depends on your specs (computer specifications). If you have a fast computer with at least 2 GB RAM it will be not much slower than XP. If you're below this specs, VISTA will appear to be much slower. I would buy Vista with integrated SP2 in your place. Don't …

Member Avatar for hornit
0
286
Member Avatar for n.d.brown26

[QUOTE=gstek;883719]3 Gb is slight larger than what a 32 bit Os can recognise, So upgrading to more ram would be waste of money. BDW why you need ram more than 3gb???????[/QUOTE] Umm, No it's not, 32-bit OS can address 4GB of RAM however a chunk of memory is reserved for …

Member Avatar for A1 data nz
0
113
Member Avatar for lexape08

Somehow I don't think anyone in their right mind would be willing to give you C++ code, there is a C++ section but we don't give you code, you supply the code you've done & let us know what specifically you're having trouble with, then we'll help you but we …

Member Avatar for caperjack
0
67
Member Avatar for Chumpcash

Use [noparse][code][/code][/noparse] tags, otherwise you likely won't get much help... [url=http://www.daniweb.com/forums/thread78223.html]see here[/url]. Edit: Narue edited post to include tags just as I wrote this.. Ah well see above for future reference! :D

Member Avatar for Yiuca
0
164
Member Avatar for alrissa

[QUOTE=caperjack;881595]if that is the case then you may want to run this removal tool . [url]http://www.sophos.com/products/free-tools/conficker-removal-tool.html[/url][/QUOTE] Before using removal tool, perhaps it's best to find out whether there is something to remove? [url]http://www.confickerworkinggroup.org/infection_test/cfeyechart.html[/url] :)

Member Avatar for caperjack
0
104
Member Avatar for TheCritic06

WMI Filter is being accessed without sufficient permissions by the looks of it. Clear all the event logs of that error (it's a requirement to help stop the hanging) then copy & paste this script (below) into notepad & name it Test.vbs, log into safe mode & then run the …

Member Avatar for Yiuca
0
105
Member Avatar for killdude69

I take it you have tried using GetLastError() function & seeing what that is? (what is the value of GetLastError() for you?) Because the return value of CreateFile() is INVALID_HANDLE_VALUE only if the function fails. As a 2nd "guess" are you using the CreateFile() on a file that is deemed …

Member Avatar for Yiuca
0
4K
Member Avatar for killdude69
Member Avatar for killdude69
0
376