Advertisement

1 - 10 of 296 containing alltags:("erase") (0 seconds)
I have written the following code: (key is a string and vec contains strings) for(iterator iter = vec.begin(); iter != vec.end(); iter++) {   if(key == *iter))     vec.erase(iter); } It works as...
Zones: C++Date Answered: 04/13/1999 Grade: A Views: 0
Hi Access gurus, I have a rather large query that pulls and summarizes data from many tables.  Some code runs the query with the 'DoCmd.OutputTo acOutputQuery' function, which outputs the result...
 
Related Solutions:
Query content disappears when docmd.outputto code is run

I have a code module that loops through a recordset to retrieve the names of queries to be run an...

 
Zones: MS AccessDate Answered: 06/12/2001 Grade: B Views: 0
I like to add a friendly user-permitted cookie when user logs on . However the user has a choice to erase it on exit. Please enlighten me on howto ? Thanks.
Zones: Delphi ProgrammingDate Answered: 11/05/2003 Grade: A Views: 0
WINFILE.exe have a file manager program Something unexplainable happen from the write directory, and the file manager, when previously worked normal and showed every directory. Now appears FILE MA...
Zones: Windows 3xDate Answered: 03/16/2003 Grade: A Views: 0
i'm using the std vector.h i want to know how to prove if vector is empty. because at certain stage i erase elements. i want to exit if the vector is emtpy. sort of like if (vector == NULL) tha...
Zones: ProgrammingDate Answered: 02/27/2003 Grade: A Views: 0
I have a question regarding using the template map. I've been doing some debugging and I have a problem with the map::erase function, or at least I think it is a problem. The code will insert...
Zones: C++Date Answered: 02/27/2003 Grade: A Views: 0
i wanna know is it possible to erase a line previously drawn on a picture box.please don't suggest to make it of background colour in order to erase it.that won't serve my purpose.is there any comm...
Zones: VB ControlsDate Answered: 09/30/2003 Grade: A Views: 0
Hi, I am having a problem with a flash movie I have. The movie uses setMask and allows the user to erase a cover over a picture revealing the picture. It is essentially an eraser like in any pai...
Zones: Macromedia FlashDate Answered: 04/11/2003 Grade: B Views: 0
I run a clamshell 366mhz ibook with 320mb RAM under 10.2.5. I have an external hard drive of 120GB connected via USB. I wanted to partition the disk so fired up disk utility for the job. The di...
Zones: Apple OSDate Answered: 07/16/2005 Grade: A Views: 0
I am trying to create a program that allows a user to draw shapes and then erase them (if desired) on a bitmap using GDI+ on Windows Forms in C++.  I have figured out how to draw shapes, such as li...
Zones: .NETDate Answered: 12/15/2003 Grade: A Views: 0