by Volgin212
Problem with fixing a specific error code
|
|
[2 replies] Last: Thank you so much for catching the mistake, you just saved my hide (by Volgin212)
|
by odium0
SelectionSort craziness.
|
|
[1 reply] : There's a little too much swap() ing going on in there. I recommend ... (by Duthomhas)
|
by Hidden Squid
Stuck in calling function in case statement.
|
|
[8 replies] Last: Thanks for explaining it that way i got it. I was up late last night a... (by Hidden Squid)
|
by Flakjacketx
Loan payment calculator, payment too high
|
|
[3 replies] Last: dhayden - that was exactly what was wrong, thank you for pointing that... (by Flakjacketx)
|
Syntax Meaning of (x)(y) and x | y |
|
[1 reply] : 1. Cast the result of the expression on the right to type HBRUSH htt... (by LB)
|
by BAC Sun
Combinations Help
|
|
[7 replies] Last: can it be done without global variable? The function should return ... (by dhayden)
|
by keltonfan2
Eight Queens problem
|
|
[10 replies] Last: oh my god, if you don't understand this.... actual program is 10x hard... (by anup30)
|
by etrusks
input stream problem v2.0
|
|
[3 replies] Last: Ohh dint see u posted before so tnx a lot :) With this example i just ... (by etrusks)
|
by patrick1378
Problem with While Loop termination
|
|
[1 reply] : I don't see anything wrong, other than undefined behavior when i == 6.... (by LB)
|
by misslyss
can someone find the error in this code?
|
|
[6 replies] Last: oh wow looks like that was a mistake on my part. i accidentally copi... (by TarikNeaj)
|
by SohaibAJ
class employee, variable problem
|
|
[3 replies] Last: all good then :) (by mutexe)
|
by Garfield05
friend function doubt
|
|
[1 reply] : can you show us an example in code and then ask us again please? (by mutexe)
|
by stixkid11
Need help with finishing this code for school ASAP
|
|
[5 replies] Last: ty (by stixkid11)
|
by firask21
Help Please ( Homework due in 5 hours )
|
|
[6 replies] Last: yeah i closed it when i finished part 1. and now after i started to wo... (by firask21)
|
Problem adding info to Array of Structs |
|
[3 replies] Last: Yep. It was something as simple as braces. I woke up this morning and ... (by forbesthebrit)
|
by JasBeckC
next item Vector and Map
|
|
[1 reply] : For the posted map: std::map<std::string,double>::iterator i = Rate... (by Texan40)
|
by hornet07
Inheritance problems
|
|
[5 replies] Last: OMG ARE YOU SERIOUS?! I forgot to include iostream in inheritance.h f... (by hornet07)
|
by JasBeckC
Vector Iterator Issue
|
|
[8 replies] Last: The caller expects a value no matter what. You have to indicate failur... (by keskiverto)
|
by RiadC123
Need help for school
|
|
[2 replies] Last: Perhaps she meant this?: int a = 5; int b = 3; a += --b; cout << a... (by Texan40)
|
by Glyk
Need help
|
|
[4 replies] Last: it works great now thanks alot! but i dont get it why do i need quot... (by TarikNeaj)
|