by avivgoll
python-like map
|
|
[8 replies] Last: If you know all the value types at compile time (and there aren't that... (by jsmith)
|
by windwin
Remove duplicated elements from a vector
|
|
[14 replies] Last: Still off the top of my head. Probably my line 16 should change to ... (by jsmith)
|
by Aakanaar
Sequenced PNG to AVI
|
|
[4 replies] Last: eh. yea.. I could get after effects free if i wanted to pirate it.. an... (by Aakanaar)
|
how to erase data from opended file |
|
[1 reply] : Apache log4cxx has a rolling log appender: http://logging.apache.org/l... (by PanGalactic)
|
by bbastin
reading a word into a vector
|
|
[3 replies] Last: It doesn't work because you aren't using string::find() correctly. (by jsmith)
|
by Deimos
A problem with...references?
|
|
[2 replies] Last: Simple And Fast Multimedia Library, only. I figure you want to take a... (by Deimos)
|
by mzd72
Network
|
|
[7 replies] Last: I am glad too know more ebooks (by mzd72)
|
by kyle11778
what do i know...?
|
|
[11 replies] Last: can anyone explain strtok()-- i get that it searchs for the tokens and... (by kyle11778)
|
by wtf
Preventing software piracy and reverse engineering
|
|
[3 replies] Last: I agree with helios on decompiling, I had a decompiler I was playing w... (by chrisname)
|
by programz
Repeated Values
|
|
[3 replies] Last: Have you heard of a dictionary data structure? It may be suited to yo... (by kbw)
|
by Null
MBR, CHS and bit shifting
|
|
[1 reply] : Are you using a char array in your code? Signed types perform shifting... (by helios)
|
by nyrahul
std::set behaviour with comparison function
|
|
[3 replies] Last: Appreciate your responses. @Denis: The updated code is definately m... (by nyrahul)
|
by omar abdalla
how to write a simulation engine?
|
|
[18 replies] Last: here's a good physics engine(with a new scripting language you haven't... (by cdh473)
|
by devilman
Get Computer ID
|
|
[10 replies] Last: PROTIP: key verification is just a checksum on the input, hence why th... (by helios)
|
by TryHarder
Ostream as a parameter to constructor
|
|
[8 replies] Last: Thanks, Duoas! That's what I was looking for. (by TryHarder)
|
c++ has to produce text file |
|
[3 replies] Last: Altho, his assignment requires him to create a textfile as output :)... (by Warnis)
|
by Robertlzw
C++ Less than predicate
|
|
[1 reply] : std::binary_function<> provides some typedefs that are sometimes requi... (by jsmith)
|
by shasha
Link List - DVD Inventory Syste
|
|
[3 replies] Last: http://cplusplus.com/reference/stl/list/ http://cplusplus.com/refer... (by jRaskell)
|
by gunnarstahl
Newbee template problem
|
|
[14 replies] Last: Robertlzw, many thanks for your detailed replies. They really helped ... (by gunnarstahl)
|
by makneltek
insert new value into struct through pointers
|
|
[2 replies] Last: nvm, i found it. filllist vs. fillList pfff... WTH? O.O ... (by kevinchkin)
|