by Zivojin
Conversion from const char* to char*
|
|
[2 replies] Last: const_cast can be your friend. https://en.cppreference.com/w/cpp/lang... (by closed account E0p9LyTq)
|
need help with coin counter |
|
[3 replies] Last: Look closely at line 25. The semi-colon at the end. You are not defi... (by closed account E0p9LyTq)
|
by jbennett
help
|
|
[4 replies] Last: Thank you all, I will keep working on it. I appreciate it. (by jbennett)
|
by Brendon130
Need help with tax program
|
|
[3 replies] Last: #include <iostream> using namespace std; double federalTax(double)... (by H00G0)
|
by colton96
how do I shift a strings characters over 1 (a -> b)
|
|
[2 replies] Last: what if i had to use a while loop and a at()? to get the random letter... (by colton96)
|
by cutwo
Help-copying output to txt
|
|
[6 replies] Last: if you must use a char array on a fixed value, use with no size at a... (by jonnin)
|
by isida
How can I make my character jump?
|
|
[12 replies] Last: thank you very much.. I will start right away! (by isida)
|
by jgialis
Insertion Sort
|
|
[2 replies] Last: Thank you, I will go ahead and fix that. (by jgialis)
|
by bigpops
How to change directory cmake uses for reading/writing to files?
|
|
[1 reply] : Hello bigpops, I am not the pest person to answer this, but at least ... (by Handy Andy)
|
by inf2405
Runge- Kutta Method
|
|
[no replies]
|
by gitelmana
calling a string
|
|
[4 replies] Last: also, he gave me that code to help me with a different problem that, h... (by gitelmana)
|
by pixielaluna
Help with error "no known conversion from 'double' to 'double (*)(double)" when converting ?
|
|
[4 replies] Last: Please post your revised code. Below. (by lastchance)
|
by louiesluck
Help With Rectangle/Ellipse Image Drawing
|
|
[2 replies] Last: #include <iostream> #include <algorithm> #include <cmath> using names... (by lastchance)
|
by Monzaku
Thread invalid use of ‘this’ in non-member function
|
|
[6 replies] Last: Add -pthread to the link options too: LDFLAGS = -pthread ... (by JLBorges)
|
by sr2cute702
Two loops into Recursive
|
|
[2 replies] Last: #include <iostream> #include <iomanip> int loop( int counter, int j ... (by JLBorges)
|
by tigerdowney
Chef with Orchestra in the Kitchen
|
|
[1 reply] : OK, so what's your question and where is your code? (by salem c)
|
by lost110
Should I quit?
|
|
[9 replies] Last: One more thing that you should consider is the power of the wonderful ... (by Grime)
|
by dutch
MagicJar
|
|
[no replies]
|
by Burtininkas
How to make this program?
|
|
[3 replies] Last: Here I made a small program which can read in a file with word pairs a... (by nuderobmonkey)
|
by SparkXV
Coding problem
|
|
[8 replies] Last: I don't believe you. :-) (by dutch)
|