having coding problems commas into a string c++ recursively |
|
[1 reply] : Try changing from int to long and check with high numbers again, pleas... (by closed account 3TXyhbRD)
|
by davi
How to remove repeated values in array?
|
|
[8 replies] Last: Thanks for both of your great help! zijuan you teach me an i/o manipul... (by davi)
|
by cshong
Can recommend a good configuration / log file library?
|
|
[1 reply] : Log4cpp, but I have not used it. So you have to see how efficient it i... (by writetonsharma)
|
by rajdang
core dumped, need help
|
|
[1 reply] : You have not initialized the iterator and dereferencing it. it may be ... (by writetonsharma)
|
Abstraction of C++ |
|
[5 replies] Last: It cannot change the private members of another class, and it does not... (by anonymous23323124)
|
by firedraco
Random question
|
|
[10 replies] Last: Put it in a trait class. Something like this: class A; class B; tem... (by m4ster r0shi)
|
by CCprogrammer
(NEED HELP PLEASE)Writing data from a file into a matrix
|
|
[3 replies] Last: But you aren't reading anything inside the loop. [quote=man pages]The... (by ne555)
|
by nkumar85
Question on const
|
|
[3 replies] Last: Hi firedraco, I did not mean reference (it was just an example), in f... (by nkumar85)
|
by qwesr
Looking for developers!
|
|
[5 replies] Last: Then just type it in to your browser. That's the way to get user... (by ultifinitus)
|
by fafner
dynamic array not allocating correctly
|
|
[6 replies] Last: If you want to check whether the crash is caused by writing past the ... (by m4ster r0shi)
|
by CodeMonk
Having troble using functions (1,2)
|
|
[20 replies] Last: void CalcScore(double Score1,double Score2,double Score3,double Score... (by closed account zwA4jE8b)
|
oscillating function |
|
[4 replies] Last: I'd use a proper triangle wave implementation with no internal state. ... (by helios)
|
by menopaws
Dijkstra's algorithm/graph
|
|
[2 replies] Last: I found this site useful. http://renaud.waldura.com/doc/java/dijkstra/ (by naraku9333)
|
by Sethe
Printing data in structs[Sorta]
|
|
[3 replies] Last: sorry I still can't follow your train of thought here, [quote=Sethe]I... (by matsom)
|
C++ and Assembly |
|
[1 reply] : I am not 100% sure but I do know that you need a ';' after the asm blo... (by closed account zwA4jE8b)
|
How to write a code for a robotic hand |
|
[8 replies] Last: @compgeek I don't think I am ready to program the kinect yet :P (by closed account zwA4jE8b)
|
const needed in function param list |
|
[4 replies] Last: Oh duh, I misread the question. >_> Glad you got your answer anyway. (by firedraco)
|
by takutox
Prototype vs Function declaration, const
|
|
[1 reply] : The compiler will treat them as two entirely different functions. If ... (by Disch)
|
by CCprogrammer
How to read a random number array to an output file
|
|
[3 replies] Last: Your loop looks fine, it's just that you aren't ever using matrix. (by firedraco)
|
by Budlee
Comparing two strings
|
|
[3 replies] Last: What's your code? (by hamsterman)
|