Advertisement

1 - 10 of 621 containing alltags:("main") (0.001 seconds)
Hi folks, Here is my problem. I would like to know the current class name in the main method of a class. Unfortunately, the Object.getClass().getName() is not static and so, cannot be used. I w...
Zones: JavaDate Answered: 11/17/1998 Grade: B Views: 0
I got an "Exception in thread "main" java.lang.NoSuchMethodError: main" message when running the following program, can someone suggest a way to fix it? class Test2{              public void WriteData(Stri...
Zones: JavaDate Answered: 03/10/1999 Grade: A Views: 0
is there a difference between int main( ) and int main (void)?
Zones: C++Date Answered: 07/12/2002 Grade: B Views: 13
I need help with linking pages to view in the main frame of my frame set. for the frames I am usin this basic frame code. <FRAMESET COLS="20%,80%" FRAMEBORDER="0"> <FRAME SRC="test1.html"> ...
Zones: Web DevelopmentDate Answered: 04/12/2003 Grade: A Views: 0
Hello, I have a main window that opens a popup window. My problem is that I want BOTH windows closed when I close EITHER the main or the popup window. So far I succeeded with the first case...
Zones: JavaScriptDate Answered: 12/10/2002 Grade: A Views: 0
In borland c++, can i call main() function in any other function defined by me? ALso can i call main() in main() itself? I know its a very silly question but can any1 help me..... Abi
Zones: C++Date Answered: 01/31/2003 Grade: A Views: 0
Hi, I have an ACCESS database running on one computer.  Its got about 100,000 records in it and growing at the rate of 400 records a day.  Besides addition of 500 records, some 250 records are a...
Zones: DatabasesDate Answered: 10/04/2003 Grade: A Views: 0
I am still learning C, and I wanted to know how exactly do I compile a C program containing a function, but that program doesn't have a Main block? I guess what Im trying to say is, make a function...
Zones: CDate Answered: 03/20/2003 Grade: A Views: 0
Hi all, my code: #include "mol.h" int main char *argv[]){   OEMol mol;   return (1); } OEMol is a class that is defined within the mol.h header However, upon compilation I cannot declar...
Zones: C++Date Answered: 07/23/2003 Grade: A Views: 0
Hello, I am a beginner Foxpro programmer trying to write a standalone EXE programme.  In this programme I want to hide or close the main Foxpro window, and show a separate parent MDI form, in wh...
Zones: FoxProDate Answered: 12/14/2003 Grade: A Views: 4