Search 5,000,000+ questions and answers.

Frequently Asked Questions

Compiler concepts Q: What is the source code for the compiler?

Code Style: Java compiler frequently asked questions (FAQ)
The source code for a Java program is also known as a compilation unit, which contains the code for a top level Java class or interface. A Java compilation unit is usually created in the form of a file with a .java extension and is passed to the compiler as a file path reference. The Java source file naming convention is not a standard specified by the Java language but is a common feature of Java compilers, such as javac, to help locate source code.
Related Questions

Q: Is there any sample source code to look at?

D-Mod Author's FAQ Revision 1.3
A: The entire source code to Dink Smallwood (the game, not the engine) is included. If you copied everything from your CD's "develop" dir, then you'll notice a ZIP file called source.zip in your main Dink dir. It has all the .C source files for Dink. Many of them, just as enemy scripts & weapon scripts, are totally easy to use in your own D-Mod! Make a directory under your main Dink directory called SOURCE and unzip this file into it.
Related Questions

Where is the source code?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Source code is included for everything in the Debian system. Moreover, the license terms of most programs in the system require that source code be distributed along with the programs, or that an offer to provide the source code accompany the programs. The source code is distributed in the pool directory (see What's in the pool directory?, Section 5.10) together with all the architecture-specific binary directories.
Related Questions

Q: How do I keep people from stealing my source code and/or images?

HTML: FAQ (Frequently Asked Questions)
Because copies of your HTML files and images are stored in cache, it is impossible to prevent someone from being able to save them onto their hard drive. If you are concerned about your images, you may wish to embed a watermark with your information into the image. Consult your image editing program's help file for more details.
Related Questions

Q#9.1: What programs/utilities should I have to port UNIX source code to GNO?

news.answers/apple2/GNO-faq
A#9.1: Strictly speaking, all you need is a C compiler (since UNIX source tends to be in C). However, there are a few programs that can be considered "essentials" for doing ports. All of these are mentioned in the section on "Compiling": ORCA/C, occ, dmake A#9.2: The first thing to watch for is known compiler and library bugs. Soenke Behrens maintains the current ORCA/C bug report list. You should keep the contents of this list in mind when examining the target source code.
Related Questions

Servlet concepts Q: What's the difference between applets and servlets?

Code Style: Java servlets frequently asked questions (FAQ)
There are many fundamental differences between Applet and Servlet classes, the Java API documentation for the two types will show you they have little in common. Applets are essentially graphical user interface (GUI) applications that run on the client side in a network environment, typically embedded in an HTML page. Applets are normally based on Abstract Windowing Toolkit components to maintain backward-compatibility with the widest range of browsers' Java implementations.
Related Questions

Design concepts Q: What's the difference between abstraction and encapsulation?

Code Style: Java language frequently asked questions (FAQ)
Abstraction and encapsulation are two quite separate concepts in Java. Abstraction is a technique that is used to represent common functionality amongst a set of classes. An analogy is to look at a set of vehicles: Car, Truck and Bus have some common features that all road vehicles share. From a Java perspective, the mechanics of turning four wheels, an engine, could be handled in abstract form through a common superclass. Abstraction allows subclasses to share common code without duplication.
Related Questions

JSP concepts Q: What's the difference between JSP and servlets?

Code Style: Java Server Pages frequently asked questions (FA...
Ultimately, servlets and JSP are the same thing. When you deploy JSP documents, the servlet container generates Java source code from the text and tags, then compiles the source to create servlet classes. The JSP servlet classes are then used to service requests the same way as standard servlets. Servlets tend to be better at providing validation for HTTP requests, interpreting the request parameters and directing the outcome of the interaction.
Related Questions

I configure user action to use external compiler. Can I handle erros if they occured in source code?

CodePad Homepage
Yes, you can define parser rule. If it is defined, CodePad will parse compiler output and try to find file name and error line number. In examples:
Related Questions

Do you provide source code for the benchmark?

SPECjAppServer2004 Frequently Asked Questions
Yes, but you are required to run the files provided with the benchmark if you are publishing results. As a general rule, modifying the source code is not allowed. Specific items (the load program, for example) can be modified to port the application to your environment. Areas where you are allowed to make changes are listed in the SPECjAppServer2004 Run and Reporting Rules. Any changes made must be disclosed in the submission file when submitting results.
Related Questions

What's the size of MediaPortal source code?

FrequentlyAskedQuestions - MediaPortal Wiki Documentation
The MediaPortal source code is about 160MB. However, SVN uses compression so only 66MB need to be downloaded, if you download the needed main trunk only. All other branches should not be downloaded.
Related Questions

Is LimeWire's source code available?

Frequently Asked Questions - LimeWire
Yes it is. LimeWire is open source, which means that anyone can view or change the source code. Please check http://www.limewire.org. You can sign up and obtain the source code there.
Related Questions

Where can I find Flash game source code?

Forum FAQ - GameDev.Net Discussion Forums
Many of the tutorials listed above contain example code for games, however here's a few extra links for full Flash game source.
Related Questions

Can I get a copy of the source code for SpamCop?

SpamCop FAQ
No. While Julian did try to open up the program by putting it under General Public Licence (GPL) at SourceForge, the project never generated much interest among developers. SpamCop has since been sold to private interests. The SpamCop Reporting and Blocking List services are owned by Ironport Systems, Inc. The SpamCop Filtered Mail Service is owned by Corporate Email Services (CESMail).
Related Questions

Can I get access to Haxial source code?

Haxial FAQ
No, sorry. Most software companies do not give their customers access to source code. Haxial is no exception.
Related Questions

edit] What about the source code?

World Wind FAQ - World Wind Wiki
The source code is for developers. It is an additional download to the Full Install. If you just want to use World Wind and look around, all you need is the Full Install. If you want the source code as well, download both. Once you run the full install, copy the Data directory from your World Wind full install directory into your source directory. World Wind was not designed for Windows Vista but can run on it.
Related Questions

edit] Q: What compiler can I use with Code::Blocks?

