Forum: C++ Nov 27th, 2008 |
| Replies: 5 Views: 453 I have take the code a made one Bank.cpp file it works but there are warning coming up how can i get ris of the warnings
#include <iostream>
#include <algorithm>
#include <string.h>
#include... |
Forum: C++ Nov 26th, 2008 |
| Replies: 5 Views: 453 okay i figugred it out thanks for rplying |
Forum: C++ Nov 26th, 2008 |
| Replies: 5 Views: 453 I hsve developed this code I am having trouble with the Account manager to perform the task it meant to do when i put N for New customer it exits the program and i shouldnt can anyone hepl me with... |
Forum: Java Oct 29th, 2008 |
| Replies: 3 Views: 425 package musicgui;
import java.awt.event.ActionEvent;
import javax.swing.*;
public class MG extends JFrame
{ |
Forum: Java Oct 29th, 2008 |
| Replies: 3 Views: 425 Hi i am tryin to write a recording class in java which i have done but i have to convert the recording class into a GUI i have done the coding for it but i want buttons that allows you to cyle to the... |
Forum: Assembly May 7th, 2008 |
| Replies: 1 Views: 721 Hi everybody
I have a couple of questions on assembly language.
1) what is assembly language?
2) what is assembly language used for in the programming world?
3) why is assembly language used?... |
Forum: Java May 5th, 2008 |
| Replies: 0 Views: 401 Hi Everybody
I am in need for help. I have a program which is surppose to allow the user to input a boat and a time and date of hire for that boat.
Problem is that the button wont work and i... |
Forum: Java Apr 25th, 2008 |
| Replies: 7 Views: 676 i set the setVisible()and passed it as true it still didnt work is there any way to get the main.java to have control over the GUI so the all interact with one another |
Forum: Java Apr 24th, 2008 |
| Replies: 7 Views: 676 I have changed thing aroun as suggested but i cant get my GIU screen to work when i compile it it runs but it dosent display any thing for both the GUI and the HireGUI
import javax.swing.JFrame;... |
Forum: Java Apr 24th, 2008 |
| Replies: 7 Views: 676 |
Forum: Java Apr 24th, 2008 |
| Replies: 7 Views: 676 import javax.swing.JFrame;
import java.awt.*;
import java.awt.event.*;
import javax.swing.ButtonGroup;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JLabel;
import... |
Forum: Java Apr 13th, 2008 |
| Replies: 4 Views: 403 okay isee what you mean i am ever so srry |
Forum: Java Apr 13th, 2008 |
| Replies: 4 Views: 403 I have done it just putting down a harmless challenge |
Forum: Java Apr 13th, 2008 |
| Replies: 4 Views: 403 Devlope a Pedel boat class and a Rowing boat class and mark a boat as hired, storing the customer name and time, return a boat's details as a String, including customer name and time of hire if it... |
Forum: C Apr 10th, 2008 |
| Replies: 2 Views: 495 Thanks I put what was wrong right cheeers |
Forum: C Apr 10th, 2008 |
| Replies: 2 Views: 495 #include <stdio.h>
struct places
{
char places1[100];
char places[10][10];
int distances[10][10];
}; |
Forum: C Apr 8th, 2008 |
| Replies: 9 Views: 813 how do iget get above to work in unix |
Forum: C Apr 8th, 2008 |
| Replies: 9 Views: 813 first off it should display my menu it ask the user:
1) dispaly mileage chart from text file
2) create file to put the array towns and distances in a text file
3) Input started location and... |
Forum: C Apr 8th, 2008 |
| Replies: 9 Views: 813 Here the txt file
London Bath Cardiff Carlisle Durham Exeter Leeds Norwich Truro York
London 0 114.66 151.22 309.14 269.11 195.90 195.33 117.87 ... |
Forum: C Apr 8th, 2008 |
| Replies: 9 Views: 813 do you want the txt file or not |
Forum: C Apr 8th, 2008 |
| Replies: 9 Views: 813 Here my Question
My program has some bugs and i sovled the bugs in mircale C but i cant get it to work in unix i have put all the files into unix but i still cant get it to work in unix?
any... |
Forum: C Apr 8th, 2008 |
| Replies: 9 Views: 813 sorry
Here the node.h
/* utilize an ifndef/define mechanism, so nodes will be define exactly once */
#ifndef _NODE_H
#define _NODE_H
/* Maximum length of names */
#define strMax 90 |
Forum: C Apr 8th, 2008 |
| Replies: 9 Views: 813 I have wrote this program to do i of 6 thing to
1) Initialise: Read static data from a file and
a) store in appropriate data structures at run time
b) sort into alphabetic order for... |