by keepmypl
Newtone Algorithm problem
|
|
[2 replies] Last: Thanks a lot ! Works well (by keepmypl)
|
by pepepe
sum map problem
|
|
[19 replies] Last: ty for the patience. i found the error and actually got the intended o... (by pepepe)
|
by Aditya goel
clear screen
|
|
[1 reply] : system("cls") runs the cls command. Note that cls does not exist on ... (by Peter87)
|
Using maps and binary search tree |
|
[no replies]
|
by jcthomas556
How to decide when to end my while loop when it runs 1 too long
|
|
[3 replies] Last: Also, I prefer to indent 4 but my school has a testbed software that ... (by Ganado)
|
by pokolas
ALIQUOT SUM problem
|
|
[5 replies] Last: Hello pokolas, After 4 1/2+ hours of letting your program I finally g... (by Handy Andy)
|
by hareleah
Program to calculate area and circumference not outputting values
|
|
[2 replies] Last: There's a number of errors in variables names. Try avoiding global va... (by Enoizat)
|
by aqibhussain
An anonymous error is found in my code line 27
|
|
[2 replies] Last: You write i will remove this one and try again. (by aqibhussain)
|
by CGunn86
Cleaner initializer list method?
|
|
[3 replies] Last: Put them on separate lines and indent them. (by tpb)
|
by justStarting
Program issue with decimal
|
|
[3 replies] Last: Thank you both, that did it! I will keep in mind all the shortcuts to... (by justStarting)
|
by yashps
Why can't I declare a vector inside a C++ class ?
|
|
[2 replies] Last: Thanks. I got it now. (by yashps)
|
by gn4cys
Review & Comments on my Random Walk
|
|
[4 replies] Last: Could you explain in a little more detail? I understand that this is ... (by TheIdeasMan)
|
Program won't output correctly |
|
[6 replies] Last: Update: I have gotten thus far, it prints all the flowers and whether ... (by helpwithcplusplus)
|
by caesarra2
Difference between vector object and c++11 array?
|
|
[3 replies] Last: Very useful replies, thank you guys, really helped. :) Marked as solve... (by caesarra2)
|
by kakoda
How to get 2 divided numbers printed on screen?
|
|
[3 replies] Last: Hello kakoda, You are welcome. Anything that you do not understand le... (by Handy Andy)
|
by jony11
program
|
|
[1 reply] : https://codereview.stackexchange.com/questions/30525/convert-number-to... (by Thomas1965)
|
by itfreakas
PATHS
|
|
[1 reply] : Please don't triple-post. Close this down with a green tick and use yo... (by lastchance)
|
by madeel
compiling error
|
|
[1 reply] : The gcd function is a function that you can call from other functions ... (by Peter87)
|
by Flaze07
dynamic_cast fail, but static_cast works
|
|
[4 replies] Last: Hi, Why create a base class object then want to cast it to derived? W... (by TheIdeasMan)
|
by wsme
Simon game function error
|
|
[3 replies] Last: Oh geez, thanks guys. Was not finding the error, but these catches wil... (by wsme)
|