by powercut
Randomize without repition
|
|
[1 reply] : Hi. If your goal is to get random numbers without repeating numbers th... (by Repentinus)
|
by radeberger
mutex ownership problem
|
|
[10 replies] Last: great.. :) (by writetonsharma)
|
by CrimsonAngel
structs with list
|
|
[4 replies] Last: it might be same, but these were my view where the error can be.. :) (by writetonsharma)
|
by jwarnold
Error in using static map
|
|
[2 replies] Last: static member variables of a class have to be defined outside the clas... (by guestgulkan)
|
by chewykb24
value returning function question...
|
|
[2 replies] Last: yea i was thinking it was something along the lines of that, thanks. (by chewykb24)
|
by wretch
Code review, Proxy pattern, 64 lines
|
|
[2 replies] Last: Thanks very much seymore15074 for looking at this. And yes, I agree... (by wretch)
|
by kevinchkin
Memory Allocation Question
|
|
[1 reply] : Memcopy just copies each member, so you will have two pointers pointin... (by Gumbercules)
|
by aeronet
Dev C++ Compiler Issue
|
|
[3 replies] Last: i use 5. somethingso i wouldnt know but my school used that version an... (by freakytb)
|
by jimctu
Pronlem with \0
|
|
[2 replies] Last: uhn... ok, thx... i´ll do it like u said... ^^ thank u...it was v... (by jimctu)
|
i need code for point of sale using classes |
|
[no replies]
|
by engrob10
reading jpeg file
|
|
[1 reply] : libjpeg http://www.ijg.org/ looks promising, I haven't used it though. (by Gumbercules)
|
by olove5
can someone give to me a tip to solve the main()
|
|
[3 replies] Last: char GetString (char *msg) { char s , i,*destinoItem; cout<< msg... (by Gumbercules)
|
by freakytb
encryption
|
|
[6 replies] Last: okay, i also noticed that i put the wrong file extension on for the sa... (by freakytb)
|
by tr4shb0t
Confusion about pointer object
|
|
[1 reply] : The pointer is destroyed, not the thing it points to. (by jsmith)
|
array equality trickiness |
|
[10 replies] Last: See: Not that it has any practical use beyond that of obfuscated... (by jsmith)
|
by comput14
how to check for spaces in a line of words
|
|
[4 replies] Last: Also std::count_if( text.begin(), text.end(), isspace ) if by ... (by jsmith)
|
by galaxy
The Destructor ruins everything
|
|
[2 replies] Last: Thnx bro It really worked now I understand everything (by galaxy)
|
by bito
functions
|
|
[1 reply] : 1. get the chars and the int 2. have 2 nested loops and output in the... (by Bazzy)
|
by olove5
Problem with main()
|
|
[no replies]
|
by comput14
controlling the output on each line
|
|
[2 replies] Last: thanks man csiz u r the greatest (by comput14)
|