by smshsutr
pointer to char not working
|
|
[4 replies] Last: Thanks keskiverto, yes you're right. (by Chervil)
|
by Outlaw782
link: is not a member of node <T>
|
|
[4 replies] Last: I'm sorry yes I just meant I am adding link to the struct I didn't... (by Outlaw782)
|
by justcolorado
Dividing and Multiplying a Double yields different results
|
|
[4 replies] Last: Thanks. That sounds like a good solution (by justcolorado)
|
Search and replace in text file |
|
[3 replies] Last: That code is very hard to read - single letter names such as 's' are d... (by Chervil)
|
by ni0bi
input string and randomize the string
|
|
[1 reply] : You are passing to the function mixup by value , so it is working on ... (by Moschops)
|
by plsalinas
Updating Function parameter. (Classes)
|
|
[6 replies] Last: Thanks for all the help! You guys! (by plsalinas)
|
How do you simulate a tree adt using a linked list? |
|
[1 reply] : He said there should be a class for Node, a class for position, incorp... (by DoABarrelRoll94)
|
by cybop
HELP!!!
|
|
[4 replies] Last: Thank you guys for your input, but this hasn't helped. I will find ano... (by cybop)
|
Problem with converting from infix to postfix notation |
|
[6 replies] Last: I just changed the prcd function. I don't know why but when I was retu... (by DoABarrelRoll94)
|
by jcmd
project using while loops
|
|
[1 reply] : One problem is that you need to initialize cost to zero before you sta... (by koothkeeper)
|
Modifying a program to take input data. |
|
[1 reply] : Shouldn't your input file contain the answers the user gave when you r... (by koothkeeper)
|
by FryHandiz
How to reverse a sequence
|
|
[2 replies] Last: You could make an Octet class or struct: #include <iostream> #includ... (by xismn)
|
Rand() function and dynamic memory for Battleship. |
|
[1 reply] : You need to initialize the random generator. http://www.cplusplus.com/... (by Thomas1965)
|
by jcmd
Adding while using for-loop
|
|
[2 replies] Last: Thank you (by jcmd)
|
by asya
Alarm clock multiple issues
|
|
[no replies]
|
by asya
Count number of letters in a word from a file
|
|
[3 replies] Last: Thank you. When I added "if (count > 0)" everything worked right. (by asya)
|
by miah612000
Averages from a file
|
|
[16 replies] Last: Aha! Great help ther must close. I am doing an online class with no in... (by miah612000)
|
How do you calculate the sum of arrays? |
|
[3 replies] Last: > which is more generic than the sum() above It is not a wee bit more... (by JLBorges)
|
by tomtran3110
Insert into 3D vector
|
|
[3 replies] Last: Oh, I figure out myself!! M.push_back(vector <vector<int> >()); An... (by tomtran3110)
|
by Gondvanaz
Why does this program output 2 x the typed in characters?
|
|
[1 reply] : Each character shows once when you type it in, and once when line 10 o... (by Moschops)
|