by BeastlyHex
Problems with class files with SFML
|
|
[2 replies] Last: As ne555 pointed out the sf::RenderWindow member is not related to the... (by Z e r e o)
|
by danicpp
variable inside constructor
|
|
[1 reply] : All variables declared in a constructor go out of scope when the const... (by helios)
|
by panadol
Read certain lines from a file
|
|
[1 reply] : http://www.cplusplus.com/reference/string/string/find/ (by keskiverto)
|
by cGuru
Can You Recommend An IDE?
|
|
[6 replies] Last: I prefere Qt Creator. When I first saw it I fell in love with it (sorr... (by Zloi)
|
by panadol
Differentiate a word/letter and number in a string
|
|
[1 reply] : http://www.cplusplus.com/reference/cctype/ (by LB)
|
Shared pointer problem |
|
[3 replies] Last: If you choose to ignore what I am saying, I cannot help you. (by LB)
|
by judo11
How to dry run any c++ programs?
|
|
[8 replies] Last: you mean like an IDE? (by Homberto)
|
by csstudent123
reading xml weird error
|
|
[8 replies] Last: Pls tell me what to do in taglessline function void readFile(char ... (by csstudent123)
|
Smart pointers in a vector |
|
[1 reply] : Yes. (by Disch)
|
by evensense
Boost memory mapped object
|
|
[3 replies] Last: Ah, yes. Sorry, I missed that the first time. static globals are tran... (by helios)
|
C++ count an array? |
|
[2 replies] Last: Using sizeof with class member arrays does give the length. sizeof(arr... (by helios)
|
by pluk
sdl memory leak!
|
|
[2 replies] Last: My first question would be how you determined a memory leak exists. (by helios)
|
n queens problem solutions |
|
[no replies]
|
by Anns
Restrict header file inclusion
|
|
[6 replies] Last: No. This is what the compiler's search paths are for. As part of your... (by Duthomhas)
|
by androbada525
help reqd for fibonacci series program
|
|
[1 reply] : Please, use the code tags and informative indentation: http://www.cplu... (by keskiverto)
|
by ThomasSp
a function-definition is not allowed here before '{' token
|
|
[3 replies] Last: Well, while we're at it, in base.h on line 70 there's a stray ++. (by helios)
|
by Johnluk
Not expected result for my function
|
|
[3 replies] Last: I would like to save the actual values of the factors (by Johnluk)
|
by ToniAz
Enforcing that a function does not modify dynamic array pointed to by pointer
|
|
[9 replies] Last: BTW, that is supposed to be C and not C++. [...] Why do I need a cast... (by helios)
|
by smcguffee
Avoiding Move
|
|
[2 replies] Last: Thanks! (by smcguffee)
|
by Jacobhaha
Eclipse, input / cin
|
|
[2 replies] Last: When you use cin, in most cases your program have to get input from th... (by Jacobhaha)
|