by ronenp88
need library to convert a decimal number to fraction (rational)?
|
|
[17 replies] Last: That looks fine. If it works, you're golden. (by Duthomhas)
|
by Satan
Typing subscripts on console or other custom speial characters?
|
|
[6 replies] Last: It is a user's environment issue, so you'll need special help on every... (by Duthomhas)
|
by vittorioc98
Adding element to vector without knowing the parameter class
|
|
[13 replies] Last: Why if i do vec.push_back(make_unique<Account>(object))); doesn't wor... (by Peter87)
|
by adam2016
saving a highscore in a game
|
|
[11 replies] Last: Functions such as memcpy uses void* which is much more convenient to u... (by Peter87)
|
by jackos8234
Brute force Polynomials
|
|
[no replies]
|
by Fabr
2019 error
|
|
[12 replies] Last: Just do what my or Ganado's post said, and tell us your results. Also... (by poteto)
|
by poohbear
building errors
|
|
[1 reply] : Hello poohbear, I think your problems here are being addressed in htt... (by Handy Andy)
|
Calling main(); |
|
[7 replies] Last: As I recall, amongst other things, the compiler is allowed to assume t... (by Repeater)
|
by poohbear
roomtype
|
|
[5 replies] Last: Hello poohbear, Once I created ctors for the "Reservation" class I co... (by Handy Andy)
|
by BashPotato
Recursion and Return Values [Help]
|
|
[4 replies] Last: I am aware I could just recursively call main() and be done with it ... (by jlb)
|
by Patch97236
STL Map container question?
|
|
[11 replies] Last: Yeah I know it was mines but I honestly wasn't sure if it was a good i... (by Patch97236)
|
by Seyter
Wrong and unexpected
|
|
[1 reply] : Lines 73 to 76 should be removed. Just removed. You have put semicolo... (by lastchance)
|
by jcarbo
OPening a file with a class
|
|
[5 replies] Last: If you require .c_str() when opening a filestream then you need to upg... (by lastchance)
|
by Neonz27
I don't understand this error...
|
|
[7 replies] Last: Glad to hear you got it working, good luck! (by Ganado)
|
by Mushu911
Help with C++ Reading and Displaying Input Txt file with while loop
|
|
[3 replies] Last: Also note, for the name, the extraction operator stops processing the ... (by jlb)
|
by adam2016
algorithm/math help
|
|
[9 replies] Last: I am guessing the parts past the decimal point are truncated right?... (by Ganado)
|
by CheesyForde1
Question on for loops.
|
|
[5 replies] Last: Guys thanks, you solved my problems. I'm not really a problem solver b... (by CheesyForde1)
|
by gjur99
Help If Else statement
|
|
[5 replies] Last: thank you so much guys! @saeidsj @Ganado @Thomas1965 (by gjur99)
|
by adam2016
string was not declared in this scope
|
|
[12 replies] Last: re-read what I said :) most of the issues we mentioned are legal c++ ... (by jonnin)
|
Can We Draw a Circle using ASCII? |
|
[2 replies] Last: there are famous pictures redone in ascii: my professor in college had... (by jonnin)
|