Summary: Perhaps I'm misunderstanding your post, but C++ is all about very strong type checking, which is virtually contrary to the idea of automatic (implicit...
Summary: I have a ton of pc's that that I need to remove the C:\documents and settings\userprofiles\Start Menu\Programs\Winzip\ files from that directory. ...
Summary: I am working on a c++ project and I am having trouble understanding. This should be pretty as each code you need to insert should only be one or two l...
Summary: how do you move the cursor in c++? like if i want to structure the text in my programs so that each line indents, i just want my inputs for a question...
Summary: my teacher wants us to remove vertical lines on an image that were left by fault/noise using c++.....i'm guessing we have to use a mask or filter of s...
Summary: Hi, I am modifying a C program and have put several print statements before and after a for loop to see what is going on before I actually add anythin...
Summary: was wondering if you could help me with a script to remove ALL the lines in a file that contain the word "BOUNDARY". I have the script like this so f...
Summary: All it is doing is creating a Dummy file with an HTML extension. It can be a zero length file. The file name is then fed into the FindExecutalble API...
Summary: Help me! Is there in C# a function like SendMessage in VC++? I make a Window form with C#, then put a DataGrid on it, bind it with a DataTable. The 1...
Summary: Hi, I installed borland C++ version 3.0 in my PC, but the C++ program is not running at all; when I click the turbo C++ to get into that windo...
Summary: Hey Guys, I'm Writing a data input program using Visual Basic 6. I wan't to automatically move the cursor to the next text box once the previuos text ...
Summary: What you're after here I think is char *array[2] = { "help me", "I've fallen and I can't get up" }; cout [[ array[0] should see help me cout [[ array[...
Summary: I am not getting the correct output. I am trying to read info from a file into a stack and then perform several operations on that stack. Print the l...
Summary: I am using the C function strtok to read a comma separated file. Here char seps[]="," If the field has a comma as a data, it is preceded by a "\", e.g...
Summary: Sorry about the awful code - it's from among my earliest attempts in C. I've just removed a couple of obvious stupidities but there are probably other...
Summary: If you don't want to use an MP library or even an ordinary numerical computing library, you'll have to take great care about how you code the calculat...
Summary: Hi Created a dialog (MFC / Visual C++) with 3 edit boxes one after other, I need to place the cursor in the 2nd edit box when the program executed. H...
Summary: I have a problem with my programing. I wanted the cursor when I input to be locked in to one place. But at the same time if I output information ont h...
Summary: Dear friend You have tried to program in wrong way. Actually, the co-ordinates of the rectangle should not be same as you have done in you program. ...
Summary: Hello, I installed a certain version on visual c++ (dont remember which) and it didn't work, so after uninstalling it I installed another version of v...
Summary: Is there a function in C++ that will remove the last character of a string. I know in Perl there is the Chomp() and Chop() functions and I was just wo...
Summary: I don't do C. Here's a solution in PowerBASIC compiler (QBASIC) ---------------- rem delvowel.bas 2004-03-13 wizard-fred aa$ = command$ if (aa$ =...
Summary: Hi everyone, Working with Visual C++ and have the following problem; may be someone already knows how to fix it. I am making a call to a function wh...
Summary: Yes, you are right. It's required that the list is built up dynamically rather than being pre-defined. I'll be adding/removing nodes with custom funct...