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
~628 People Reached
Favorite Forums
Favorite Tags
c++ x 11
java x 1

5 Posted Topics

Member Avatar for slayman89

Thank you in advance, i have starred at this for a couple hours now and i have come to no conclusions. First off, this is an assignment to teach us how to use header files, this is the header that we were provided with: Complex.h [code=syntax] #ifndef Complex_H #define Complex_h …

Member Avatar for slayman89
0
100
Member Avatar for slayman89

[code] int main() { vector<double> list; bool more = true; while (more) { double x; int yes; cout << "Do you have numbers? yes=1 or no=2" "\n"; cin >> yes; if(yes == 1) { cout << "Enter number""\n"; cin >> x; list.push_back(x); yes = 0; } if (yes == 2) …

Member Avatar for slayman89
0
249
Member Avatar for slayman89

We are having an issue with Host-On-Demand crashing on certain computers, what will happen is you launch the program and it goes through all the load up but then just shuts itself off. I have run the program on other computers using the same windows image with SP3 and on …

0
58
Member Avatar for slayman89

When i compile my program i get the error "floating point exception". I do not know why this is occurring my code. I am hoping that this is the reason why nothing is being put into my outfile. if it is possible could you look at my code and give …

Member Avatar for slayman89
0
138
Member Avatar for slayman89

Ok i apologize in advance for my ignorance but i have just started learning c++ and my first program went off without a hitch now this one that im doing completely on my own is giving me some hiccups. The best i can tell is that im just having some …

Member Avatar for Ancient Dragon
0
83

The End.