Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~445 People Reached
Favorite Tags

5 Posted Topics

Member Avatar for conklin

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.

Member Avatar for DimaYasny
0
90
Member Avatar for tactfulsaint

[QUOTE=jwenting;542624]classpath problem. Only thing that can lead to that error.[/QUOTE] 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.

Member Avatar for Ezzaral
0
121
Member Avatar for conklin

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 the opportunities that exist currently. I have many doubts and a lot of curiosity about programming …

Member Avatar for conklin
0
63
Member Avatar for conklin

Will anyone of you guys tell me how to set set the classpath i.e. syntax for setting classpath

Member Avatar for Ezzaral
0
64
Member Avatar for conklin

program 1: #include <iostream> using namespace std; class person { char name[30]; int age; public: void getdata(void); void putdata(void); }; void person :: getdata(void) { cout << "Enter name"; cin >> name; cout << "Enter age"; cin >> age; } void person :: putdata(void) { cout << "\nName" << name; …

Member Avatar for conklin
0
107

The End.