by ashley21466
needing help with converting
|
|
[1 reply] : All you need to do is take your code within your while loop and then m... (by tehHuzzlenut)
|
by tehHuzzlenut
Receiving and splitting input from user
|
|
[no replies]
|
by Argus
Can someone help me figure out a memory problem with my algorithm?
|
|
[6 replies] Last: I see, thank you very much for your help. I will proceed to fix it the... (by Argus)
|
How to convert this to use functions, instead of hard code |
|
[1 reply] : Something like this? #include <iostream> #include <string> #include... (by AbstractionAnon)
|
by HG319
Inserting element in vector of vector of type class
|
|
[2 replies] Last: for(int i=0; i<=printers ; i++) { v2.push_back(v1); } I see tw... (by AbstractionAnon)
|
by joshuatz
Using Array To Hold Five Class Members
|
|
[2 replies] Last: vehicle .setALL("Unicycle", 1, 1, 80); and etc. This is how I ended up... (by joshuatz)
|
by Danky
Need help returning an index of a vector
|
|
[2 replies] Last: THANK YOU SO MUCH!!!!!!!!!!!! (by Danky)
|
by mpjpgpnp
Linked List Selection Sort duplicating value
|
|
[6 replies] Last: You're welcome. I would double check on the requirement to perform a f... (by closed account D80DSL3A)
|
by enesdl
Setting string to set number of charecters
|
|
[6 replies] Last: Hello so quick update I am able to make each sentence a set number of ... (by enesdl)
|
Basic math always returning a value of "0" |
|
[2 replies] Last: I see that you are trying to calculate totalZ on line 4, before the ... (by Moschops)
|
by mmgh
Unknown data type
|
|
[3 replies] Last: Thank you so much. The problem is solved. (by mmgh)
|
by eriksson01
Putting 2 points in to point-slope form
|
|
[1 reply] : Lines 7-10. You do create four variables, but do not set their values.... (by keskiverto)
|
by ChungTong
error
|
|
[6 replies] Last: but i already included the formula inside my class declaretion On wh... (by keskiverto)
|
by InVain
dynamic casting while initializing a class list
|
|
[1 reply] : A dynamic_cast<T*>( foo ) returns either * a valid T* pointer only ... (by keskiverto)
|
by jeffsak
Problems with arrays for a program to grade a multiple choice test
|
|
[3 replies] Last: I've made the changes for the user input to be converted to upper-cas... (by xismn)
|
by Derpader
Need help on how to load an array by using a file
|
|
[3 replies] Last: What specific problems are you having? If your answer is everything, t... (by chicofeo)
|
by AyakaSorii
GuessingGameProgram
|
|
[1 reply] : @AyakaSorii To fix the first problem, add a right curly bracket at li... (by whitenite1)
|
by BobMorane
std::string vs QString
|
|
[8 replies] Last: I introduce a string element in all derived classes. Both the console... (by helios)
|
by ChungTong
error in program due today!!
|
|
[2 replies] Last: THis is a programing lab question usually only have to do the main pro... (by ChungTong)
|
by treassach
simple math program.
|
|
[no replies]
|