
please wait
by HotaLIsa
Is it possible i can reduce this code??
|
..... |
Apr 1, 2016 at 5:03am
[5 replies] Last: So you now delete the question from both Topics? (by TheIdeasMan)
|
by Nevada93
Using vectors to find the highest and lowest values
|
I am seeking some guidance as to where I went wrong with my program. I am supposed to write a program that lets a user input 10 integer values into a vector ad ... |
Apr 1, 2016 at 4:47am
[2 replies] Last: Thank you for your help!! :) (by Nevada93)
|
by kmce
Problem with do and while loops
|
I have created a small piece of code to test out do and while. But when i run it, it is not running like it should. When i press in either y or n i believe the ... |
Apr 1, 2016 at 2:21am
[2 replies] Last: ah ok, yeh that was stupid of me. I understand the problem now. I keep... (by kmce)
|
by Tonlee
Class pointer problem
|
What's wrong with my code? I create the vector<Employ*> v. The v ->calcSalary() should be 500 but it was a wrong number 687194768. #include<iostream> #inc... |
Apr 1, 2016 at 1:59am
[2 replies] Last: Thank you helios (by Tonlee)
|
by Roson
Rendering
|
What is rendering and how do i use it? is it like a function or is it some kind of expression/process?? I've tried typing over google and couldn't find much (me... |
Apr 1, 2016 at 1:55am
[6 replies] Last: is this for c++??? and thnx sooooo much..... btw i luv math and my mum... (by Roson)
|
Perform a Selection Sort based on Priority Key |
I seem to have a problem with my code in that when I test data, I get the same value priority key for each entry. This is a priority queue and the passenger wit... |
Apr 1, 2016 at 1:49am
[3 replies] Last: I have considered using a debugger but I have no idea how to use one ... (by TheIdeasMan)
|