by akzo99
Array selection
|
|
[1 reply] : std::cout << array ; A better example might be the number 3: std::... (by kevinkjt2000)
|
assign std::string (from getline) to std::string* |
|
[1 reply] : remove asterisk from line 30. There is no reason to use pointers in fi... (by MiiNiPaa)
|
by starhood
how to find the number of the changes happened between 2 string?!!
|
|
[2 replies] Last: Use the ASCII table to compare the values of each char individually. ... (by disturbedfuel15)
|
by ntran
How to initialize a 2D dynamic array to zero
|
|
[3 replies] Last: Thanks to both of you, kevinkjt2000 and anup30. I think I will go with... (by ntran)
|
by skorefish
operator overloading problem
|
|
[3 replies] Last: First, you should really want to write *dataStream >> *this rather t... (by dhayden)
|
no display of input by user on screen |
|
[1 reply] : http://www.parashift.com/c++-faq-lite/turn-off-tty-echo.html http://st... (by kevinkjt2000)
|
by vxk
explaining #define
|
|
[2 replies] Last: It's explained in a comment before the first instance where _JBLEN is ... (by dhayden)
|
by aryue1945
crashed when using for loop
|
|
[1 reply] : unsigned foo = 0; foo--; if ( 0 <= foo ) cout << "oh my"; Unsigned ... (by keskiverto)
|
Compiler error? |
|
[5 replies] Last: [quote=Mictian]I thought that the extension '.h' is for older compiler... (by Peter87)
|
by dmpaul26
Preprocessors in Composition and Aggregation
|
|
[2 replies] Last: I guess my example with the Foo and Bar classes was a bit redundant, I... (by dmpaul26)
|
by Tenom722
Searching a txt file
|
|
[3 replies] Last: Hi , gr8 progress wow. yeah i agree the best way to work with text fil... (by closed account SECMoG1T)
|
by anhnha
\r\n and \n\r aren't the same
|
|
[3 replies] Last: http://stackoverflow.com/questions/1761051/difference-between-n-and-r (by kevinkjt2000)
|
by wolfv
pointer polymorphism?
|
|
[4 replies] Last: Thanks dhayden, Your example brings clarity to inheritance and pointer... (by wolfv)
|
by Anthony5347
Class Templates: Inheritance
|
|
[4 replies] Last: Wow! Okay so I solved it myself. I forgot to include the class access ... (by Anthony5347)
|
by redviolin
Need tutor
|
|
[4 replies] Last: Different people have different learning styles and redviolin has alre... (by dhayden)
|
by Tenom722
Converting Files
|
|
[4 replies] Last: let me search my old files, i have something... Regards (by Armando Campos)
|
How do I structure a high integration program |
|
[2 replies] Last: Thanks, this looks like it work. (by DarkLightHitomi)
|
by drowsysaturn
Why do you need to compile libraries?
|
|
[4 replies] Last: If you just throw a whole bunch of ingredients together into a baking ... (by Duthomhas)
|
by hellcoder
getInt explanation
|
|
[4 replies] Last: Perhaps the OP has no context to give. That would explain the questio... (by kevinkjt2000)
|
by blitzz05
HElp
|
|
[7 replies] Last: The underlying pattern is to decrease the number of spaces by one ever... (by kevinkjt2000)
|