Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Saturday, February 14, 2015

Turbo C for Windows 8 64 bit

Hello Everyone, in my previous posts I have shared links to download turbo c++ for windows xp and windows 7. From last few days I am getting requests from my blog readers to share a link to download turbo c++ for windows 8. So in this article I have shared about it and it will run in full screen. Just click on Download Now button to download turbo c++ for windows 8. I will not recommend you to use turbo C++ compiler because it is very old compiler. You should use some modern compiler like GCC.


Turbo C++ for Windows 8 64 bit

Also Read: GCC Compiler: Download Code::Blocks 12.11 a Free C/C++ IDE

Size: 10.1 MB
OS: Windows Vista / Vista 64 bit / 7 / 7 64 bit / 8 / 8 64 bit


- Download Turbo C++ for Windows 8 64 bit -



Source: http://www.softpedia.com/get/Programming/Coding-languages-Compilers/TurboCplusplus-for-Windows-7.shtml
Read more »

Tuesday, February 10, 2015

Installing Python with gdal on a Windows computer

Getting a new computer gave me the chance to try again installing Python with gdal. There may be various ways, but this works for me. It can be a bit tricky to get all working, so these resources helped me a lot:

My Computer: Windows 7, 64-bit

1) Download and install Python 2.7 (the 3er versions do not support all libraries yet (?) and my code is all 2.7)

2) For installing gdal I follow these instructions. This installs both the command line gdal utilities and the python bindings to use gdal within python. I need the command line utilities also to call them with "os.system" from within python.

[A day later I realize -- the bindings from the above mentioned webpage link the command line installation to python. For some reason in my new computer I dont get this to work. Solving that quickly and being lazy: Install the Python gdal bindings from the link at point 3 below. The difference is that these bindings contain the whole gdal. BUT if you only install these, you wont have the command line utilities available]

3) At this great page, "all" libraries are available in different version, especially Windows 64-bit:
  I use it for installing additional libraries like Numpy, Pil, etc

4) I use Spyder for writing code (looks a bit like Matlab and works really great!). First install the Python GUI library "PyQt 4" from http://www.riverbankcomputing.com/software/pyqt/download and then Spyder, available here https://code.google.com/p/spyderlib/ or at http://www.lfd.uci.edu/~gohlke/pythonlibs/

[today, 1/3/2013, the 4.10 PyQt version had an issue with Spyder but that should be resolved soon in the download]






Read more »

Monday, February 2, 2015

Windows 10 Operating System Demo Trailer Install


 Windows 10 is an Upcoming Version of The Microsoft Windows Operating System. Unveiled on Setember 30, 2014, It is Scheduled to Be Released in Late 2015.
    First Hinted at in April 2014 at The Build Conference, Windows 10 aims To Address Shoetcomings in The User Interface First Introduced By Windows 8 by Adding Additional mechanics Designed to Improved The User Experience For Non-Touchscreen Devices {Such as Desktop Computers and Laptops}, Including a Revival of The Start Menu Seen in Windows 7, a Virtual Desktop System, and The Ability to Run Windows Store Apps Within Windows on The Desktop Rather That a Full-Screen Mode!!!
 

How To Install Windows 10 tech Preview




Windows 10 Operating System | Demo | Trailer |

Read more »

Sunday, January 25, 2015

How to run windows XP in windows 8 using virtualbox

Hai now iam going to show how to install windows xp in virtual box on windows 8. Virtualbox is a free software and also called as open source virtualization software. Virtualbox creates the environment to install and run the more than one operating system at the same time in our system. For example we can view more than one operation systems in side by side window. It is very easy to use and understand. We can share data from guest os to host os using shared folder option and we can also access host USB device from Guest in virtualbox. The virtualbox has many features and advantages.

About VirtualBox


The main feature of virtualbox is a cross-platform virtualization application means we can Install it on your existing AMD-based or Intel computers, no need to worry about operating system whether they are running Mac, Windows,Linux or Solaris operating systems it will works almost on all the os. Another one, it includes the capabilities of your existing computer so that it can run multiple operating systems at the same time. For example, you can run Linux and Windows on your Mac, run Windows Server 2008 on your Linux server, run Linux on your Windows PC or system, and so on, without disturbing your existing applications or softwares. You can very easily install and run as many virtual machines as you like. The only limits are disk space and memory if you have more we can run more vm’s. VirtualBox is also very powerful and dynamic. It can run anywhere from desktop computers or small embedded systems in all the way and also used in datacenter deployments and now away days in cloud environments.

I think you got some of the knowledge about the virtualbox. If you want to learn in depth please refer the documentation or help of the virtualbox. First download the virtualbox from the official site https://www.virtualbox.org/ and get ready.

By following this procedure we can also 

install windows xp in virtual box on windows 7

https://www.youtube.com/watch?v=2N_-cg6fRRI
step 1 :- Install the virtual box software.

step 2 :- Click new icon in virtual box or CTRL + N.

step 3 :- Then welcome to new virtual machine wizard will appears and click next.

step 4 :- Give the VM name, os type and click next.

 

step 5 :- Select the memory size 512 mb ( Change as per your requirements ) and click next.


step 6 :- Select the create new hard disk and click next.


step 7 :- A window will appears click next and select dynamically expanding storage and click next.



step 8 :- Give the hard disk size 20 gb ( Change as per your requirements ) and click next then click finish.


step 8 :- Click the start icon.


step 8 :- Select the drive of the windows xp installation cd and install the xp. Enjoy.

Read more »