Does Anybody Here Know C#? |
|
[6 replies] Last: Thank you for you help, WebJose; I got it working. I'll update the cod... (by closed account zb0S216C)
|
by ofun
arrays
|
|
[1 reply] : see here http://www.cplusplus.com/reference/algorithm/min_element/ (by david91)
|
by isnork
Pointers to a hierarchy of objects
|
|
[4 replies] Last: It looks like the prototype pattern is an extension of the clone patte... (by Disch)
|
by ofun
pointers
|
|
[4 replies] Last: thanks alot for your efforts :) (by ofun)
|
by jorgen
Size limit on three-dimensional vector?
|
|
[13 replies] Last: You can have R call C functions for particular calculations if impleme... (by kev82)
|
by kfmfe04
How to seed and use SUPRKISS64.c?
|
|
[7 replies] Last: the actual seed appears to be all the bits in Q Bear in mind the... (by kev82)
|
by Thijs
C++ random class
|
|
[6 replies] Last: Just generate a series of random number with a specified seed and give... (by Thijs)
|
by gillyAmes
how to tell when a file is modified by other programs
|
|
[4 replies] Last: thanks again (by gillyAmes)
|
by BSD WIZARD
How would I make some security key type mechanism to protect my software?
|
|
[1 reply] : Well one (albeit easy) way would be to encrypt the physical program an... (by ultifinitus)
|
by death relic0
good c++ library for (web) animations
|
|
[2 replies] Last: C++ programs are compiled in native code, they contain instruction in ... (by bartoli)
|
__lock_fhandle Fails |
|
[7 replies] Last: If a C runtime function will not throw a C++ exception. If you are se... (by kbw)
|
by rjmckinley
While Loops
|
|
[1 reply] : #include <iostream> int main (){ int i = 0; while( i != -1... (by hamsterman)
|
by CivDav
In need of a little help with a template class
|
|
[4 replies] Last: You were right, I didn't need that c int the class, i just deleted tha... (by CivDav)
|
by ofun
priority queue
|
|
[1 reply] : I've never used one of those queues, but I imagine that the queue is s... (by webJose)
|
by SeBeQ
About pointers
|
|
[5 replies] Last: Also note that void pointers are not typesafe. void pointers and ne... (by Disch)
|
by intcwrtr
Doesn't this code example have a bug ???
|
|
[1 reply] : I think the localtime() docs can explain. http://www.cplusplus.com/ref... (by Albatross)
|
by algoqueen
Calling values from a function
|
|
[2 replies] Last: Thank you very much . (by algoqueen)
|
by nanger
about virtual function in sub-routine
|
|
[2 replies] Last: Why would it not? sub_func is a virtual function.. To elaborate. W... (by hamsterman)
|
by TOMyRO
Linker error
|
|
[5 replies] Last: Ah, i see. It seems to be working once i moved the body. I didn't know... (by TOMyRO)
|
by eurotrashin
Binary Search Tree delete help
|
|
[2 replies] Last: Int he comment: looking for the left child in the tree to remove it, ... (by eurotrashin)
|