FAQ - CodeBlocks
a matter of fact it largely depends on the used compiler plugin. The one provided with the default Code::Blocks installation, supports GNU GCC (MinGW/Cygwin), MS Visual C++ Free Toolkit 2003, Borland's C++ Compiler 5.5, DigitalMars Free Compiler., OpenWatcom and Small Device C Compiler (SDCC). A little documentation problem ^^;. The "default compiler" is usually GCC, so when you imported it with "the default compiler", you told it to use GCC.
Related Questions

Compiler commands Q: What are the steps in compiling a class?

Code Style: Java compiler frequently asked questions (FAQ)
Once you have written the Java source code file, there is only one step required to compile it. To compile the class from the command line, you need to give the path to the compiler program, such as Sun javac, and the path of the source code file, like this:
Related Questions

back to top Q: Is LimeWire's source code available?

Free Microsoft Software
Yes it is. LimeWire is now open source. Please check http://www.limewire.org. You can sign up and obtain the source code there.
Related Questions

BOINC Readme
A.) Yes, the source code for the BOINC framework, the SAH client and AP client is available. You can download the BOINC source from here http://boinc.berkeley.edu/source/, the SAH source from here http://boinc.berkeley.edu/seti_source/ and the AP source from here http://boinc.berkeley.edu/ap_source/. Latest snapshots are in the "nightly" directory, but be warned that this source might not always compile cleanly. This is due to the fact that the source is constantly under development.
Related Questions

Compiler diagnostics Q: What does this deprecation message mean?

Code Style: Java compiler frequently asked questions (FAQ)
The deprecation message you have seen means that the methods you are calling have been marked with a JavaDoc deprecation comment. When a method or class is marked deprecated it is only advisory, not mandatory, but the advice is given for good reason and should be followed. So long as deprecated methods remain in the public API it is possible to use them, so this approach supports legacy code and gives developers time to amend their applications as necessary.
Related Questions

Is C++ a superset of C? Can I use a C++ compiler to compile C code?

Infrequently Asked Questions in comp.lang.c
C++ is a superset of something, we're not sure what. You can use a C++ compiler to compile C code, but the results may surprise you.
Related Questions

Q) a source that doesn't have an author?

Since we are discussing books here, you would just replace the title in the area where the author's name usually would go. Use the author's name for only the first entry. For all other entries, type three hyphens followed by a period. Make sure the titles are sorted in alphabetical order. The same way you would cite a normal book entry. You would just place "ed." (editor) or "eds." (editors) following a comma after the author's name.
Related Questions

Can I download programs (or source code, etc.) from these pages to use on my computer?

NASA - JPL Solar System Simulator
Not yet... but I am working on making the softare public domain, and building a Mac OS X version which may be out in March 2005. The Simulator is not 100% bug free (especially when viewing Saturn very zoomed in or in certain geometries). Try again from a slightly different viewpoint or field of view. There is a bug list that gets worked on every couple of months.
Related Questions

Can source code be reverse-engineered from IL?

Andy Mc's .NET Framework FAQ
Yes, it is often relatively straightforward to regenerate high-level source from IL. Lutz Roeder's Reflector does a very good job of turning IL into C# or VB.NET.
Related Questions

Where can I see a sample of MetaL programs source and generated code?

MetaL - Frequently asked questions
The source code of the Hello world! program written in Metal and the generate code in the target languages PHP and Java. A template document definition written in MetaL for generating class documentation independent of the target format.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact