Matrix Multiplication |
|
[no replies]
|
by scaloni
template default
|
|
[10 replies] Last: So, not is possible I do something like this: template<typename T, ... (by scaloni)
|
by namcs
Optimize this code
|
|
[7 replies] Last: Hi Athar, thanks for the suggestion. I will try on that. Hi Kev82, bes... (by namcs)
|
by CaribeGirl
What header I need in a mexfunction so nextafter is recognized?
|
|
[10 replies] Last: this may be due to lots of pointers you have taken. avoid pointers whe... (by writetonsharma)
|
by drowdemon42
iostream changes a pointer
|
|
[12 replies] Last: for your kind or problem, learn to use new/delete. Otherwise it will b... (by writetonsharma)
|
by Jdc1197
Recommend me some books. :)
|
|
[6 replies] Last: Thank you guys so much! I'll be sure to check out all those books. :) (by Jdc1197)
|
by jimmylovesni
execution time, IDE (debug) directory vs exe
|
|
[5 replies] Last: Debugging information doesn't actually slow the program down, but the ... (by Athar)
|
by davidewagner
If statements?
|
|
[1 reply] : so are you wanting the user to input something like "C:\directory\file... (by closed account zwA4jE8b)
|
by Brad1
Need Help Please!
|
|
[3 replies] Last: You shouldn't have the "(" character there. Either enclose it in doubl... (by Computergeek01)
|
by GPP
General math calculations
|
|
[12 replies] Last: calc_x = floor(origin.x/32) calc_x = floor((100)/32) calc_x = floor(3.... (by GPP)
|
Heap Corruption |
|
[8 replies] Last: I never realized that it was such a big problem. Given the explanation... (by closed account zb0S216C)
|
by soccermiles
How to structure 3D collision detection?
|
|
[6 replies] Last: If I understand the thoughts here. The step function deals with mov... (by Azagaros)
|
by GPP
how to test a functions true
|
|
[3 replies] Last: Thanks Guys, and I had a feeling there was a way to shorten it. (by GPP)
|
Comparing an argv element to a string? |
|
[1 reply] : both argv and "-e" are char* (pointer to character). Pointers are bas... (by hamsterman)
|
by sebgar
visual studio to code::blocks
|
|
[2 replies] Last: i don't know much about libraries 9this is my first time using them), ... (by sebgar)
|
Crypto++ Linking Issues |
|
[4 replies] Last: and use -I for include and -L for library paths too. (by writetonsharma)
|
by kmanuele
map and set erase
|
|
[1 reply] : did you intend to reply to someone? or this is a question? (by writetonsharma)
|
by ramako
warning: reference to local variable ‘tmp’ returned
|
|
[5 replies] Last: If you want to return a tmp object then you must return by value, not ... (by Galik)
|
by eidge
C++ Without Fear, where to go now?
|
|
[10 replies] Last: Thanks for the help. Don't be to happy though, because as soon as I fi... (by eidge)
|
by Fede85
Finding roots on an equation
|
|
[4 replies] Last: I don't know the bisect function, but I would assume it goes something... (by kev82)
|