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

ansi c

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean ANSI C (2 results)

TechRepublic Resources

Floating Point Calculations and the ANSI C, C++, and Fortran Standard
High application performance is an important goal of the Intel compilers, even at default optimization levels. A number of optimizations involve transformations including: evaluation of constant expressions at compile time, hoisting invariant expressions out of loops, and changes in the order of evaluation of expressions that are not consistent with...
Tags: ANSI C, Fortran, Compiler, C, C++, Intel Corp., C/C++, Programming Languages, Development Tools, Software Development, Software/Web Development
White papers 2006-08-01
Lingua Compiler 3.04 (Windows)
Lingua is an IDE-based software tool that translates a description of a language into a C-based parser for that language. It was originally created to recognize and parse English sentences and fragments, loading of vocabulary and definitions into a neuric brain. The tool takes a description of the target language...
Tags: IDE, ANSI C, C, Microsoft Windows, Neuric Technologies, Lingua, Test Program, C/C++, Programming Languages, Development Tools, Software Development, Software/Web Development
Software downloads 2003-07-08

Additional Resources

Axiomatic Multi-Platform C 1.6.9c (Windows)
AMPC compiles ANSI C programs directly into Java bytecodes to run on any platform where a Java runtime is available. AMPC can also be used to integrate C and Java programs since AMPC's C functions can directly call numerous Java methods and vice versa. AMPC supports ANSI C 1989 (ISO...
Tags: C, Microsoft Windows, Axiomatic Solutions, AMPC, C/C++, Programming Languages, Java, Software Development, Software/Web Development
Software downloads 2007-09-18
Axiomatic Multi-Platform C 1.6.9 (Mac)
AMPC compiles ANSI C programs directly into Java bytecodes to run on any platform where a Java runtime is available. AMPC can also be used to integrate C and Java programs since AMPC's C functions can directly call numerous Java methods and vice versa. AMPC supports ANSI C 1989 (ISO...
Tags: Apple Macintosh, C, Axiomatic Solutions, AMPC, C/C++, Programming Languages, Java, Software Development, Software/Web Development
Software downloads 2007-09-14
VB.NET or C
VB.NET or Carticle rootTable headings wrong way round!Your datatypes table have the wrong langauge headings ;)Having worked in bothVb tends to be easier to work with and easier to understand. And most of the c programmers I've worked with tend to do things in a more obscure fashion. Working for...
Tags: C#, vb.net, mattcol, programming, pointer, Microsoft Visual Basic, Microsoft Visual Basic.Net, C
Discussion threads 2006-05-24
Pros and cons of using C++ templates
Templates in C++ allow you to deliver algorithms that don't have to be bound to a specific object. Here's a look at the advantages and shortcomings of templates.Templates are a relatively new addition to C++, and they introduce the concept of generic programming. Generic programming is a data structure-independent way...
Tags: C/C++, Programming languages, C++ Standard, C++, algorithm
Technical articles 2002-05-22
C# my biggest challenge
C# my biggest challengeblog rootC# Api for UCL algorithmUCL is a portable lossless data compression library written in ANSI C by Markus F.X.J. Oberhumer, it can be found on his site.  When I first tried the System.IO.Compression of the new 2.0 Framework I was not happy, the compression is ok with...
Tags: .NET, Programming languages, Engineering, C/C++, API, StefanProdan, C#, Microsoft Outlook, algorithm, external Website, UCL
Discussion threads 2005-08-19
Program in Embedded C++ for Smaller and Faster Code
This article presents an overview of the capabilities of Embedded C++ (EC++). Embedded system software developers currently using C are faced with an important decision when beginning a new project--should they change their programming language to the increasingly popular C++, Embedded C++ (EC++) or remain with ANSI C? This article...
Tags: Green Hills Software Inc., C, C++, C/C++, Programming Languages, Software Development, Software/Web Development
White papers
UML for Objective-C
Objective-C is a popular programming language for Mac OS X computers. The Unified Modeling Language UML is the industry standard notation for modeling object-oriented software. This paper shows how to model Objective-C software using UML. Objective-C is one of several programming languages supported by Apple's Xcode development system. The Objective-C...
Tags: Software, Object-oriented, Objective-C, Objective-C Language, UML, Ooa/Ood/Oop, Programming Languages, Research & Development, Software Development, Software/Web Development, Business Operations
White papers 2005-09-12
Oracle Class Library for C++ 1.0 (Windows)
Oracle Class Library OCL provides native access to the Oracle database server. OCL contains classes to control connection, execute SQL statements, store and process result rows of queries and some common classes useful for developing database applications. OCL is written with ANSI C++ and uses Standard C++ Library only that...
Tags: Oracle Corp., C++, Core Lab Software Development, Oracle Class Library, C/C++, Microsoft Windows, Programming Languages, Databases, Enterprise Software, Software Development, Software/Web Development, Operating Systems, Software, Data Management
Software downloads 2001-01-27
C Explorer X 1.0 (Mac)
C Explorer provides and easy GUI for compiling and running C programs on OS X. It uses the built in "cc" command to compile ANSI C code. It is convenient for anyone learning C and needing a fast and easy way to compile and run their work. It offers drag...
Tags: Apple Macintosh, C, C Explorer, C/C++, Programming Languages, Software Development, Software/Web Development
Software downloads 2002-02-14
C To Java Converter 1.1 (Windows)
The C2J converter provides automatic translation of C code source files into separate Java classes with appropriate names. Standard ANSI C runtime and K&R C libraries are fully supported, and the program has a simple graphical user interface. Written in C, the converter is available as a native executable for...
Tags: SoftLogica, C, Microsoft Windows, C2J Converter, C/C++, Programming Languages, Java, Software Development, Software/Web Development
Software downloads 2002-04-10
Borland C++ Builder 2006 (Windows)
C++Builder 5 Enterprise is the most powerful ANSI C++ development environment for rapidly building Internet and distributed applications. C++Builder's InternetExpress includes the Web Client Page Wizard for creating flexible extensible systems to support e-commerce using HTML 4 and XML. Create scalable distributed HTML applications with the MIDAS PageProducer, and WebBroker....
Tags: Midas Inc., Borland Software Corp., Borland C++Builder, Microsoft Windows, C++Builder 5 Enterprise, Internet, Development Tools, Corba, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Software downloads 2005-12-12
Why should you choose fstream classes for file I/O in C++?
The <fstream> file I/O library offers several advantages over ANSI C’s <stdio.h>, including an object-oriented interface, internationalization and localization support, safety, and simpler usage. Let's take at look at how you can use this library efficiently and effectively.Introducing <fstream> classesThe <fstream> library includes three basic classes: ifstream, ofstream, and fstream,...
Tags: C/C++, Programming languages, Listing B, I/O, C++
Technical articles 2003-04-22
Knight Coder
Knight Coderblog rootThe hassle of short software lifespans and upgrades.The one thing I have to always be mindful of is the lifespan of scriptsI use on my domains such as blog, forum and CMS Content ManagementSystem packages. I have noticed that many times, these get updatedquite frequently, and means sometimes...
Tags: Microsoft development tools, Programming languages, ByteBin, Microsoft Visual Basic, database, Microsoft Visual Basic 6.0, software
Discussion threads 2005-11-20
ACiDDraw ANSI Editor 1.25r (Windows)
From the developer: ""ACiDDraw v1.25 is a full featured ANSI text editing utility which lets you create and manipulate ANSI/ASCII images. ACiDDraw now supports ANSI, ASCII, PASCAL, C, ASM, COM, BIN and PCBOARD save formats. It also features four editing pages at 1,000 lines each, 160-column editing mode, VGA previewing,...
Tags: ACiD Productions, ActiveX/COM/COM+/DCOM, C/C++, Microsoft Windows, Programming Languages, Middleware, Software Development, Software/Web Development, Operating Systems, Software, Enterprise Software
Software downloads 2002-09-04
Understand 2.0 (Windows)
Understand for C++ analyzes any sized ANSI C, K&R C, or ANSI C++ project to provide in-depth cross reference, call trees, include trees, class hierarchies. Interactive GUI and excellent HTML output.
Tags: Tree, Scientific Toolworks, C/C++, Programming Languages, Microsoft Windows, Software Development, Software/Web Development, Operating Systems, Software
Software downloads 2007-11-25
EngSim for MS VC++2005 3.0 (Windows)
ENGSIM: Engineering Simulation Library for Microsoft Visual C++ 2 to 20 Times Faster than Matlab Very Easy to program. Use the same programming syntax as Matlab, ANSI C and/or ANSI C++ Graphics Support is Very Good Support Complex Array and Complex Matrix, Negative Indexing for Array and Matrix Support...
Tags: Microsoft Windows, Microsoft Corp., Matlab, Programming, EngSim LLC, C/C++, Development Tools, Programming Languages, Microsoft Development Tools, Software Development, Software/Web Development
Software downloads 2008-01-02
EngSim for MS VC++6.0 3.0 (Windows)
ENGSIM: Engineering Simulation Library for Microsoft Visual C++ 2 to 20 Times Faster than Matlab Very Easy to program. Use the same programming syntax as Matlab, ANSI C and/or ANSI C++ Graphics Support is Very Good Support Complex Array and Complex Matrix, Negative Indexing for Array and Matrix Support Fix-point/Floating-point...
Tags: Microsoft Windows, Microsoft Corp., Matlab, Programming, EngSim LLC, C/C++, Development Tools, Programming Languages, Microsoft Development Tools, Software Development, Software/Web Development
Software downloads 2008-01-02
What is the most valuable language/app to specialize in?
What is the most valuable language/app to specialize in?I have been around. I have written in fortran, basic, markiv, rpgIII, taskmate, etc. I have worked with db2, oracle, vb, vb.net, a little java, access, vb in access-word-excel, dreamweaver, flash, firworks, photoshop, a little php, a lot of sql...
Tags: C, C++, career, Java, Microsoft .NET, oldgrump, PHP, programming
Discussion threads 2005-03-04
  • << Previous
  • page 1 of 1
  • Next >>


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
PC Troubleshooter Resource Guide, Fifth Edition
Ensure you have the solutions you need to troubleshoot power supplies, CPUs, video cards, disk drives, CD and DVD drives, motherboards, sound cards, USB issues, monitors, printers, laptops, network connections, spyware, Windows XP and more.
Buy Now

SmartPlanet