Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~14.5K People Reached
Favorite Tags

16 Posted Topics

Member Avatar for student.09

Hello there, Congratulations for ur forum. I need your help I have understand your explanation and the methods. What will be included in the methods though? I have written my UML diagram as follows. -x : double -y : double +MyPoint() +MyPoint(x:double,y:double) +get X() :double +getY() : double +distance: (MyPoint1:MyPoint2):double …

Member Avatar for sahil_26
0
7K
Member Avatar for mbouster

Hi guys, I need to implement a program for simulating the flooting algorithm. Can someone suggest from where to start. I will use structs or classes? How the flow of the program will be?

Member Avatar for mbouster
0
2K
Member Avatar for mbouster

Hi to everyone, Wishes for Happy Easter. I need some help if someone could help me. I am doing a project for cache and RAM. I have searched on PC magazines etc and I have found many information. Can someone guide me a little bit more. I have found the …

Member Avatar for mbouster
0
292
Member Avatar for abfallmensch

Crucial is the best for RAM updates. Otherwise go to the manufacturers website to download the manual for your motherboard. [QUOTE=Rik from RCE;1434251]Go to [url]www.crucial.com[/url] and use their scanner to find out what ram you have and what your system can take. For best results [B]DO NOT MIX DIFFERENT RAM …

Member Avatar for mbouster
0
247
Member Avatar for mbouster

Dear all I need your guidlines with this project because I dodnt done nothin yet an i am terrified to admit that I am going to deliver this on Wednesday and in the midtime I have a final in another course. What I didn till now is the UML for …

Member Avatar for artche20
0
217
Member Avatar for mbouster

I have the following problem and I dont undesratnd how to use arralists to implement. I have a customer class which I want to hold some primitive data types as name , id , address etc. To implement this using arraylists I must declare it as below? [CODE]Arraylist Customer =new …

Member Avatar for jon.kiparsky
0
230
Member Avatar for mbouster

Dear all I have the following code [CODE] void initializeData() { Customers *CustArray; CustArray=new Customers[150];//allocate 150 memory locations of class Customers Flights *FL=new Flights[150]; } /*End Initialize Data fuction*/ /**********************************************************************************************************************************/ /*Backup Menu implementation*/ void backupfiledefaultfilename() { ofstream file_ptr; // Declares a file pointer. file_ptr.open(“backup.bak”, ios::out); if (!file_ptr) { cout << …

Member Avatar for chikkupa
0
109
Member Avatar for mbouster

Dear all I have a function and withing I want to call a member funtion. More specifically I have a menu inplemented the code below. please note the commented line [CODE] case '1': //flightcode(); break; case '2': cout<<"Enter the Customers National Number ID"<<endl; cin>>ni; // CustArray.showCustomers(ni);//given the customers ID break; …

Member Avatar for mbouster
0
2K
Member Avatar for mbouster

Dear all, I would like to ask you how to initialize the following: I want to initialize a class inside another class. How I will be able to do so? An example: [CODE]/*Class Date*/ class Date { public: Date(){} // default constructor int day;//day of the month valid till 31 …

Member Avatar for mbouster
0
288
Member Avatar for mbouster

Dear all, I need your help on tis programming assignment I have. I need to save all the atrributes information to a signle file. I need to have 2 options : Save to a default name backup.bak and to a users filename choice. I have found this code in an …

Member Avatar for Tellalca
0
210
Member Avatar for mbouster

Dear all, I am a newbie in this side and I need your assistance. I need to delelop a compiler that accepts text as input. I need to manipulate this text as follows. Where there is title to center the text and make it bigger font. We dont know where …

0
70
Member Avatar for mbouster

Dear all, Maysomeone help me with this functions? I have entries in my classes and I need to initialize entries into other classes. To be more specific: I have Customers and Flights and I need to use this fuction to insert customers to random destinations.

Member Avatar for mbouster
0
130
Member Avatar for mbouster

Hey everybody. Great forum with education and learning in mind. Congradulations. I need your help or reference. I am taking a compiler design cource and I need to develop a page for my project with spaces , characters etc. We have done in the class strings, input symbols, top down …

0
51
Member Avatar for mbouster

Dear all , I need your help on this. I will say how I am thinking the solution and any help will be much aprreciated. I will denote the husbands with the following notations h1 = 11, h2=12, h3=13 and their respective wives with the numbers w1 = 21, w2 …

Member Avatar for mbouster
0
2K
Member Avatar for mbouster

Dear all, I am new to this and I need ur help. I have the following problem description Write a C++ program that defines 3 arrays of integers a, b, c and 3 integers counts cnt_a, cnt_b , cnt_c. The program must then ask the user for the number of …

Member Avatar for mbouster
0
108
Member Avatar for mbouster

Dear all , I have the following UML Diagram and below the associated Code. Can you please help me complete the code? Thanks in advance I have written my UML diagram as follows. -x : double -y : double +MyPoint() +MyPoint(x:double,y:double) +get X() :double +getY() : double +distance: (MyPoint1:MyPoint2):double +distance(p1:MyPoint:p2:MyPoint):double …

Member Avatar for tong1
0
610

The End.