Codeforces 734A not working properly |
|
[1 reply] : You probably would've gotten help earlier if you had described the pro... (by tpb)
|
by AaronR19
Looking For Help With Reversing the Order of an Array
|
|
[4 replies] Last: If you are not required to write your own reverse function, <algorith... (by closed account E0p9LyTq)
|
by PhoenixBlain
Need help with restaurant homework
|
|
[3 replies] Last: Hello PhoenixBlain, You are welcome. Your missing comma was a proble... (by Handy Andy)
|
by PhoenixBlain
Don't know what I'm doing wrong
|
|
[3 replies] Last: They need to match exactly, including the const at the end and the ret... (by tpb)
|
by masterinex
expression must be an lvalue or function designator
|
|
[10 replies] Last: Does this look like it should work to you? It's basically the same pro... (by tpb)
|
by robbieD7
Matrix server printing garbage values
|
|
[7 replies] Last: The copy constructor is calling the overloaded assignment operator, wh... (by robbieD7)
|
by adam2016
casting a void pointer to an int.
|
|
[1 reply] : Why are you using qsort() in a C++ program, when there are better alte... (by salem c)
|
Subroutine and bool |
|
[5 replies] Last: i agree with @tqb , it is a confused piece of code lol, get a nice beg... (by closed account SECMoG1T)
|
by masterinex
what is meant by a pointer goes out of scope ?
|
|
[no replies]
|
by Bopaki
What do these errors mean because I see nothing wrong in the program
|
|
[3 replies] Last: You often get "stray xxx in program" when you copy/paste from some web... (by salem c)
|
by redfury
Making this structure using 2D Array
|
|
[1 reply] : If I understand your question, it's probably best to only store the pa... (by tpb)
|
Word |
|
[1 reply] : #include <iostream> #include <string> int main() { std::string w... (by JLBorges)
|
Codeforces 1080A |
|
[1 reply] : The number needed is: number of red notebooks needed + number of gree... (by Repeater)
|
by prognoob
I found difficulty in friend class for High Card Game program
|
|
[1 reply] : First problem I can see is on line 85 - compare with line 88 where you... (by Thomas1965)
|
by nowy20180820
Split single file into header and source fioles
|
|
[15 replies] Last: [quote=nowy20180820]When i create new class in Code::Blocks from wizar... (by Peter87)
|
by Song Tung
Rehashing a hash table with quadratic probing
|
|
[no replies]
|
by stoneJax
Array Processing
|
|
[4 replies] Last: Got it to work! If money = 1, then "while(money > bankNotes[element 4]... (by stoneJax)
|
by JesusFreak43
How Does this Recursive Function Work?
|
|
[4 replies] Last: @tpb So, I have some questions about your code. So, why didn't you d... (by JesusFreak43)
|
by Bopaki
Getting an error on filling the array
|
|
[2 replies] Last: Thank you very much salem, its now fixed, It is now giving the desired... (by Bopaki)
|
AVL trees |
|
[no replies]
|