Finding prime factors of individual numbers |
|
[5 replies] Last: /* PRIME FACTORIZATION PROGRAM *//* 60 = 2 * 2 * 3 * 5 */ #include <... (by closed account 18hRX9L8)
|
by Kovs95
Fun with Functions part 3
|
|
[6 replies] Last: Nevermind about those questions! thanks to all who helped! You all wer... (by Kovs95)
|
by Thaity
Error Message
|
|
[5 replies] Last: Thank-you once again, all input is greatly appreciated. (by Thaity)
|
by hkrishnan81
help
|
|
[1 reply] : Please use code tags First of all, 'c' is uninitialized, and you're n... (by maeriden)
|
by donfire
Array..tallying numbers
|
|
[3 replies] Last: /* code by usandfriends */ #include <iostream> #define RESET 0 main... (by closed account 18hRX9L8)
|
function pointer declaration syntax |
|
[3 replies] Last: I like using one of these: typedef void function_type(int) ; functio... (by JLBorges)
|
by Pwego
Getting white screen, not working
|
|
[3 replies] Last: You are not changing 'start' anywhere in that loop. So once the loop ... (by Disch)
|
by Pwego
Why does this not work!?!?
|
|
[no replies]
|
by Pwego
Having noob problems
|
|
[1 reply] : On the contrary, this is a HELP FORUM. You post your problems here and... (by Hotice)
|
by Pwego
This If and While loop issue
|
|
[4 replies] Last: You could even have in an if-statement a condition that contradicts th... (by Hotice)
|
by johnhoffman
Why is my operator erring?
|
|
[4 replies] Last: Also, macros are generally dangerous to use, as they don't perform any... (by Hotice)
|
by hkrishnan81
need 25 programs
|
|
[4 replies] Last: Actually try a few of these. They are usually simple programs that wo... (by Stewbond)
|
by johnhoffman
Why is the superclass's default constructor being called?
|
|
[1 reply] : In the constructor of a derived class you should call the constructor ... (by Fransje)
|
by noisycoder
Operator Overloading with Templates
|
|
[5 replies] Last: Tried with a forward declaration and still ran into errors. Then tried... (by noisycoder)
|
by tdk93
fatal error, while input array of char*
|
|
[2 replies] Last: You have an array of pointers to char, but they are not properly initi... (by Chervil)
|
by Marcan
For loop increment condition?
|
|
[2 replies] Last: Thank you. I really couldn't wrap my head around this one, now it mak... (by Marcan)
|
by Man silence
How to Draw a diamond and Rectangular hollow in c++
|
|
[1 reply] : Honestly just stop... (by opiop65)
|
by jCha
Pyramid Calculations
|
|
[4 replies] Last: i have found it too ^^ int i=0, k=8, j=0, F=9, R=0; for (i=8;i>=1;i... (by jCha)
|
by hkrishnan81
help
|
|
[11 replies] Last: I only guided you... Hopefully you learned something and can see the o... (by Moooce)
|
by eagleman
error: expected unqualified id before '[' token
|
|
[2 replies] Last: Thanks so much. Although the program is not producing an answer. This ... (by eagleman)
|