Hello friends,Many people use turbo C++ with XP. But turbo C++ will not work properly with windows 7 . Here you can see the solution. Using this technique you can run all XP compatible softwares with window 7. To do this you should download Windows XP Mode.It utilizes visualization technique like Windows Virtual PC.Go the link (www.microsoft.com/windows/virtual-pc/download.aspx) and give your OS and follow the steps to install windows XP mode.
After the activation of XP mode install turbo C++ or any other XP compatible softwares. Try this and enjoy.
If you want to set the path for Java, there are two main types for setting system path for Java which are as follows;
Temporary Path
Permanent Path
For the above two types, the video describes the complete step by step procedure for setting path for Java :
Or you can go through this tutorial :
1. To check path is set or not :
a. Go to Start Menu
b. Go to Run
c. Type “cmd” without quotes to open Command prompt.
d. Get to the root directory say c:/>
e. To check whether the path is already set or not, on command prompt type “javac” without quotes & press enter/return. If the following message appears on the console screen then the path is not set.
f. But if the other message having length nearly equal to half a page then path is set.
2. Temporary Path :
To set the temporary path follow the steps given below;
a. Open Command Prompt.
b. If path is not set & want to set it temporarily, assume the Java 1.6.0 is installed on your system, type following command on console screen :
And finally the path is set temporarily.
Note : This will work only for the current window, won’t work if you open another window.
3. Permanent Path :
To set the path permanently follow the steps given below;
a. Right Click on “My Computer Icon”.
b. Go to “Properties”.
c. Go to “Advanced” tab.
d. Click on “Environment Variables”.
e. Go to “System Variables”.
f. Find “Path” variable, select it & click “Edit”.
g. Small window will appear. Go to end by simply pressing “End” button & type following path with semicolon ( ; ) as prefix but without quotes;
“;C:\Program Files\Java\jdk1.6.0\bin“
h. Press “OK”, again “OK”, again “OK”.
And finally the path is set permanently.
i. To check whether the path is set or not simply refer details given above in the section 1.
Bluefish has many features, this list will give you an overview of the most important or outstanding features in Bluefish 2.2. Not all features are (yet) available on Windows or Mac OSX.
Lightweight - Bluefish tries to be lean and clean, as far as possible given it is a GUI editor.
Fast - Bluefish starts really quick (even on a netbook) and loads hundreds of files within seconds.
Project support, enables you to work efficiently on multiple projects, and automatically restores settings for each project.
Multi-threaded support for remote files using gvfs, supporting FTP, SFTP, HTTP, HTTPS, WebDAV, CIFS and more1
Very powerful search and replace, with support for Perl Compatible regular expressions, sub-pattern replacing, and search and replace in files on disk.
Open files recursively based on filename patterns and/or content patterns
Snippets sidebar - specify custom dialogs, search and replace patterns or insert patterns and bind them to a shortkut key combination of your liking to speed up your development process
Integrate external programs such as make, lint, weblint, xmllint, tidy, javac, or your own program or script to handle advanced text processing or error detection
Integrate external filters of your liking, pipe your document (or just the current selected text) through sort, sed, awk or any custom script
Unlimited undo/redo functionality
In-line spell checker which is programing language aware (spell check comments and strings, but not code), requires libenchant during compilation2
Auto-recovery of changes in modified documents after a crash, kill or shutdown
Character map of all unicode characters (requires libgucharmap during compilation)3
Site upload / download1
Full screen editing
Many tools such as tabs to spaces, join lines, lines to columns, strip whitespace, etc. etc.
Customizable programming language support:
In-line reference information (move your mouse over a function name or tag name) for various programming languages
Code block folding
Highlighting matching block start and end markers (both brackets and tags)
Auto-completion and auto-tag-closing for many programming languages, with reference information, and even for nested languages (e.g. css and javascript inside html code that is inside a php document)
with included language definition files for:
Ada
ASP .NET and VBS
C/C++
CSS
CFML
Clojure
D
gettext PO
Google Go
HTML, XHTML and HTML5
Java and JSP
JavaScript and jQuery
Lua
Octave/MATLAB
MediaWiki
NSIS
Pascal
Perl
PHP
Python
R
Ruby
Shell
Scheme
SQL
SVG
Vala
Wordpress
XML
Multiple encodings support. Bluefish works internally with UTF8, but can save your documents in any desired encoding.
Bookmarks functionality
HTML toolbar and tearable menu's
Dialogs and wizards for many HTML tags, with all their attributes
Fully featured image insert dialog
Thumbnail creation and automatically linking of the thumbnail with the original image, and multi-thumbnail creation
User-customizable toolbar for quick access to often used functions
ZenCoding support1,4
Compliance with the Gnome and KDE user interface guidelines where possible
Translations into 17 languages - and more are coming for the next releases .