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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10149633.html
Zones:
C++Date Answered: 04/13/1999 Rating: 8.2 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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20129916.html
Zones:
MS AccessDate Answered: 06/12/2001 Rating: 8.0 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.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20339551.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/3.x/Q_2051...
Zones:
Windows 3xDate Answered: 03/16/2003 Rating: 7.6 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...
http://www.experts-exchange.com/Programming/Misc/Q_20526352.html
Zones:
ProgrammingDate Answered: 02/27/2003 Rating: 7.8 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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20530781.html
Zones:
C++Date Answered: 02/27/2003 Rating: 7.4 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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20577906....
Zones:
VB ControlsDate Answered: 09/30/2003 Rating: 6.6 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...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Zones:
Adobe FlashDate Answered: 04/11/2003 Rating: 8.6 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...
http://www.experts-exchange.com/Apple/Operating_Systems/Q_20592756.html
Zones:
Apple OSDate Answered: 07/16/2005 Rating: 9.4 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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20676184.html
Zones:
.NETDate Answered: 12/15/2003 Rating: 8.6 Views: 9