Recent content by magnus71

  1. magnus71

    Virtual machine software

    Best answer selected by magnus71.
  2. magnus71

    Normal operating temp for Core i7 740QM mobile CPU?

    95 degrees?? OMG! dude, get your laptop checked....i play crysis 2 with the gfx card disabled and the max my cpu gets is 79 degrees! i have an intel 3610qm btw.
  3. magnus71

    Using shared folders in virtualbox

    Best answer selected by magnus71.
  4. magnus71

    Using shared folders in virtualbox

    :-p sorry....i misinterpreted it. ya, you were right! thanks :-) now i'm confused about selecting the best answer....both options are gr8 :-D
  5. magnus71

    Using shared folders in virtualbox

    i guess this topic should be closed now since there's probably no other solution other than the one i mentioned...idk how to do it though :-p ...quite new here!
  6. magnus71

    Using shared folders in virtualbox

    doesn't work...just read somewhere that virtualbox doesn't support windows 9x versions well. so the guest additions won't install, nor will the shared folders work. the only way out is to use ISO images and copy stuff that way :-( you can read it here-...
  7. magnus71

    Using shared folders in virtualbox

    na....the problem is that when i enable the shared folder, it asks me to install guest additions for the OS. when i do that, the virtualbox guest additions installer says something like ' its not valid for this os'. so i'm stuck there.
  8. magnus71

    Using shared folders in virtualbox

    i had a VM of windows me....wanted to run turbo c which i have on my hard drive. how do i do that? i use virtualbox.
  9. magnus71

    Virtual machine software

    hmmm...could you help me out with this particular problem- you see i have an internet dongle, uses a usb port to connect. i can't get the device to work in virtualbox though! so no internet in my virtual machines so far :-p
  10. magnus71

    Virtual machine software

    Whats the best virtual machine software? i'm using virtualbox currently. would VMware make a better choice?
  11. magnus71

    Help me in this C program!

    try this, its in c++. convert the couts and cins- #include<iostream.h> #include<conio.h> void main() { clrscr(); int i,x,y; char j; for(i=6;i>=0;i--) { for(x=0;x<i;x++) cout<<"!"; for(y=x,j='A';y<6;y++,j++) cout<<j; cout<<endl; } getch(); }
  12. magnus71

    How to install tarbo c

    go to this site and download the zip file. its turbo c in dosbox zipped. just install it and run. works fine. i use it too- http://indiaexam.in/turbo-c-download-windows-7-64-bit-full-screen.html
  13. magnus71

    C++ Problem

    it worked fine on my compiler...i use an old turbo c++ compiler though :-p check your compiler...the code seems fine and should've worked.