by micheal9000
Ask about multi file in C++
|
|
[7 replies] Last: I resoved. Just have to add #include <iosfwd> in header file. (by micheal9000)
|
MPI forum |
|
[2 replies] Last: lol also... http://tinyurl.com/27blpcx (by closed account 1yR4jE8b)
|
by karthick88
Design Question - Templates
|
|
[3 replies] Last: Something like this could also be of help: #include <iostream> #i... (by m4ster r0shi)
|
by micheal9000
Ask about IO overloading
|
|
[6 replies] Last: In this context (as a parameter qualifier) it means a reference . Par... (by Galik)
|
by coder1998
bineary editor for linux
|
|
[3 replies] Last: Thanks for your comments. (by coder1998)
|
polymorphic design question |
|
[4 replies] Last: No, for this is better dynamic_cast, so you can be sure that the retur... (by Bazzy)
|
by riun23
Blackjack
|
|
[2 replies] Last: The switch on line 67 does not have a case for zero so you are returni... (by jsmith)
|
by hawkandspit
STL and protection
|
|
[1 reply] : You need to add your own protection in multithreading environments. S... (by Disch)
|
by dumbterminal
producer-consumer problem
|
|
[2 replies] Last: zee thanx :D, do u have any other ideas that u can share ?? (by dumbterminal)
|
by declan
Good file I/O?
|
|
[1 reply] : Does this work? ifstream f( "file" ); string name, delim; double... (by moorecm)
|
by Sismetic
UInderstanding FFT or DSP
|
|
[no replies]
|
by Sismetic
DSP(Frequency domain) Example
|
|
[2 replies] Last: Ok, then if I want the screen-flashing how many Hz would I need, 10Hz?... (by Sismetic)
|
by angie
C++ program on LZW compression technique
|
|
[3 replies] Last: can you suggest some good text book over data compression techniques? (by angie)
|
by yman
memcpy speed
|
|
[4 replies] Last: Copying a large chunk of contiguous memory as a single copy is at leas... (by jsmith)
|
main function |
|
[8 replies] Last: I guess it's a little far from what am seeking, process in this link i... (by abdallahijazi)
|
by marembo
Creating Directories in standard C/C++
|
|
[6 replies] Last: Really my biggest problem with boost is the lack of coherent document... (by moorecm)
|
by CombatJ
Build Error because of a Member Function
|
|
[1 reply] : On line 11 of VVLIver1.cpp, just remove the default value part (= '0')... (by moorecm)
|
by droungat
Invalid free after reading object from file
|
|
[8 replies] Last: And then again, when I use a double instead of a vector<double> in myT... (by droungat)
|
by amccorm
Memory Allocation Speed
|
|
[7 replies] Last: Dynamic allocation of arrays is done when either the number of elem... (by xorebxebx)
|
by Toothkiller
Breaking Down Strings
|
|
[6 replies] Last: I think you should just make it an ordinary string. And you need to de... (by Galik)
|