Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~390 People Reached
Favorite Tags
Member Avatar for clapton

Hello everybody, This is parking program .I defined 4 task (keyboard,enter vehicle,exit vehicle,display) The program is compile but when I run it and press keys (E,S,F), it does not work. This program is written for linux. Can you help me? #include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <stdlib.h> #include <pthread.h> …

Member Avatar for plenty.groover
0
108
Member Avatar for clapton

Hi .I did download Cloudism for simulations but the program have not executable file.how can i simulate with this program? you can help me?

Member Avatar for clapton
0
29
Member Avatar for clapton

Hi. I wrote this program claculator java rmi.but not implemented. you can help me? [CODE]import java.rmi.Remote; import java.rmi.RemoteException; public interface calculator extends Remote { public long add(long a, long b) throws RemoteException; public long sub(long a, long b) throws RemoteException; public long mul(long a, long b) throws RemoteException; public long …

0
58
Member Avatar for clapton

Hi. I'm a student and I need write a programe bank application in java . I must write a program that the customer could withdraw and deposit from his account.I need a few class? my professor said me that it's very simple but it's dificullte for me. you can help …

Member Avatar for stultuske
0
195