by glasseater
Count how many votes a number has
|
|
[4 replies] Last: SamuelAdams: I don't think sorting is appropriate here. It would almos... (by mzimmers)
|
optimized this code (1,2) |
|
[24 replies] Last: tpb , I'm not solving the problem, that post was off the top of my he... (by dhayden)
|
by Mobliterated
A number of errors, all on one line
|
|
[3 replies] Last: Oh, bless you. I thought I put commas there before and it came up nil,... (by Mobliterated)
|
by vaderboi
format ‘%s’ expects argument of type ‘char*’
|
|
[3 replies] Last: Peter87, that did the trick! Thank you! (by vaderboi)
|
by quincyq
Can not erase other non alphabet characters without going out of range
|
|
[5 replies] Last: http://www.cplusplus.com/reference/cctype/isalpha/ If done from scrat... (by lastchance)
|
by kmce
Advice on learning programming
|
|
[11 replies] Last: ..I wasn't sure how I would keep track of the amount of days of not c... (by Thomas1965)
|
by AL88
undefined reference to Array::operator[](int)
|
|
[1 reply] : You nee to implement these member functions that you declared. in... (by Ganado)
|
by PhysicsIsFun
arguments to main( )
|
|
[10 replies] Last: I agree with jonnin. Being familiar with both Windows and Unix/Linux i... (by Ganado)
|
by amanseau
Increase vector with while loop
|
|
[2 replies] Last: Thank you! (by amanseau)
|
by ashwyn
Help with Decimal - Binary conversion ?
|
|
[4 replies] Last: I prefer the recursive version, but this alternative fixes the string ... (by lastchance)
|
by AL88
why is my template specialization not working?
|
|
[5 replies] Last: Line 29 to 34 doesn't make sense. Remove it. Instead put appen(...) in... (by coder777)
|
by JesusFreak43
Using Pointers with a Class
|
|
[2 replies] Last: It's not likely to be “11 db”. Arguably, it's “lldb”: https://... (by Enoizat)
|
by vakingmonte
one Question
|
|
[1 reply] : That is inheritance, but ... Public inheritance means IS-A relationsh... (by keskiverto)
|
by gabrinka
Tired of trying
|
|
[11 replies] Last: Thank you, when I go home I will fix it and let you know if I have mor... (by gabrinka)
|
by ateague
Program to display shapes?
|
|
[1 reply] : You have given the sizes (int n) for each shape, so you need to code i... (by nuderobmonkey)
|
by senkovlad16
determining if 2 values are positive prime values
|
|
[4 replies] Last: so you are saying to delete this line if ((p > 0) && (q > 0)) and... (by senkovlad16)
|
by fedegp
Lambda Function returning double
|
|
[2 replies] Last: Thank you very much. Now it wors. So in this case, putting "return 2" ... (by fedegp)
|
by Sevrene
[1st year University Comp Sci] Using a ManagedArray and a GuardedArray to create a Polynomial class
|
|
[1 reply] : Example polynomial: a*x^4 + b*x^3 + c*x^2 + d*x + e ItemType foo {... (by keskiverto)
|
by froufrouduck
Directed Acyclic Graph
|
|
[2 replies] Last: To create a random DAG you create a random proposed edge. Let's say it... (by dhayden)
|
by monkey05
Please help me out of the problem.
|
|
[2 replies] Last: fopen() will set errno to tell you exactly what went wrong. #include ... (by dhayden)
|