by accelion
constructor doubt
|
|
[2 replies] Last: The construction order is done that way because typically your parent ... (by Zaita)
|
by gundalav
Alternate TAB/SPACE Printing for Vector
|
|
[2 replies] Last: for (int i = 0; i < vector.size(); ++i) { cout << vector << " ";... (by Zaita)
|
by outfile
converting method from java to c++
|
|
[2 replies] Last: At first glance, I'd say that Java function was poorly written to beg... (by Zaita)
|
by dietzi
alignment of different data types ???
|
|
[3 replies] Last: Well, I would do it like this: xy::xy(uchar *data,ulong *offset){ ... (by helios)
|
by JivanAmara
When is a static function-scope object destroyed?
|
|
[4 replies] Last: Thanks helios (by JivanAmara)
|
by dkaip
wchar_t and reading unicode strings
|
|
[11 replies] Last: It works just fine. I just try the strtok but there is not on codeb... (by dkaip)
|
by kunigami
Avoid including a library twice
|
|
[2 replies] Last: Oh, I understood! Now it seems obvious! I though that by some conventi... (by kunigami)
|
by littleson
Basic in Pointers
|
|
[4 replies] Last: Hi Scipio, thanks for the links...i will look into it... (by littleson)
|
by deerlittle7
What is the c++ code for recognizing a valid c++ identifier?
|
|
[1 reply] : 1. it should start with a letter or an underscore 2. no two succeedi... (by helios)
|
by PhDP
Matrices
|
|
[4 replies] Last: For the speed it doesnt matter at all. (by Scipio)
|
by workboy
Reading and Replacing a String in a Buffer
|
|
[14 replies] Last: Nevermind, I figured it out. (by workboy)
|
by gundalav
Compressing String and Manipulating It
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/files.html >>Binary file (scrol... (by Scipio)
|
by tusharag171
Printing 100 factorial
|
|
[4 replies] Last: A vector would take care of the dynamic memory allocation without havi... (by egregory314)
|
by gundalav
Simple Getopt Problem (newbie question)
|
|
[1 reply] : I never herd of getopt before your post, but I went to http://www.gnu.... (by egregory314)
|
by splatbert
connecting to another computer through LAN
|
|
[2 replies] Last: sw33t tanks (by splatbert)
|
by bjarkmar
Array values passed from external function
|
|
[1 reply] : More info is needed especially about the architecture of your program,... (by anders43)
|
by jrohde
An if-statement performance question
|
|
[2 replies] Last: most compilers optimize it anyways so the main objective for you as a ... (by anders43)
|
by gundalav
Data Type Problem with Different GCC version
|
|
[3 replies] Last: Safer is to use boost::numeric_cast<>: int fm = boost::numeric_c... (by jsmith)
|
by gassan33
How to pass into a macro different functions with different parameres.
|
|
[9 replies] Last: What you are trying to do sounds suspect to me. You should re-think ho... (by Duthomhas)
|
by masiht
problem in a program
|
|
[7 replies] Last: Read the link that Helios posted!!! (by closed account z05DSL3A)
|