... <snip> Would you please tell us why we should help you? What sort of worm, virus, or whatever do you (hopefully not) spread via this web site? Regards, ...
Does anyone have a technique to determine if a function is getting re- entered? That is to say getting called more than once in parallel, or getting called...
... The idea goes into the right direction, but it is still buggy and bears a nasty property that one simply has to know. Assume you have two distinct pieces...
... Running needs to be volatile. ... It is likely that the reads and writes to Running are not atomic - you need to wrap them in critical sections. -- PJH ...
I had a hardware failure and had to reinstall windows, this caused my old C++ system to not be able to compile. Tonite I downloaded it again and the download...
... Thank you, but I have a really hard time trying to second guess software. Bloodshed was sooo easy. (I think I figured out why it didn't download). ... back...
... didn't appear with the other three, finally dragged it onto the toolbar (three pieces of paper with a down arrow above) but it is greyed out and cannot...
nice to hear that... keep trying... i thought boodshed devc++ is discontinued... better you try Code::Block(http://www.codeblocks.org/)... they are using the...
Hi Auralius and gail, Just a couple of friendly points- * Code::Blocks (notice the 's') is available at http://www.codeblocks.org/ * Cl.exe is Microsoft's c++...
... There are zillions of more or less expensive anti-virus software available on the web. Avira Antivirus is used by several buddies of mine (I don't know...
... As a prudent man in another very good group uses to say (and in this case I agree with him): your need (or misplanning?) does not imply any reason to us to...
hi I have created Application with MS VC++ 6 but I got my exe file icon is default icon (a square white & blue color). Anyone know how to set my icon to my exe...
dear friends.. i wrote something about robot simulator using MSVC++. you can check here : 2D LUA Based Robot Simulator. i hope it might be useful for you.... ...
i wanted to to create a program which will ask for the password from the user and let him enter the program.. i can do this normally but i wanted to do it...
... OS? GUI or command-line program? In case of command-line program, usable as a filter or not? In case of GUI, any preference / request about the windowing ...
Write a program that defines a template function named *add().* This function takes two arguments, add two variables and then return the sum. In main function,...
Nico the actual problem is File handling... and i think i can sort it out.. but m stucked with another problem... I wanted to put ma flash Intro in the same C...
I took intro to C++ programming almost 10 years ago in college (surprised actually how much I remember) and am working on a rather simple little program for my...
Hello All, What is the recommended tool to use in C++? I was going to use the Qt Gui Builder. In addition, I have been using the QUDPSocket classes provided...
Is there an easy way to convert MINI-BASIC on over to C? MINI-BASIC is a Tiny BASIC interpreter written in assembly language (MASM). It has 26 variables and 1...
Dear Sir/ Madam,             Normally while using float, it contains 6 digits after decimal point. But I want only 3 digit after the decimal...