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
~4K People Reached
Member Avatar for itzaaron

why is only my first class working? when i run this it just asks about the viruses and not the cost of the OS. [CODE]#include <iostream> using namespace std; class OperatingSystem { private: float cost; public: OperatingSystem() : cost(0) {} float getCost() { return cost; } void setCost(float cost) { …

Member Avatar for GrubSchumi
0
83
Member Avatar for itzaaron

Okay where should I begin.... I have this rather asinine program that as of right now only asks the user what quantity of dollars and particular coins they have then just spits out what was imputed. I need to add in a 'child' class that does all the following -Add …

Member Avatar for itzaaron
0
302
Member Avatar for itzaaron

I am attempting to make a program that would take a phrase and the flip it backwards like this: [CODE] char teststr[] = “Have a nice day!!”;[/CODE] and change it to !!yad ecin a evaH Function? [CODE]void reverse(char unencrypted[], char encrypted[]);[/CODE]

Member Avatar for mrnutty
0
2K
Member Avatar for KWEHANGANA

Recently I purchased a new laptop with an OS of vista,but i do not need Vista, I have tried to install win xp in vain. Can some one guide me on how to go about it?

Member Avatar for kaninelupus
1
160
Member Avatar for itzaaron

This program collects 3 numbers from the user and then simple adds the total and spits out a response. problem is the final output is blank, it just says 'The total is: '_____ but nothing there. Whats wrong?? [CODE]#include <iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { int …

Member Avatar for itzaaron
0
168
Member Avatar for ponndine

Hi friends, My system is crashing many times every day, showing blue screen. Before crashing, sometimes there appears a notice on the screen like this : "bbrfbpmlweq-exe has stopped working" Microsoft will inform if any solutions are found later. In the Blue scsreen, error code(?) is as follows: "Stop: 0x0000008E …

Member Avatar for iwahm
0
93
Member Avatar for crguy

Hello, I would like to upgrade from Vista Business Service pac 2 to Win 7. I was wondering which Win 7 I would need to purchase. I upgraded to Vista from XP can I upgrade from Vista now to Win 7. The Vista Upgrade was an express one from Dell …

Member Avatar for itzaaron
0
125
Member Avatar for itzaaron

I am trying to write a program that can figure change. Something that might be used in a fast food setting. The Employee is simply prompted to enter the amount to be returned to the costumer and the program would tell how many dollars, quarters, dimes, ect. to be returned. …

Member Avatar for jbennet
0
149
Member Avatar for itzaaron

I am new to c++ and I'm kinda struggling. I'm trying to write a program to guess a number that the user inputs. The program should guess a number then the user should be prompted if it is too high or too low. then the program should guess again, intill …

Member Avatar for mrnutty
0
1K