by poloyloy
debugging
|
|
[1 reply] : on line 24: x = lowest should be x >= lowest // Note: > ... (by coder777)
|
by Bdanielz
Linked List ADT / Return and-or increment an objects member
|
|
[no replies]
|
by wtfsamcrap
std::cin.get() looping text?
|
|
[1 reply] : It would help if you told us what you were trying to do. Anyways, inst... (by giblit)
|
SENTEINAL as char in a C++ code |
|
[3 replies] Last: No. I am saying that if you enter "10 20 n" . your program will threa... (by MiiNiPaa)
|
by cavendert
Random Response Generator
|
|
[4 replies] Last: That makes perfect sense. Also, it worked in the program. Thank you so... (by cavendert)
|
by superfury
SoundFont 2.04 specification question?
|
|
[no replies]
|
by MeNeedsHelp
Reading lines from a text file
|
|
[1 reply] : I don't see the need for a stringstream there. Simplify: int main() {... (by Chervil)
|
by dleanjeanz
Set std::chrono::time_point<> time
|
|
[1 reply] : chrono library doesn't have a concept of a calendar day. You can take ... (by Cubbi)
|
segmentation fault(core dumped) |
|
[8 replies] Last: ********************************************************************... (by Computergeek01)
|
by tvtruong
Help FTP update MFC
|
|
[3 replies] Last: Which version of visual studio do you use? Did you create the right ty... (by coder777)
|
by Bizzle
animation ascii art с++
|
|
[5 replies] Last: a) you dont need stdio.h b) if you did need it i would use cstdio c) y... (by Little Bobby Tables)
|
by gelatine
Problems with const
|
|
[6 replies] Last: that's right, I must have misread it. However, ¿where do you set the ... (by ne555)
|
by xuinkrbin
Checking if a floating point value is within a certain range
|
|
[7 replies] Last: That's only if you test for equality, i.e. == and !=. That is why chec... (by Daleth)
|
by dleanjeanz
[SFML][Vector] Problem with Polar and Cartesian Coordinates convertion
|
|
[2 replies] Last: I #include d math.h but the compiler is complaining identifier 'M_... (by dleanjeanz)
|
cin >> nuances |
|
[3 replies] Last: Both of your answers are very unique but congruent with the same idea ... (by Aaron Vienneau)
|
by alastairl
Strange compiler behaviour
|
|
[3 replies] Last: You are totally right! Making CInGameManager a pointer has solved the ... (by alastairl)
|
by stefoka
Why doesn't my overloading operator activate??
|
|
[4 replies] Last: Thank you SO VERY MUCH!!!! :))) (by stefoka)
|
by Equi nox
Sudoku Solver (Brutish way)
|
|
[2 replies] Last: I think you need to set count1=0 before line 284. Otherwise each time... (by dhayden)
|
by ferarista
Error in a vector
|
|
[1 reply] : void setCell(const CCellDescr& cell_Data) { m_Data.push_back( cel... (by AbstractionAnon)
|
by stefoka
Can someone explain this code
|
|
[4 replies] Last: The class has bugs. The constructor at line 38 doesn't initialize arr... (by dhayden)
|