Search 5,000,000+ questions and answers.

Frequently Asked Questions

What are the basic details about the C++ compilers?

The umich.umce.login FAQ List
The compiler CC (/opt/SUNWspro/bin/cc) is the Sunsoft version 4.0 C++ compiler, and is a system V compiler environment. It includes headers from /usr/include, and uses libraries out of /usr/lib. The header files in /usr/include are written to be compatible with both Sunsoft C++ and C. This is a currently Sun supported product, which we have a support contract for. It will evolve moderately, but should be available in this basic form for at least the next 5-10 years.
Related Questions

Where are the compilers?

DCF FAQ
All the Sun compilers are in /opt/SUNWspro/bin (Solaris) C, C++, Fortran GNU compilers are in /opt/local/bin directory.
Related Questions

What C/C++ compilers are on Force?

STWing Computing Services
the default compiler on Force is the most current stable version of GCC. It's is located at /usr/local/bin/gcc. finally, there are several other revisions of gcc in the /opt hierarchy. You can change which one you are using by setting the CC environment variable prior to doing a ''make".
Related Questions

Which C compilers can I use with Parrot?

docs/compiler_faq.pod
Whoa, there--you're looking at the wrong FAQ. This document is for people writing compilers that target Parrot. To answer your question, though, Parrot should theoretically work with any C89-compliant C compiler, although some features require gcc. See the README files in the root directory for more information about building Parrot. How can I implement a compiler to use as a compiler object from within Parrot? (For example, with the compile op.
Related Questions

Why do C++ compilers need name mangling?

Ans: Name mangling is the rule according to which C++ changes function's name into function signature before passing that function to a linker. This is how the linker differentiates between different functions with the same name.
Related Questions

C.  What are the basic symptoms?

Crouzon Support at AboutFace USA - FAQ
A wide range of symptoms have been attributed to Crouzon Syndrome, but the standard craniofacial symptoms are: premature fusion of sutures,  a "flat" sphenoid bone, exophthalmos (protruding eyes), a hypoplasic midface/small palate with subsequently compressed nasal passages, and a large jaw.   Severity of all Crouzon symptoms varies from case to case. The basic, and usually most dangerous, effect of Crouzon Syndrome is premature fusion of the sutures.
Related Questions

Can I use your Basic compiler program to convert Basic programs into C?

FAQ
The compiler only works for a small subset of Basic and produces quite inefficient code. I do not recommend it.
Related Questions

What is the basic job? Can we have some more details?

guidelines. You will be given a separate webpage which you can use as contact address in your ads. When you post the ads on internet or offline then interested people will join underyou. The number of valid referrals joining underyou by using your webpage will determine your income. On an average, a member who works fori hr. a day or 25-30 hours in a month is able to generate 30 referrals month and earns $100-$500. However, there is no limit to the earnings.
Related Questions

Where can we find details on outstanding c-loans?

Lebanese Ministry of Finance - Public Debt FAQs
Details on outstanding c-loans (maturity, outstanding principal amount and interest payments) can be found in the "Public Debt Report" at page 17.
Related Questions

Why can't g++ code link with code from other C++ compilers?

Frequently asked questions about the GNU C++ compiler
Some people think that, if only the FSF and Cygnus Support folks would stop being stubborn and mangle names the same way that, say, cfront does, then any g++-compiled program would link successfully against any cfront-compiled library and vice versa. Name mangling is the least of the problems.
Related Questions

Where can I find free lisp compilers or interpreters?

Frequently Asked Questions for comp.lang.lisp
A lightweight common lisp interpreter and compiler, which compiles to bytecode, and runs on Windows, AmigaOS, Acorns, OS/2 and most flavours of Unix. CLISP's implementation of CLOS is currently not quite complete. CLISP is licensed under the GNU GPL. CMUCL interpreter and optimizing compiler to native code running on a few flavours of Unix (including x86/FreeBSD, x86/Linux and sparc/Solaris). CMUCL can be difficult to compile; it requires itself to build itself, and bootstrapping is an issue.
Related Questions

Which compilers are supported?

SGI STL: Frequently Asked Questions
The STL has been tested on these compilers: SGI 7.1 and later, or 7.0 with the -n32 or -64 flag; gcc 2.8 or egcs 1.x; Microsoft 5.0 and later. (But see below.) Boris Fomitchev distributes a port for some other compilers. If you succeed in using the SGI STL with some other compiler, please let us know, and please tell us what modifications (if any) you had to make. We expect that most of the changes will be restricted to the <stl_config.h> header.
Related Questions

