by naaokth
map of member function pointers
|
|
[6 replies] Last: Hello, thank you very much for your help. I will try to use the type ... (by naaokth)
|
by modernmenace
How to create rooms in a game
|
|
[6 replies] Last: Yea, i caught my coding mistake on my name, () not (by modernmenace)
|
by tkauffman2
Linked list sorting Desperate!
|
|
[8 replies] Last: NVM! it was in the first if statement duh again, brains are definitely... (by tkauffman2)
|
by firedraco
boost::bind
|
|
[3 replies] Last: I was looking at the documentation and it looks like it is an issue wi... (by firedraco)
|
by fentoyal
[SHARE] A real multi-dimensional dynamic sequential-memory array allocator.
|
|
[no replies]
|
by avnis
could you please give a basic structure or hints, i need it asap :(
|
|
[14 replies] Last: Sorry to have responded so late. A very quick pass shows that on lin... (by Duthomhas)
|
by mdonati
Bitwise operations: get non-repeating bits
|
|
[3 replies] Last: This deals with only 8 bit numbers and runs in O(n) with c = 1. #in... (by jsmith)
|
by mzimmers
operator overloading: sources disagree (1,2)
|
|
[20 replies] Last: Oh, of course. Man, I hate making dumb mistakes. Thanks, simeonz...I'... (by mzimmers)
|
by smelas
copy one array into another
|
|
[5 replies] Last: This is also good to know. thanks to both of you,, below one works. ... (by smelas)
|
by mimou89
connection base de donn
|
|
[3 replies] Last: j'ai fait bcp de recherche = j'ai fait beacoup de recherche = I've don... (by filipe)
|
by timmah1493
Switch within switch
|
|
[2 replies] Last: menu of shops you select a shop (theres the first switch) within eac... (by timmah1493)
|
by timmah1493
Array Problem
|
|
[15 replies] Last: why does this work? Which space (0-10) is the input value for buy bein... (by timmah1493)
|
by jrmerced15
HELP ME T.T
|
|
[4 replies] Last: could you please give me some source code pretty please i am really n... (by king214)
|
by ericeps
Problem with vector destructor
|
|
[5 replies] Last: Not quite. erase() returns the next iterator in the sequence: list<a... (by kbw)
|
by enliten
freeing malloc memory in C
|
|
[3 replies] Last: what are the implications of not freeing any memory allocated via mal... (by kbw)
|
by rider eragon
Inclusion in pre-made headers and an introduction
|
|
[2 replies] Last: Cheers for the response. That's good to know, but unfortunately, I've ... (by rider eragon)
|
by krishnendu
Declaration of a numeric constant as 'unsigned char'
|
|
[2 replies] Last: The char literals are between quotes. You can assign them to char , ... (by Bazzy)
|
by Gldnbr
Linked list help
|
|
[3 replies] Last: and more 1. in add() you should use template into the paremeter of ad... (by aiby)
|
by kraigballa
Decode 32-bit string
|
|
[6 replies] Last: krishnendu, that worked like a charm. A lot less code than what I had.... (by kraigballa)
|
by kraigballa
String array to int
|
|
[9 replies] Last: strtol returns a long. You cannot assign it to a string variable. (by Abramus)
|