In short,I\'ve written an application that parses text files in specified formats from different email feeds.Currently, there are two formats allowed by users in order to correctly upload information.
I have this class model where, Bank is a class which is now going for computerized Banking network. This must have ATM(Automatic Teller Machine) and also Human Cashier.
I have to Classes. lets say Invoice and TempInvoice. Both have same properties(all are same). let say i cr开发者_开发技巧eated a object using Invoice Class. Can i cast that object to another object th
Imagine I have a class used to repr开发者_运维问答esent some trivial numerical data, like a vector. I want this class to be immutable in terms of its members, but still support correct copy-assignment
When I upload the files on the remote server I get the following message: Obj开发者_StackOverflow社区ect reference not set to an instance of an object
I am writing a B-link tree and its attendant sub classes like a data page class and a node class etc.
I have three classes, TImageProcessingEngine, TImage and TProcessing TImageProcessingEngine is the one which i am using to expose all my methods to the world.
I need a priority queue of objects but I keep getting this error: symbol: constructor PriorityQueue(anonymous java.util.Comparator<map.Node>>)
I\'m struggling with a design problem and I don\'t want my code to become a mess because of a bad solution. Rather than give a poor analogy I\'ll just explain my exact case.
I\'m writing a tool in C#.Net that will be used to generate Catalogs of content which users can browse. Initially I am creating a WinForms based interface, but in the future I\'d like to be able to cr