How do you program in Visual Basic, Qbasic, C++ ?

Computer Controlled Christmas Lights - Brisbane, Australia
Look I simply do not have the time to offer complete courses in electronics or programming. This is very technically complex if you don't already have at least some digital electronics AND programming skills. Of course if you've got specific questions, then sure I don't mind answering them when I have a chance. :-)
Related Questions

Is the FBI forthcoming on basic details?

Carnivore FAQ (Frequently Asked Questions)
The FBI claims that it has been forthcoming on basic details of the program. Many experts disagree, blaming the FBI for creating an environment of fear and mistrust. Even though it cannot disclose the source code to Carnivore, it could disclose a lot more about it. For example, the FBI could run Carnivore in a test lab through all permutations (e-mail content, e-mail headers, IP packets, RADIUS logon, etc.) and disclose the evidence gathered along with original tracefiles.
Related Questions

What is C#?

Andy Mc's .NET Framework FAQ
C# is a new language designed by Microsoft to work with the .NET framework. In their "Introduction to C#" whitepaper, Microsoft describe C# as follows: C# is a simple, modern, object oriented, and type-safe programming language derived from C and C++. C# (pronounced "C sharp") is firmly planted in the C and C++ family tree of languages, and will immediately be familiar to C and C++ programmers. C# aims to combine the high productivity of Visual Basic and the raw power of C++.
Related Questions

FAQ
It stands for "Comment and Critique". If you want critique so you can get general advice or make revisions, let people know by asking for it. If you're not looking for suggestions, as with finished work for projects or with work you're not planning on updating, then let people know, else you are likely to get a few critiques by default.
Related Questions

How does DJGPP compare with other DOS-based C compilers in terms of efficiency of generated code?

DJGPP Frequently-Asked Questions List
A : The quality of code generated by GCC with optimization turned on (-O2 switch to the compiler) is generally at least as good as what you will get from top commercial products, like Borland, Microsoft and Watcom. Mode switches indeed have a certain performance hit, but in most programs it is negligibly small, because only DOS and BIOS services require such a switch, and most programs spend most of their time doing other things. A : In general, GCC 2.7.2 which comes with DJGPP v2.
Related Questions

lt;Q:03.05> - How can I change the stack size in Borland's C compilers?

comp.os.msdos.programmer FAQ
In Turbo C, Turbo C++, and Borland C++, you may not find "stack size" in the index but the global variable _stklen should be there. The manual will instruct you to put a statement like extern unsigned _stklen = 54321U; in your code, outside of any function. You must assign the value right in the extern statement; it won't work to assign a value at run time. The linker may give you a duplicate symbol warning, which you can ignore.
Related Questions

What about older SGI compilers?

SGI STL: Frequently Asked Questions
Given the rate of improvement in C++ implementations, SGI strongly recommends that you upgrade your compiler. If this is not possible, you might try the version of the STL for older Borland and Microsoft compilers (see the Download the STL page), or Boris Fomitchev's port. Neither of these is supported.
Related Questions

Development environment Q: What Java compilers are there?

Code Style: Java compiler frequently asked questions (FAQ)
The Java compiler is a program like any other and your operating system needs to know where to find the executable file. The simplest way to do this is to give the full path to the Java compiler in the command, as below for Windows...
Related Questions

faq:transition_faq [UTKCS Help Pages]
All compilers officially supported by the Labstaff will be placed in the /usr/local file system on all supported systems. On Debian systems we are currently supporting the gcc compiler system for the C, C++, Objective C, and FORTRAN 77 programming languages. To find the current version, use this command: /usr/local/bin/gcc --version gcc (GCC) 3.4.4 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions.
Related Questions

What are the basics about the compilers?

GPCC: Login Service
This is Sun's C compiler for Solaris®. It comes with several helpful tools, including cscope. It is the default C compiler on the Login machines. System V make, ar, etc. are also in the default path. Solaris® provides a Berkeley compatibility environment which includes a special C compiler and a set of Berkeley-compatible include files and compiler libraries. If you need this environment, use the ucbcc command, which is now in the default path. This is Gnu's C Compiler.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact