Advertisement

1 - 10 of 606 containing alltags:("vector") (0 seconds)
I need two gif files vectorized in order to scale them up to make a tee shirt. Any offers?
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 ...
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 ...
Zones: C++, Microsoft Visual C++Date Answered: 09/21/2000 Grade: A Views: 0
I need help with some vector graphics... what is it and how do i make them?
Zones: Web Graphics Software, GraphicsDate Answered: 04/30/2001 Grade: B Views: 0
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...
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...
Zones: C++, Microsoft Visual C++Date Answered: 01/03/2002 Grade: A Views: 0
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...
Zones: C++, Microsoft Visual C++Date Answered: 12/02/2002 Grade: C Views: 0
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...
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 ...
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...
Zones: C++, Microsoft Visual C++Date Answered: 03/13/2003 Grade: A Views: 0