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
Favorite Tags

9 Posted Topics

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
86
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
305
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

You can not "Upgrade" to windows XP. Although many including me think XP is better, in Microsoft's eyes you are trying to downgrade. So you are going to have to PURCHASE not bootleg a copy of windows XP the FULL edition not the Upgrade. Put the disk in the drive …

Member Avatar for kaninelupus
1
176
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
171
Member Avatar for ponndine

[QUOTE=Suspishio;941052]Absolutely the right question! Who ever has intentionally installed this : "bbrfbpmlweq-exe"[/QUOTE] Yeah I would almost guaranty that any program called bbrfbpmlweq is a virus.

Member Avatar for iwahm
0
97
Member Avatar for crguy

From what I understand you need to stick with your current bit (32 or 64) and if you have vista business then you need Windows 7 Professional. I just installed my upgrade today, no problems so far, and Windows 7 does use less ram.

Member Avatar for itzaaron
0
128
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
166
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

The End.