by Invader2010
how do i make a button do an action?
|
|
[4 replies] Last: windows (by Invader2010)
|
by morando
Type of a expression
|
|
[3 replies] Last: > So it depends on the type of lvalue on the left side of the '=' sign... (by JLBorges)
|
by JCaselles
Tellg() + "\r\n" (windows newline) malfunction. (.csv file)
|
|
[4 replies] Last: Ok, now I get it! I can use binary mode to use tellg() and still use g... (by JCaselles)
|
by jambolina
Help with embedding python into C++
|
|
[no replies]
|
by chianda
Problems in bitwise operation
|
|
[3 replies] Last: Thank you very much! That was the problem and I don't think I would no... (by chianda)
|
Overloading method for a specific type in a template class |
|
[10 replies] Last: ne555: You're right. I managed to overload a single method using te... (by faizalabdrahman)
|
by krystalsdad
Uninitialized variables (1,2)
|
|
[21 replies] Last: Nope, it wasn't me. Perhaps this feature shouldn't be anonymous (by krystalsdad)
|
by Jggrnt
Building a map, calculating distance on it
|
|
[2 replies] Last: Thanks for the help. I succesfully created the city map. But, I may... (by Jggrnt)
|
template error |
|
[1 reply] : Are you trying to use std::iterator ? http://www.cplusplus.com/referen... (by R0mai)
|
by digrev
i am getting a lot of errors
|
|
[2 replies] Last: There is a little mistake i guess... What are these symbols: ‹› ?... (by S G H)
|
by ARWA
garbge value in the output..~.~
|
|
[1 reply] : 'newFrams' requires the trailing 0. On line 9 write newFrams=new char... (by coder777)
|
by Hollywood
Char and switch statement issues
|
|
[1 reply] : char my_Command ; my_Command is a pointer to a char. I suspect you ... (by Moschops)
|
by Smoke
Incorrect Strlen value returned
|
|
[2 replies] Last: The strlen function tells you how many chars there are from a pointer ... (by Moschops)
|
by atjm88
RGB to Gray Image
|
|
[6 replies] Last: Thanks ne555, I've change the line to the one below using imshow, but ... (by atjm88)
|
by arn2025
random drawing tool
|
|
[no replies]
|
by noobcoder
How to count the number of unique characters in a string?
|
|
[no replies]
|
by bennigan88
N Queens Backtracking Algorithm Confusion
|
|
[no replies]
|
Including all of the files in a directory |
|
[2 replies] Last: Take a look at boost::filesystem. It will let you iterate through eac... (by Stewbond)
|
by lasxx005
Segmentation Fault: Dynamic Array of Strings
|
|
[1 reply] : just found the error: I never initialized index to 0 (by lasxx005)
|