On CBSSports.com: Mike Tyson's daughter dies in accident
137 Resources for

compiler

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean compiler (137 results), GCC (13 results), C++ compiler (2 results), JIT compiler (1 results)

TechRepublic Resources

Compiler and interpreter
Hi. This is Ashwin from India. I m a student at JSSATE(B.Tech, 1st year).I m a beginer at c language programing.The question i have is that what is the difference b/w a compiler and interpreter.As i read, a interpreter is better than a compiler, still a compiler is prefered. Why?
Tags: Development tools, ashwin_3156@..., compiler, interpreter
Discussion threads 2007-11-18
The programming paradigm needs an update
The way I view programming is different than it was a week ago due to various factors. First, I have spent a lot of time lately with my head buried in the .NET documentation, and something in the back of my mind said, "If C# is so much more efficient...
Tags: Perl, Compiler, Problem, Code, Fact, SQL, Programmer, Language, Programming, Lisp, Development Tools, Software Development, Software/Web Development, Justin James
Blog posts 2007-10-23
Simplify JavaScript development with jQuery
Could be better with MilescriptThere is a new language for client-side web development in town, Milescript.In a few words, it's a high-level, strongly-typed language that compiles to ECMAScript. The compiler is open source and some of the features include:Inheritance, Abstracts, InterfacesDelegates and Generic TypesFunction and Constructor OverloadingObject-Oriented Design.A more complete...
Tags: Development tools, OPEN SOURCE, point5u@..., compiler, JavaScript
Discussion threads 2007-10-02
COBOL COMPILER
What is the best buy of a COBOL COMPILER FOR A PC RUNNING UNDER WINDOWS 2000 PROFESSIONAL.FUJITSU, CA-REALIA, RM-COBOL, IMB COBOL, MICRO FOCUS, ACUCORP ?THANKS
Tags: Programming languages, Microsoft Windows 2000, Development tools, rmarscreen@..., COBOL compiler, COBOL, compiler
Discussion threads 2007-07-16
(Gallery: Intel releases new 10.0 compiler)
... but how important is it?Whilst it is of some benefit to have a faster compiler all those extra milliseconds in the day to play with, the real test of a compiler is the ability to produce small, tight, fast, bug free executables. If they were serious here, Intel...
Tags: Development tools, Frederick Q. Bear, compiler, resultant, Intel Corp.
Discussion threads 2007-06-28
Intel releases new 10.0 compiler
C++ AND FORTRAN ARE SCRIPTScript is that code stuff.Just look at the bucks behind them.
Tags: Programming languages, BALTHOR, compiler, Intel Corp.
Discussion threads 2007-06-05
Gallery: Intel releases new 10.0 compiler
For C++ and Fortran developers, the compilers boast huge optimizations across a wide range of applications along with some basic auditing of code security.
Tags: Development tools, Programming languages, compiler, Fortran, auditing, C++, optimization, developer, Intel Corp., security
Image galleries 2007-06-05
Intel releases new 10.0 compiler
Intel today has announced availability of the newest Intel 10.0 compilers for C++ and Fortran developers which boasts huge optimizations across a wide range of applications along with some basic auditing of code security. I spoke with Intel's James Reinders to get a better understanding of the product line and...
Tags: Processors, News, Intel, Development
Blog posts 2007-06-05
Splitting a class across files in VB.NET
VB.NET's Partial keyword allows you to split very long classes to multiple physical source files. Learn more about using the Partial keyword, and see a code example. With the complexity of today's applications, developers often deal with classes that are very long. One way to make the classes...
Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, compiler, Visual Basic Tips Newsletter, Class, .Net, Development Tools, Software Development, Software/Web Development
Technical articles 2007-05-03
how to uninstall the gcc3.2.2 in redhat
how to uninstall the gcc compiler 3.2.2 from redhat i want to downgrade the gcc compiler from gcc3.2.2 to gcc2.95.3 can any one tell me how to uninstall the gcc compiler ....
Tags: Development tools, yogeshk@..., GCC, compiler
Discussion threads 2007-04-12
Create .NET documentation with Microsoft's Sandcastle
Microsoft's Sandcastle is a compiler for managed class libraries that provides you with the tools to generate MSDN-style documentation. Take a look under the hood to see if Sandcastle might be useful for your next .NET project. From its beginning, the .NET Framework allowed C# developers to use...
Tags: Microsoft Corp., Sandcastle, MrefBuilder, Build Assembler, XML, Tony Patton, PRODUCTIVITY, .NET, Microsoft development tools, tool, .NET Newsletter, HTML, Microsoft .NET, Compiler, Microsoft Sandcastle, Software/Web Development, Web Development, Software Development
Technical articles 2007-04-10
More multithreaded thoughts
The world of threads and parallelism is a topic that I keep coming back to, over and over again. In the same day, George Ou sent me a link to an interesting yet all too short article on an automatic parallelizing compiler, and I sent him a link to an...
Tags: Application Development, General, Multithreading, Programming, Software Design, Software Development
Blog posts 2007-03-14
CC 5.5 compiler flag to issue 64bit porting warnings on sparc-solaris
Hello,We are porting our 32 bit application to 64bitSo we need compiler flag which issues warnings.We tried with -xarch=v9, -xarch=v9a and -xport64=full. But we are not getting any warnings.Please tell some option to get porting warnings.We are using CC 5.5 compiler on sparc-solaris-sun m/c.Thanksshobha
Tags: compiler, shobha_hubballi@...
Discussion threads 2007-03-01
Write your name in the Firefox code
Fame as a incentive - a low point for FireFoxWhile I am a "end-user" of FireFox, I feel sorry for anyone working with source code that may have to contend with a huge comment block or something of names. I'm also hoping that however these names end up in...
Tags: Development tools, compiler
Discussion threads 2006-07-21
Compiler Optimizations Can Only Go So Far
My most recent post ("How I Improved Execution Speed By 100 Times In 5 Minutes") generated some tremendous feedback. One of the things that was touched upon a number of times was the possibility of the compiler or managed code environment caching values used in loops, or automagically transferring the...
Tags: compiler, Kevmeister, loop, Value at Risk
Blog posts 2006-06-30
Software Dev Random Rantings
blog rootSoftware Development Tool Wish-ListAs a developer, I often find myself doing repetitive code for data access, or doing the same refactoring tasks again and again during maintenance. I have been developing a toolset that I use for some of these tasks, but to do them properly without huge effort...
Tags: Blogging, PRODUCTIVITY, Development tools, software, Bork Blatt, blog, tool, compiler
Discussion threads 2006-03-28
vb compiler
Can any one till me about the best VB compilerWhole mess of free or low-cost ones available here:http://www.thefreecountry.com/compilers/basic.shtmlThe VB.NET compiler is decentGAMBAS on Linux is excellent. It has a nice IDE and is OO.Good question! One I like to have an answer to myself. My hunch is that...
Tags: Development tools, Microsoft development tools, Programming languages, compiler
Q&A 2006-01-13
Decide what to include at compile time using conditional compiler constants
Conditional compilation constants allow you to control what is included in an application's compiled code. Discover how you can utilize this feature by declaring conditional compiler constants in VB.NET and C#. There are various scenarios where certain sections of code are not necessary depending upon what you are...
Tags: Microsoft Visual Basic.Net, C#, Tony Patton, .NET, Programming languages, Microsoft development tools, directive, conditional compiler, compiler, compilation, .NET Newsletter, Listing B, Compiler Constant, Debug, Trace, Software Development, Software/Web Development, Development Tools
Technical articles 2005-12-20
Decide what to include at compile time using conditional compiler constants
There are various scenarios where certain sections of codeare not necessary depending upon what you are compiling. For example, you maywant to include debugging code during testing but with final applicationroll-out. Thankfully, C#, VB.NET, and even J# provide this functionally via aset of pre-processing directives. These directives allow you to...
Tags: #If, C#, compilation, compiler, conditional compiler, directive, Microsoft Visual Basic.Net, Tony Patton
Technical articles 2005-12-20
TechDiss
TechDissblog rootPlatform IndependencePlatform IndependenceJava is created to develop network application. OO concept taken from C++ as a reduced subset of what was available in C++ and some restriction are being placed on some of OO concept like multiple inheritance. Since Java was created for networking application it have to be...
Tags: Programming languages, Development tools, sagarawasthi_71@..., Java compiler, Java, JVM, compiler, JIT compiler
Discussion threads 2005-07-20


500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now
IT Help Desk Survival Guide, Third Edition
TechRepublic's IT Help Desk Survival Guide, Third Edition provides tools and recommendations to help you better manage help desk services, improve end-user support, troubleshoot frustrating hardware issues, identify quick fixes to vexing Windows problems, and help users make the most of Microsoft Office 2003.
Buy Now

SmartPlanet