by wenizzy
Calculating interest and making nested loops not working
|
|
[2 replies] Last: what you need is a for loop for (statement 1; statement 2; statement ... (by cPlusN00b)
|
by newbie456
I cant figure out the error. please help?
|
|
[2 replies] Last: Are you getting a compile time error, or a run time error? I'm gues... (by AbstractionAnon)
|
by Observer
Template function of a class
|
|
[2 replies] Last: ne555, thanks! (by Observer)
|
Prime numbers using loop |
|
[6 replies] Last: Try this. #include <cstdio> #include <iostream> bool isPrime( int i ... (by hoity)
|
by Farrukh12
Templates Comparision
|
|
[6 replies] Last: > I'm using the code posted by vlad above The code posted by vlad abo... (by JLBorges)
|
by akasya
Find, Calculate, Replace a String in a File with c++
|
|
[2 replies] Last: Bear in mind that you can't have the behavior you see with text editor... (by maeriden)
|
by arms4
highlight word
|
|
[no replies]
|
pass argv[] to a function, return an array |
|
[6 replies] Last: Its slow because you make an unneeded allocation on heap. You continue... (by closed account S6k9GNh0)
|
by Zephilinox
Templated Class Function, does not have a class type
|
|
[2 replies] Last: holy crap, I can't believe I didn't see that, thanks :] (by Zephilinox)
|
by arms4
Matching game help!!
|
|
[1 reply] : You have the 2D num array. int num = { {1,2,3,4},... (by cire)
|
by jnikko
luhn formula
|
|
[no replies]
|
by crimsonzero2
I need help In Runge-Kutta 4
|
|
[1 reply] : I think this program is working the way it should. (by crimsonzero2)
|
by Zapeth
How does std::string::rfind work?
|
|
[2 replies] Last: Ok well I thought the algorithm would be a standardized one. I guess ... (by Zapeth)
|
by arms4
void function and int function differences?
|
|
[1 reply] : Read the following article: http://www.cplusplus.com/doc/tutorial/fun... (by ajh32)
|
by bananas95
Hello C++ programmers. Silly question.
|
|
[4 replies] Last: Thanks, i don't understand one place. how does if (strcmp(input,"down... (by Catfish3)
|
by arms4
Pairinng game info
|
|
[2 replies] Last: Here is it... I can make the whole things work now but the code will b... (by arms4)
|
by matheuskiser
Enqueue problem!!
|
|
[7 replies] Last: @psyclone: the queue member functions are implemented in Apothecary.cp... (by theranga)
|
by tnjgraham
Question on how to use memcpy
|
|
[3 replies] Last: Thanks for feedback. Looks like I will go with the third snippet. (by tnjgraham)
|
by tgaskey
Comparing words from two different files using fstream
|
|
[2 replies] Last: Thank you that worked for the most part. The only thing that doesn't w... (by tgaskey)
|
by ajax2000
String find & replace
|
|
[1 reply] : http://www.cplusplus.com/reference/string/string/find/ http://www.cplu... (by cire)
|