by Recondito
SDL - Renderer doesn't updates.
|
|
[2 replies] Last: The use of SDL_PollEvent looks fine, if all you want to do is check fo... (by Peter87)
|
by hassanAman
enum vs #define
|
|
[6 replies] Last: As a variant to @JLBorges, I would prefer to do this: #include <cst... (by gaxio)
|
by empleat
estimation of time to learn how to make specific program, or hire programmer ?
|
|
[2 replies] Last: the data portion sounds like the kicker. If you have the database or ... (by jonnin)
|
by LeoMessi
FileReader() -- Error -- Printing last line twice
|
|
[4 replies] Last: should i use global variable? No, learn to pass variables to and fro... (by jlb)
|
by empleat
combinations of variables , ambiguous thing
|
|
[1 reply] : I would forget the combinations. put the 4 values into a vector and s... (by jonnin)
|
by StMick
Incorrect Fibonacci Modulo Results
|
|
[2 replies] Last: 1) lookup the golden ratio. After the first few values, you can direc... (by jonnin)
|
by rbwtp
Can't free memory. Don't know why..
|
|
[3 replies] Last: Dynamically allocated memory has no scope and will stay allocated unt... (by MikeyBoy)
|
by ciuz99best
Room lights
|
|
[1 reply] : Duplicate of http://www.cplusplus.com/forum/beginner/239504/ (by MikeyBoy)
|
by sati53
Could someone explain what is wrong here?
|
|
[6 replies] Last: Well, I am writing a Finite Element code. So the idea is to create a p... (by sati53)
|
by Lex33
task Problem set Methode (1,2)
|
|
[26 replies] Last: Somebody there ? (by Lex33)
|
by alcatraz98
I dont know why its not working (1,2)
|
|
[23 replies] Last: @anikdutta10 check this thread: http://www.cplusplus.com/forum/general... (by closed account oG3kizwU)
|
by rrmestl
LIBC string.find() bug !?
|
|
[4 replies] Last: yep, that was my issue... sorry to bother all... once i used size_t t... (by rrmestl)
|
by nikita00
competitive
|
|
[13 replies] Last: the vector not being preallocated. And consider that Ness said about... (by jonnin)
|
by danielteh
4-digit numbers guessing game - need help
|
|
[3 replies] Last: To All : I have already fixed the problem by using the MOD and intege... (by danielteh)
|
by kafan1986
Need help with memory leak while multi-threading
|
|
[4 replies] Last: It sounds like pthread_exit() didn't call a destructor. Since you're u... (by tpb)
|
Prime factorisation method for nCr |
|
[1 reply] : What have you tried so far? What expression are you referring to? I ho... (by Ganado)
|
by LeoMessi
read a text file
|
|
[3 replies] Last: Yes, you need to replace std::istringstream with std::ifstream + prope... (by Ganado)
|
by guninho
I wants to change places in the arrays
|
|
[5 replies] Last: Java works differently from C++. But you also need an container to st... (by kbw)
|
by AndersNorman
Translate key combination to ASCII?
|
|
[6 replies] Last: You would think there would be. I dunno. None of my big programs com... (by jonnin)
|
Magic Set - Codechef Problem |
|
[2 replies] Last: You sure have picked some awful, awful, awful names for your variables... (by Repeater)
|