by fireVein
header file problems
|
|
[2 replies] Last: Thank you very much for the reply, it helped a lot! (by fireVein)
|
by smh
can someone give me a brief explanation of a do, while command?
|
|
[2 replies] Last: alrite i'll check that out thanks (by smh)
|
by rocoat82
[STL]find the complement of a subset of a Point Set
|
|
[3 replies] Last: sort (points, points.end(), sort_by_modulo); That should be points.be... (by exception)
|
by rocoat82
[STL]find the big number betweand 4 num
|
|
[1 reply] : There is a function to do that somewhere on this page http://www.cplu... (by Duthomhas)
|
by donto
cannot assign value to std::string
|
|
[2 replies] Last: test (by donto)
|
by exception
[Speed Optimization] Evaluating user-defined expressions at runtime
|
|
[4 replies] Last: Hm, what would be the requirements for such a library that you could u... (by exception)
|
by codacx
cant figure out how to use parallell arrays for this program
|
|
[1 reply] : if i understood what "parallell arrays" are corectly this is the solut... (by hamsterman)
|
by smh
new to c++, have an error i cannot figure out?
|
|
[2 replies] Last: This is a double post of a thread, there's another (almost identical) ... (by toshiro)
|
by tank1407
Array and files
|
|
[1 reply] : Hi, just want to confirm what you are trying to do. I think you are... (by Faldrax)
|
by Alcazar
AlcazarOnline Development
|
|
[4 replies] Last: Please do not complain about any factors of the speed or features wit... (by firedraco)
|
by g0dwyn
can't access member functions of const *class
|
|
[5 replies] Last: Oh, ok. I just though you wanted a constant pointer instead of a point... (by Mitsakos)
|
by exception
[STL Exception Safety] Nothrow guarantee for std::copy in special cases?
|
|
[3 replies] Last: Yeah, I always feel extra stupid when the obvious knocks me upside the... (by Duthomhas)
|
by fireVein
integer to std::string
|
|
[4 replies] Last: If it helps, there is a function itoa: char * itoa ( int value, ch... (by personjerry)
|
media playback and editing - crossplatform |
|
[9 replies] Last: I like Open Source, I use Open Source, and the company I work for is h... (by Zaita)
|
by tank1407
Files in C++
|
|
[2 replies] Last: Thank you so much, I made the changes(especially the '.c_str()' one an... (by tank1407)
|
by donto
cannot assign value to std::string
|
|
[2 replies] Last: There is nothing wrong with using both malloc () and new in the sam... (by Duthomhas)
|
by codacx
syntax question != to >something??
|
|
[5 replies] Last: That is a lot of if's lol. You could also use toupper(char) so it... (by mikeb570)
|
by wsutton22
thanks for guidance
|
|
[11 replies] Last: not quite.. you don't want to count 1 to 1000 inside the tick function... (by Aakanaar)
|
by jxramos
Nested Function Pointer Syntax
|
|
[3 replies] Last: Aha, seems there's a built in compiler restriction to such a call, som... (by jxramos)
|
by jmc
speed optimalization for bitcount
|
|
[no replies]
|