by smilodon
custom iterators
|
|
[2 replies] Last: This might be a good question to ask "C++ Standard Template Library" b... (by jsmith)
|
by Dufresne
Minimal Perfect hashing!
|
|
[3 replies] Last: My Hash function is int hash( string word ) { return( ... (by Dufresne)
|
by kordellas
Calculating Entropy of a file and coding it using Hamming
|
|
[7 replies] Last: kordellas, Try RentACoder if you want to pay someone to do the work: ... (by closed account z05DSL3A)
|
by R0mai
function template specialization
|
|
[5 replies] Last: No, you can't overload on return types. (by Zhuge)
|
by rj84
convert program to object oriented
|
|
[3 replies] Last: for one convert your char arrays to strings and use the corresponding ... (by smilodon)
|
by poonninja
getting info from a database
|
|
[no replies]
|
Node Systems? |
|
[1 reply] : You mean something like this? http://www.silentflow.com/quest3d/quest3... (by helios)
|
by dkaip
how i replace an element?
|
|
[2 replies] Last: Thank's very mutch Jim (by dkaip)
|
by wretch
stack vs. heap memory limits
|
|
[2 replies] Last: Your myClass has a memory leak of 10^7-1 bytes at line 16 I tot... (by wretch)
|
by vcc
void const f() vs void f() const
|
|
[4 replies] Last: I was just messing with you. Haha. :-) (by helios)
|
by poonninja
deleting a line from text file
|
|
[3 replies] Last: i have figured you how to delete a line what i want to know how to del... (by poonninja)
|
by amitjaspal
use of memset
|
|
[2 replies] Last: It's just used for different things. Your example only works once (... (by helios)
|
by Deimos
A Doubly Linked List strange issue...
|
|
[9 replies] Last: Well, assert() kills the program; no way to stop it. An unhandled e... (by jsmith)
|
by pccX
STL book
|
|
[2 replies] Last: I still have the 1999 version and it is a permanent part of my collect... (by kempofighter)
|
by poonninja
writing to a text file
|
|
[4 replies] Last: how about just opening it with ios::app ?^^... ...lol fail, too... (by Incubbus)
|
Tutorial code question |
|
[5 replies] Last: myStream is not an int, it is a stringstream if you look line 25 care... (by Bazzy)
|
by Jesuino
Strange problem with C - Double Linked List
|
|
[2 replies] Last: Man!! Its Work, Sorry for my noob question.... I made a pointer to ... (by Jesuino)
|
by everlearnin
Visual C++
|
|
[3 replies] Last: Well, actually I've never programmed window applications, so I can't h... (by R0mai)
|
by lixo1
Multithreading C++ application
|
|
[5 replies] Last: you can increase the cpu time by creating multiple threads. for eg. On... (by writetonsharma)
|
by ksong
Child class inherites from parent class question
|
|
[7 replies] Last: I still don't see what the constructor of Matrix is meant to do Matr... (by wmheric)
|