Forum: Getting Started and Choosing a Distro Mar 6th, 2008 |
| Replies: 1 Views: 1,458 I am running linux XP 2006 on Microsoft Virtual machine 2007. I am unable to connect to vista running on my physical hard drive. Can anyone tell me how to do this, I need you to help me out, please. |
Forum: Community Introductions Feb 26th, 2008 |
| Replies: 6 Views: 538 Thank you every body for such a warm welcome. I never expected to receive such a welcome. Thank you. |
Forum: Java Feb 22nd, 2008 |
| Replies: 1 Views: 1,481 Will anyone of you guys tell me how to set set the classpath i.e. syntax for setting classpath |
Forum: Java Feb 22nd, 2008 |
| Replies: 7 Views: 856 how to solve it. I'm getting the same prob while executing programs. I tried doing the following
set classpath.;%classpath% Is it correct cuz it didn't work for me, it says syntax error. |
Forum: C++ Feb 22nd, 2008 |
| Replies: 4 Views: 617 hey technogeek the problem still persists. hope you'll come to my rescue soon. I'm drowning, HELP. |
Forum: Community Introductions Feb 22nd, 2008 |
| Replies: 6 Views: 538 Hello everybody!
I am from India, country where software is booming like in no other country in the world. I'm a Mechanical Engineer by degree but i'm thinking of shifting into software because the... |
Forum: C++ Feb 22nd, 2008 |
| Replies: 4 Views: 617 program 1:
#include <iostream>
using namespace std;
class person
{
char name[30];
int age;
public: |