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
~403 People Reached
Favorite Tags
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
65
Member Avatar for tactfulsaint

Hello EveryOne I need Help here ,i have been trying to view this GUI but it keeps showing me this erroe `NoClassDefFounderError`. Anyones help would be appreciated. import java.awt.*; import java.awt.event.*; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.Statement; import javax.swing.*; public class HeartLandHomeFinance2 extends JFrame { JPanel Panel; JLabel …

Member Avatar for Ezzaral
0
111
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
60
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
104