No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
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) { … | |
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 … | |
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] | |
Re: 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 … | |
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 … | |
Re: [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. | |
Re: 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. | |
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. … | |
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 … |
The End.