by coercedman66
Faster memcpy routine
|
|
[11 replies] Last: OP will not be able to produce code faster than standard strxxx(), mem... (by Duthomhas)
|
by Daleth
"Translation" vs. "Compilation" unit
|
|
[2 replies] Last: The definition is pretty much unchanged across C and C++ language defi... (by Cubbi)
|
by FSUdank
Using Char in a Menu/While Loop
|
|
[1 reply] : Lines 30 and 52: They will always resolve into a true statement. The "... (by Daleth)
|
by omurbek
rename all files in a folder
|
|
[1 reply] : $ ./a.out FILE*.CHK int main(int argc, int argv){ for(int K=1; K<... (by ne555)
|
by huang11404
Help! Random number generate
|
|
[3 replies] Last: using rand() is not exactly independant. There is Mersenne Twister. (by DeXecipher)
|
by squishy
a more manual use of glut?
|
|
[1 reply] : You shouldn't have a problem using the keyboard from glut using glutKe... (by mik2718)
|
by h4ckb0x7
Linked List Sorting Algorithm
|
|
[14 replies] Last: You could just 1. allocate an array of Node pointers of size length 2... (by mik2718)
|
by naveen19
Reading Multiple text files
|
|
[3 replies] Last: Hey I also have another problem can you pls help me with that. I anot... (by naveen19)
|
by knowNothing
ifstreambuf_iterator Problem
|
|
[4 replies] Last: Thank you all. I used a binary file and only passed values through a l... (by knowNothing)
|
by Hacker 2k
sos who can help me ......
|
|
[6 replies] Last: ah its a predicate sorry. Try to make it a function ptr instead of a r... (by DeXecipher)
|
by Sun Chao
Question about custom allocator?
|
|
[6 replies] Last: rebind converts an allocator for one type to an allocator for another ... (by Cubbi)
|
by plexus
"datatype" auto
|
|
[12 replies] Last: > to prevent horribly long lines of code. Yes, that. Also, to write e... (by JLBorges)
|
by dem7w2
Passing a polymorphic array entry
|
|
[1 reply] : A bit more stumbling around and I figured out it wasn't a polymorphic ... (by dem7w2)
|
by xxeus
How to create auto clicker+typer in C++ ?
|
|
[1 reply] : I need to know how to control the mouse Emulate mouse messages: http:... (by MiiNiPaa)
|
by Yoni Revah
Parsing through large data sets
|
|
[5 replies] Last: std::vector<bool> optimises space but compromises access time. 1G is ... (by kbw)
|
by SloppyJoe
Templated function error: no matching function for call to
|
|
[2 replies] Last: # g++ -v Using built-in specs. Target: i386-undermydesk-freebsd Conf... (by SloppyJoe)
|
implementation of function in BST to return parent with biggest son/sons |
|
[1 reply] : guys please help - i am absolutely frustrated with this question (by Netanelwallach)
|
by grubby
need help in stack and queue!! please
|
|
[7 replies] Last: while ( character != '\n' ) { if ( character != ','&& character !... (by abhishekm71)
|
by Daleth
Clarification on the usefulness of the "!!" idiom (1,2)
|
|
[24 replies] Last: @ helios I try to read and understand your posts (not always successfu... (by buffbill)
|
by andmon
How to get Numerical Hessian from alglib
|
|
[no replies]
|