http client library in c++ |
|
[no replies]
|
by dkaip
a wide strtok problem
|
|
[2 replies] Last: I just see that. Thank's (by dkaip)
|
by Mythios
Is it possible to pull apart a .lib file?
|
|
[4 replies] Last: Haha, I'm searching all I can for it but still no luck :( (by Mythios)
|
by Mythios
Huffman example anyone?
|
|
[3 replies] Last: I'm using it for a raw image compress and decompress algo. It's a smal... (by Mythios)
|
by chewykb24
outputting lines from a file...
|
|
[no replies]
|
by miko87
income tax problem
|
|
[1 reply] : Do you expect the user to do the tax calculation? If not you need to i... (by buffbill)
|
by gamazuf
need a fileeditor
|
|
[no replies]
|
by zydeoN
c++ irc channel
|
|
[no replies]
|
by thefalcon79
timer in C++ Express 2005 ???
|
|
[1 reply] : Yes, you need to create a timer and handle the timer messages. The ha... (by kbw)
|
by whacko
what am i seeing : size of class ?
|
|
[4 replies] Last: Well, the size of the data members of the class happens to be 8 bytes ... (by jsmith)
|
problem looping |
|
[1 reply] : getline only waits for the user to input if there isn't currently stuf... (by Gumbercules)
|
by newbie
dynamic variables in classes
|
|
[2 replies] Last: thanks. got it working. (by newbie)
|
by windgrey
matrix
|
|
[1 reply] : int main(void) { int a, b, c, element; //A, B, C = value of each el... (by writetonsharma)
|
by chewykb24
side effect problem!
|
|
[6 replies] Last: k thanks a bunch! much appreciated! (by chewykb24)
|
by sanzilla
mixing the C and C++
|
|
[5 replies] Last: All the C++ compilers define the macro __cplusplus , you can use that... (by Bazzy)
|
by galaxy
Foo numbers (using recursion)
|
|
[4 replies] Last: 12 is a foo number, it's not just multiples 0 + 5 + 7 = 12 (by Gumbercules)
|
by malcolmdko
stacks problem
|
|
[4 replies] Last: I would suggest using STL stack (the best) or try to use array-based a... (by kdenisk)
|
by terraform
C++ won't compile multiple source files
|
|
[7 replies] Last: Ookay, thanks tho I will do some research than if I still have the pro... (by terraform)
|
Best Algorithm |
|
[no replies]
|
by aab1990
Overloading operator>> and getline()
|
|
[1 reply] : You've probably finished it by now, but I'm doing the same thing, I'm ... (by grcunning)
|