I\'m making a little program that will crawl my hard drive and present a list of file found in a given drive.
Why can\'t Java classes have abstract fields like they can with abstract methods? For example: I have two classes that extend the same abstract base class.These two classes each have a method that is
I have to work out how to write the following SQL query usingLINQ query or method syntax. (Edit: This is to return a list of latest AgentActivities for all Agents).
In my data.h file I have: typedef struct { double ***grid; } Solver; In my .c file I have static Solver _solver;
I have set an input field of type “Image” in an admin form using the code below: <?php // Tab Form
What\'s the common practice to represent postal addresses in Django models?Is there a library for custom model fields that include postal address fields and potentially handle validation and formattin
does anyone know how to specify the height of a net.rim.device.api.browser.field2.BrowserField? I cannot find how to do so in the BlackBerry API.
I\'ve inherited a codebase of C# dlls that are called via COM-interop (or so it has been described).The C# code also uses COM objects internally to perform the basic functionality of the parent applic
Say i have a property in a cl开发者_如何学Cass: Vector3 position{get; set;} So i create an instance of that class somewhere and now i want to change position.x, that would be impossible now because
How can I set or get a field in a class whose name is dynamic and stored in a string variable? public class Test {