by MzDoll
BMR Calculations
|
|
[12 replies] Last: Thank you so much you guys. I got it to work with your help //declare... (by MzDoll)
|
by Catfish666
Code review for: Empty Base Optimization pair (similar to boost::compressed_pair)
|
|
[10 replies] Last: Something like this, perhaps: #include <utility> #include <tuple> #i... (by JLBorges)
|
by helnow
Sorting
|
|
[5 replies] Last: Sort of. You need to revisit the logic of your sink function. The ar... (by Duthomhas)
|
C++ book recommendation |
|
[1 reply] : http://stackoverflow.com/a/388282/1959975 (by LB)
|
by Leonildo
Help - multicast with ENET library
|
|
[no replies]
|
by torn3168
Recursion Help
|
|
[2 replies] Last: Thank you that helped a lot, I didn't understand what a recursive func... (by torn3168)
|
C++ API STOCKS |
|
[no replies]
|
by noobtutor
Dev-C++ compiler question
|
|
[7 replies] Last: NT3-Sorry for the delay in responding. I honestly though I had, but I ... (by noobtutor)
|
by m33tz
Simple AI
|
|
[3 replies] Last: Try working it out with trigonometry. Unfortunately I don't have exper... (by LB)
|
by mwalto7
Min/Max, Mean, Variance
|
|
[5 replies] Last: http://stackoverflow.com/q/5837639/1959975 http://stackoverflow.com/q/... (by LB)
|
by johnnay90
how do I declare a whole program "int" from the begining
|
|
[3 replies] Last: I also see that you have int main() twice. That's certainly an issu... (by Stewbond)
|
by superfury
Is my zalloc (zero registered malloc) library bulletproof?
|
|
[14 replies] Last: If you use modern C++ practices such as using the smart pointer wrappe... (by LB)
|
by chucho
help with PRINT TREE function in optimal binary search tree program
|
|
[3 replies] Last: also, can you check the print tree function. When i comment out everyt... (by chucho)
|
by kabary
Brovuka's algorithm
|
|
[1 reply] : That kind of error is usually caused by stepping out of bounds of an a... (by Mats)
|
Function breaks program after it is successfully ran |
|
[5 replies] Last: Never use memcpy or similar on non-POD types. (by LB)
|
by m0mathur
WIN32 Api in C++ Questions.
|
|
[4 replies] Last: okay, i fixed that issue, all buttons are working fine. but i have an... (by m0mathur)
|
by Esk
C++ class variable resetting
|
|
[3 replies] Last: On line 43, you pass target by value, which makes a copy. Pass by re... (by LB)
|
by Damon lbj
Template ,compile failure
|
|
[1 reply] : It looks like your line 17 got corrupted somehow, look to the mid-righ... (by LB)
|
Curious about coloring output text |
|
[5 replies] Last: Thanks guys. I'll look into that graphics api you talked about, Lachla... (by VioletteVanadium)
|
by erty
Best way to exchange array between derived class and base class
|
|
[6 replies] Last: The entire code has to be present, but only the necessary bits are act... (by keskiverto)
|