by BarelyOtaku
Prime algorithm for SPOJ
|
|
[2 replies] Last: Ahhh I see I had it all wrong :S I thought I was on to something... I'... (by BarelyOtaku)
|
C++ Instance Methods Cache Friendly? |
|
[5 replies] Last: Ah, that makes sense. I was looking at the cache friendly design patte... (by horrificmonster)
|
by molma100
Read key input in real-time
|
|
[4 replies] Last: I see, alright. As for attempting a solution on my end, I have found a... (by molma100)
|
by IWishIKnew
Unicode wchar_t -> char
|
|
[1 reply] : Works for me: #include <iostream> #include <string> #include <codecv... (by helios)
|
by Ahmad1797
Multiple .cpp and .h files with constants
|
|
[15 replies] Last: [quote=Duoas]That doesn't undo the bad advice given before constexpr w... (by Peter87)
|
by wh1t3crayon
How can I recycle pointers to use for different object's parameters upon creation?
|
|
[10 replies] Last: that means you get another behavior but the location in memory for Co... (by MiiNiPaa)
|
by Tommy98
all (3 digits permutations) of array with n elements
|
|
[3 replies] Last: the thing u said me did just the permutations of first 3 elements it ... (by MiiNiPaa)
|
by homing
container vs built-in array
|
|
[6 replies] Last: It depends on your design . With static/automatic arrays std::array ... (by MiiNiPaa)
|
by rathpanha
Warning fseek in binary file
|
|
[2 replies] Last: Oh thank you alot it's work. (by rathpanha)
|
by BigMike
General Debug Error (Bit-Version etc.)
|
|
[1 reply] : https://support.microsoft.com/en-us/kb/2757355 (by MiiNiPaa)
|
by radar114
Can somebody help me explain this function?
|
|
[4 replies] Last: No, I forgot to do that. That's the problem. Thank you for reminding m... (by radar114)
|
by Tommy98
Creating a Triangle From array
|
|
[6 replies] Last: Answering here instead of private message: firs of all, throw out your... (by MiiNiPaa)
|
by HOWDOIAIM
CodeBlocks SDL: "ld.exe cannot find -lSDLmain"
|
|
[7 replies] Last: I'm an idiot. I just realized that the global compiler setting were s... (by HOWDOIAIM)
|
by mk92595
First Time C++ Coder: Need Help With One Little Part (loop)
|
|
[2 replies] Last: Thank you but I solved it! (by mk92595)
|
Random arrays compiler issue |
|
[1 reply] : You should only call srand once in your program. At the beginning of m... (by Peter87)
|
by Micard
SDL 1.2 to SDL 2.0 - rotozoomsurface
|
|
[1 reply] : If you want to use rotozoom you should load the image as a surface tha... (by Peter87)
|
by Roneel
This program gets ID marks from a txt file and determines grade. how to pass the void print_students_records function.
|
|
[1 reply] : void print_students_records(string s ,int size); student s ; print_s... (by ne555)
|
by Tommy98
looking if its possible to make given number from int array of numbers
|
|
[6 replies] Last: ¿and that's a problem because...? Now the only beneficiary would not ... (by ne555)
|
by Tommy98
sum of numbers in one line
|
|
[1 reply] : http://www.cplusplus.com/articles/oGLN8vqX/ (by Radar)
|
Qt Cannot open file 'shell32.lib' |
|
[no replies]
|