I need two gif files vectorized in order to scale them up to make a tee shirt. Any offers?
http://www.experts-exchange.com/Web_Development/Images/Q_10289719.html
Zones:
Web ImagesDate Answered: 02/05/2000 Grade: A Views: 0
I got the following error message
java.io.NotSerializableException:
java.awt.geom.Ellipse2D$Double
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10847481.html
Zones:
JavaDate Answered: 07/31/2000 Grade: B Views: 0
Help Me!!!!
I have a binary file that contains a struct.
How do I pass the sturct information into a Vector? so I would be able to sort the data.
Example code:
Passing Data from struct ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11296097.html
I need help with some vector graphics... what is it and how do i make them?
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Q_20082120.html
Hi Expert,
This code fragment is used to load file characters into a vector:
vector<char> v;
ifstream ifs("FileName");
istream_iterator<char> isi1(ifs);
istream_itera...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20247649.html
Zones:
C++Date Answered: 12/19/2001 Grade: A Views: 4
Hello,
I have a little routine that builds up a list of strings using a vector (vector<string> myVector;) and I would like to return it as an array. Is this possible, or do I have to itterate over...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20249081.html
I need to parse a large file ( > 300 mb) into some container so I can sort and manipulate it. Currently, I am using a vector of pointers to nodes which contain information from one line of the file...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20405317.html
I am trying to pass a vector of objects into a file in order to create a database that can be saved after each visit. However I am having problems getting the Output Stream to read the vector to th...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20425024.html
Zones:
JavaDate Answered: 12/13/2002 Grade: B Views: 0
hi,
I am using Vector STL & transform algorithm in my program.I have a structure which is defined in a class.
When i tried to use "transform" algorithm to convert some of structure's member ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20524830.html
Zones:
C++Date Answered: 02/22/2003 Grade: A Views: 4
I am writing a Dictionary class that is responsible for storing definitions, adding new definitions, locating and displaying definitions and displaying the contents of the complete dictionary. I am...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20545553.html