turbo c 3 free
turbo c 3 free
Converter recognizes Pascal dialects which are compatible with Turbo Pascal 4.0/5.0 and ISO Pascal standard - IEC 7185:1990(E) (including conformant arrays). At this moment it was tested with Turbo Pascal, Oregon Pascal, Sun Pascal and HP Pascal.
Converter can produce both C++ and C output. Using of C++ language allows to encapsulate some Pascal types and constructions into C++ classes. So mapping between Pascal and C++ becomes more direct then between Pascal and C. I use C++ templates to implement Pascal arrays and files. Special template classes are used for conformant arrays. C++ like streams are used to implement Pascal IO routines. The same runtime library is used both for C and C++.
Now PtoC recognizes Turbo Pascals extensions, such as units, strings, some special types and operations. Turbo Pascal extensions are supported only for C++ language.
At this moment PtoC successfully converts more than 400,000 lines of Oregon Pascal to C (from RSX to OpenVMS). To test C++ translation and conversion of Turbo Pascal extensions I convert BGIDEMO.PAS and LISTER.PAS files from Turbo Pascal distribution and also convert some numeric programs written on Turbo Pascal by my friends. To check quality of conversion please look in file bgidemo.cxx which was produces from original Borland bgidemo.pas without any manual changes. Moreover it is possible to compile it, link with WinBGI library and run it under Windows or X-Windows.
Converter recognizes Pascal dialects which are compatible with Turbo Pascal 4.0/5.0 and ISO Pascal standard - IEC 7185:1990(E) (including conformant arrays). At this moment it was tested with Turbo Pascal, Oregon Pascal, Sun Pascal and HP Pascal.
Converter can produce both C++ and C output. Using of C++ language allows to encapsulate some Pascal types and constructions into C++ classes. So mapping between Pascal and C++ becomes more direct then between Pascal and C. I use C++ templates to implement Pascal arrays and files. Special template classes are used for conformant arrays. C++ like streams are used to implement Pascal IO routines. The same runtime library is used both for C and C++.
Now PtoC recognizes Turbo Pascals extensions, such as units, strings, some special types and operations. Turbo Pascal extensions are supported only for C++ language.
At this moment PtoC successfully converts more than 400,000 lines of Oregon Pascal to C (from RSX to OpenVMS). To test C++ translation and conversion of Turbo Pascal extensions I convert BGIDEMO.PAS and LISTER.PAS files from Turbo Pascal distribution and also convert some numeric programs written on Turbo Pascal by my friends. To check quality of conversion please look in file bgidemo.cxx which was produces from original Borland bgidemo.pas without any manual changes. Moreover it is possible to compile it, link with WinBGI library and run it under Windows or X-Windows.
MySQL Turbo Manager Free Edition enhances productivity and simplifies your database development and administration process with a functionality and friendly GUI.
MySQL Turbo Manager works with all MySQL versions from 3.23 to 5.1 and supports all MySQL features including tables, views, stored procedures, functions, triggers, InnoDB Tables, foreign keys , UDFS, BLOB Types and so on.
MySQL Turbo Manager works with all MySQL versions from 3.23 to 5.018 and supports all MySQL features including tables, views, procedures, functions, triggers, InnoDB Tables, foreign keys , UDFS, BLOB Types and so on. Also, it includes the most advanced options for data manipulation, reports generation,create and execute queries, execute scripts,database monitor,export and import data.
MySQL Turbo Manager is a professional database tool for expert and newbie mysql users.
MySQL Turbo Manager Free Edition is a free graphical tool for database development and administration.
MySQL Turbo Manager Free Edition enhances productivity and simplifies your database development and administration process with a functionality and friendly GUI.
MySQL Turbo Manager works with all MySQL versions from 3.23 to 5.1 and supports all MySQL features including tables, views, stored procedures, functions, triggers, InnoDB Tables, foreign keys , UDFS, BLOB Types and so on.
Stunnix C and C++ Obfuscator 3.3 is an advanced tool for making C and C++ source code difficult to understand and adapt. It's useful for cases when source code needs to be shipped without fear of intellectual property theft or illegal code reuse. Some companies that ship cross-platform software prefer to ship it in the obfuscated source code form, expecting customers to build that software on any platform they wish. For example: FlexeLint for C/C++ by Gimpel Software (a tool for checking C and C++ source code) is distributed as obfuscated source code, eliminating the need to compile the software for each and every platform potential customers can use.
It converts the C and C++ source code into a highly mangled and obfuscated form, making it extremely difficult for competitors or customers to study, analyse, reuse and re-work while fully retaining the original functionality.
Major Features:
- C and C++ Obfuscator is cross-platform product, it can be easily installed and used on Windows, Mac OS X, Linux, Solaris or any other Unix OS.
- Supports correct obfuscation of all preprocessor macros and conditionals of any complexity
- applies obfuscation of names and bodies of macros, supporting any use of preprocessor conditionals. Symbols in all branches of preprocessor conditionals are consistently obfuscated.
- Full support for products consisting of several C and C++ files in the same C/C++ Obfuscation Project
- C and C++ Obfuscator, unlike other tools, was designed with multi-file complex products in mind. This means that given same set of obfuscation parameters, any given symbol name will be obfuscated to the same name independant of its position and file location. Mixing C and C++ source files in the same project is supported as well.
- Users can apply different sets of settings to different files, including different ways to mangle symbol names, mangle integer constants, strings and comments.
- includes Obfuscation Project Manager - an advanced intuitive cross-platform (Windows, MacOS X, Linux and Unix) graphical user interface for protecting any size project created with C/C++ with mixed types of code , complete with with IDE-like functionality (supporting Build, Rebuild Changed, Clean)
- It can extract symbols for any API - just provide support several advanced ways to generate obfuscated names including using shortest possible name. directory with the files defining API
- Obfuscation Project Manager GUI allows easy generation of lists of symbols of some APIs (e.g. used in the project's code). Just put the library public API definitions (or even implementation files for the library) in to any directory, go to Tools->Extract symbols from the directory with source files and specify the name of that directory, and the types of symbols you wish to extract (global functions, global variables, type names etc).
- Has special debugging mode and unique tools to generate a list of symbols that can't be changed, saving development time.The following ways of generating obfuscated names are supported:
- prefixing symbol: listOfCustomers becomes; MyPrefix_listOfCustomers — great for debugging, since all error messages allow instant recovery of the symbol in the input file that caused the problem;
- using md5 sum with user-specified "salt": sample replacement is zd7b6a02ec5;
- using combinations of characters from a user-specified set: e.g. if set is "l" and "I" (i.e. capital 'i' and small 'L'), then names like "lIIlllIl" will be generated;
- shortest symbol name possible (great for minimizing output size) - so-called C/C++ compression mode.
- Supports all C/C++ dialects of all existing compiler: C and C++ Obfuscator supports C and C++ source code files. Any dialect of these languages is supported, even with non-standard compiler extensions - e.g. MSVC extensions, GCC extensions, and Borland extensions.
- Many options to tightly control the obfuscation and encoding of C and C++ Obfuscator
- As with all Stunnix products, C and C++ Obfuscator suite has many options to tightly control each aspect of operation. GUI (Obfuscation Project Manager) and commandline interfaces are equally capable.
- All names and semantics of commandline options are convenient and intuitive and follow GNU recommendations, forms in GUI are also easy to use and understand.
- Ability to watermark C/C++ and to make the study of changes between versions of the same file more difficult
- Allows creation of lists of symbols that shouldn't be modified; Many exception tables for standard interfaces are included
- It has full support for keeping library source files code uses in non-obfuscated (original) form.
- Includes means to make analysis of changes between different releases of the obfuscated product more difficult
- Names of macros and their definitions also become obfuscated.
- Includes unique support for very easy preparation of code for obfuscation.
- Source compression mode is also supported. Comes with exception tables for common C and C++ libraries: ANSI C standard library, ISO C standard library, ISO C++ standard library (with and without STL symbols), POSIX standard v.2, UNIX95 standard, XPG3 standard, XPG4 standard, X Window System release 5, Motif user interface toolkit.
- Includes several configurable obfuscation engines for symbol names, strings and integers.
- Supports multiple case-sensitive and case-insensitive exception tables, user-specified symbol mapping.
- Included GUI has well-known IDE and "projects" concept.
For dial-up Internet users, this service is available to you no matter where you live.Artera Turbo is a subscription- based service that uses patent-pending technology to provide DSL-like speed over dial-uplines. Artera Turbo goes way beyond competitive products that simply "tweak" Windows network settings to provide a speedboost or caching products that speed up only frequently visited web pages.
Artera Turbo is a subscription- based service that uses patent-pending technology to provide DSL-like speed over dial-uplines. Artera Turbo goes way beyond competitive products that simply "tweak" Windows network settings to provide a speedboost or caching products that speed up only frequently visited web pages.
Artera Turbo accelerates web browsing, web-based file transfers, uploading and downloading of all native FTP filetransfers, and all types of email from simple web-based email systems like Hotmail and Yahoo Mail to Artera Turbo 3.12 also comes with an Ultra Secure Firewall, Ad Blocking feature, Site Blocking (Parental Control) and manyother features.
Fap Turbo Forex 1.3 offers users an automated forex software that delivers two types of automated trading - long term and short term gain profits (scalping) . Download the full Fap Turbo review and test it.
CMATH is a comprehensive library for complex-number arithmetics and mathematics.
The following features make CMATH an ideal replacement for other available complex class libraries:
1. High-performance implementation in machine code leads to superior speed.
2. Accuracy and safety are greatly enhanced.
3. Each of the floating-point accuracies (complex(float), complex(double), and complex(extended)) is given its own, individually optimized treatment.
4. Polar coordinates (magnitude;angle) are supported in addition to the usual cartesian coordinates (real;imaginary).
5. Switching from your compilers complex class library to CMATH is very simple: Just replace the include-file "complex.h" with "newcplx.h" - thats it!
The Shareware edition is optimized for PentiumXX, while maintaining compatibility with AMD processors (Athlon) and down to 486DX.
This version is for Borland C/C++ (BC4.0+, BC++Builder, Borland Dev. Studio, Turbo C++).
Requirements: Borland C++ compilers (BC4.0+, BC++ Builder, Developer Studio, CodeGear RAD Stuio, Turbo C++)
kind of media files and enables users to share any digital file including MOVIES, images, audio, video, software,
documents, etc. BitComet Turbo is a dependable BitTorrent client which supports multiple simultaneous downloads,
allows you to select downloads files in individual torrents and also to set file priority. Additionally, allows users to
specify maximum upload and download speeds, and to open some files that have been completed before the entire
torrent from within the program. BitComet Turbo is one of the most popular of all BitTorrent clients. BitComet Turbo is
designed to widely share out large amounts of media files without incurring the equivalent consumption of the bandwidth resources.
Turbo Memory RAM Booster frees up your stations memory.Turbo Memory RAM Booster boosts the physical memory available to Windows. You dont need to reboot your computer anymore.
This is a very easy to use utility for beginners and experts. You dont need to adjust anything. Turbo Memory RAM Booster starts with Windows and optimizes your memory automatically.
Limitations:
15 days trial
SaleHoo Wholesale Alerts - Are you spending several hours trawling though eBay categories looking for wholesale lots to resell JUST IN CASE something great has been listed since you last looked? Are you interested in snapping up Buy-It-Now wholesale lots but can never get in early enough? You need to get SaleHoo Alert! Its 100% free and will save you hours try to find the top wholesale deals on eBay.
SaleHoo Alert brings wholesale eBay searching to your desktop. It can be used to search for wholesale items, save your favorite wholesale searches for Buy-It-Now auctions, regular auctions and eBay stores.
SaleHoo Alert can also automate your searches so you can spend your time doing something else. You choose how often you want SaleHoo Alert to search for something, and itll run quietly in the background until it finds a wholesale lot you might be interested in.
Its easy, its fast, and its free! If you want to get the inside scoop on the best wholesale deals in eBay... or if you simply want more free time, then get your copy of SaleHoo Alert for FREE today!
Here is what SaleHoo Alert can offer you!
* Search wholesale lots on eBay USA, Canada, Australia, UK, Spain , France, India, Singapore, Hong Kong, Belgium and Italy!
* Narrow down your search to get better results. Search for wholesale lots ending soon, auctions with a buy-it-now option, auctions in certain categories (and sub-categories) or items in certain price ranges. Combine these parameters with your keywords (or ignored keywords) and SaleHoo Alert will only return auctions that youll be interested in!
Requirements: 5MB of HDD space. 128Mb of ram.
Imesh Turbo is a powerful, full-featured, cross-platform Java based client that offers multiple torrent downloads,
queuing/priority systems, start/stop seeding options and instant access to numerous pieces of information about
your torrents. Imesh Turbo deliver the well-known Java-based BitTorrent client to a new level of stability, usability,
and speed and features an embedded tracker that synchronizes the activity of all peers and control connections
without identifying the details of the files being shared. Imesh Turbo comes wrapped with many essential features
for both beginners and advanced users: multiple downloads at once from a single GUI window, detailed real-time
download statistics with, advanced download and seeding management rules, configuration and torrent creation
wizards, and, IP address filtering, and much more. Imesh Turbo is shaped to work more efficiently than other file-transfer protocols as the number of the interested users in a certain file grows.
System Requirements: internet connection
New features in this version:: Including New Plugin to Accelerate Download Speeds by up to 883%. Including now the free P2P Energy Toolbar.
Major Features:
(1).Find any type of file within 1 second.
(2).Allows specifying powerful search conditions such as filename, file extention, folder, file size, file date, etc.
(3).Allows searching within compressed archives, such as ZIP,RAR,CAB,etc.
(4).Macro supports.
(5).Allows searching files on network computers.
(6).Allows specifics containing text, HEX code within files, and combines them together.
(7).Supports unlimited Relative Operations such as AND,XOR,OR,NOT,etc.
(8).Shows Introductory Texts when searching for text.
(9).Allows searching within PDF files.
(10).Supports searching duplicate files on your system.
(11).Save/Open/Export founded files, supports Print/Print Preview.
(12).Windows Shell enable, open Turbo Searcher within your Windows Explorer directly.
Cookies, Typed URLS, Visited URLs, History/ tons of similar info
Run history, Find History, Recent Documents, Recycle Bin
Recent Playlist/ file in Media player
User defined files & folders.
PLUGINS Cleaner, Plus file lock
VERSION 1.3 Now cleans Netscape Browser
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com