by ZestyCthulhu
Program not counting up to days
|
|
[4 replies] Last: Hello ZestyCthulhu, You are welcome. It is always the little things t... (by Handy Andy)
|
Segmented sieve |
|
[18 replies] Last: It's not really a segmented sieve since it only has one "segment". (by tpb)
|
by Sughbound
Please suggest!
|
|
[5 replies] Last: FWIW I write a TON of what I would call disposable programs that do th... (by jonnin)
|
How can I convert numbers to their word form? |
|
[5 replies] Last: I think you need to look at the english again. one, two, ... is a reu... (by jonnin)
|
by aftselakhis
Re: Looping Statement
|
|
[3 replies] Last: Hello aftselakhis, Your program is on the right track and has many us... (by Handy Andy)
|
by wubbits
Need help with homework
|
|
[17 replies] Last: > Does float multiplied with double require promotion of float? Yes. ... (by JLBorges)
|
by defs
Palindrome.loop.range
|
|
[7 replies] Last: I did had an idea that x stays 0 at the end, but I didn`t understand h... (by defs)
|
How can I read in numbers and output them individually? |
|
[8 replies] Last: If you want the output in reverse order then swap lines 9 and 10. #i... (by lastchance)
|
by RogerN
Error while Compiling a printer Driver
|
|
[6 replies] Last: Thanks for that , sounds interesting. - perhaps it would be worth addi... (by RogerN)
|
by Drac0
User defined functions (1,2)
|
|
[30 replies] Last: Thank you. Im sorry for not finding little mistakes. I really need to ... (by Drac0)
|
by greygriff
Garbage Value when referencing out of main function
|
|
[15 replies] Last: Since you're not using, and are not returning anything from compute_co... (by jlb)
|
by Alienguard
[Code Review] Fraction Class
|
|
[3 replies] Last: Hi, thank you for your response. I noted the code duplication you tal... (by Alienguard)
|
by Slasher320
Compile Error
|
|
[3 replies] Last: Hello Slasher320, A properly formatted and indented code: #include ... (by Handy Andy)
|
by necrophos
function argument
|
|
[7 replies] Last: by the way, Class new_object(ptr); http://www.cplusplus.com/forum/ge... (by ne555)
|
by blowreeds
Function SNAFU
|
|
[1 reply] : int rollDie(int min,int max);///remove this semicolon #to-fix { ... (by closed account SECMoG1T)
|
by dcaro
ifstream
|
|
[10 replies] Last: It was solved removing the last character of nomeArquivo. Thanks a lo... (by dcaro)
|
by brian818
while loop only running once?
|
|
[3 replies] Last: Thank you for pointing out that I was not using coding tags! And thank... (by brian818)
|
by misalo
Reading .txt files inside a .txt file
|
|
[4 replies] Last: There might not be a need to store the files in a vector if you just n... (by dhayden)
|
by cppnoobie
correct error checking
|
|
[3 replies] Last: More than 8000 characters even? That link is fine but you should avoid... (by Satan)
|
Plinko with Functions |
|
[2 replies] Last: Well, there's nothing in your DisplayMenu() or main() functions th... (by MikeyBoy)
|