by Bray101
Pointer Arithmetic
|
|
[6 replies] Last: int xs = { 7, 8, 9 }; // array of integers int* p = &x[ 0 ]; //... (by Duthomhas)
|
by Maximus44
Rectangle Class
|
|
[1 reply] : recWidth and recLenght (sic) are private in RectangleType, therefore, ... (by tipaye)
|
by cjj
template template class
|
|
[3 replies] Last: Thanks for a good summary. 1) Type: that are preceded by the clas... (by cjj)
|
by Julio
Homework List & Node Help
|
|
[no replies]
|
by IWishIKnew
Class to manage pointers better: some errors
|
|
[19 replies] Last: oooh... Hmm... Thanks. I'm trying to emplement a different approach... (by IWishIKnew)
|
by p8er
Enable/Disable MenuItem
|
|
[8 replies] Last: OK Mike. I'll try that. Thanks, Peter (by p8er)
|
How to know if a word is before another |
|
[9 replies] Last: Thank you for all your help, you gived me a good start. (by closed account GywfSL3A)
|
by Needhelp7589
Flowchart
|
|
[no replies]
|
by wenqiwei
c++ automatic conversion for function parameters: when and where does it happen?
|
|
[9 replies] Last: @doug4: in that case the error would be `undefined reference' @OP > s... (by ne555)
|
by setu9760
Boolean function not working
|
|
[5 replies] Last: Easily done. :-) (by MrHutch)
|
by abhishekm71
Compling PodoFo library on MingW using CMake
|
|
[no replies]
|
by yeah110
convert to hexadecimal and hex addition
|
|
[3 replies] Last: hexadecimal is not a number, but a number representation. if you have... (by tath)
|
by Zoran1994
Help with my programm!
|
|
[3 replies] Last: I think you really are Beginners do you really think the second code n... (by sanddy1911)
|
Can I use 'fstream::app' to input text into a .txt file? |
|
[1 reply] : http://www.cplusplus.com/forum/beginner/117227/#msg639506 (by JLBorges)
|
by Zoran1994
Help!
|
|
[4 replies] Last: Chriscpp ty (by Zoran1994)
|
by kam hagh
can i change line directly in c++? fstream
|
|
[5 replies] Last: ok!! i will forgot about it:((( i didnt really understand what u mean... (by kam hagh)
|
by master797
Binary Search Tree(Help)
|
|
[4 replies] Last: [code firstline=18] current = current->left; //same in line 62 curren... (by ne555)
|
make a diamond |
|
[1 reply] : is there a more efficient way of doing this or would i just need to u... (by Catfish666)
|
PLEASE help with an assignment |
|
[2 replies] Last: You coding style isn't correct but after that i made it at least to r... (by sanddy1911)
|
by KBlythe
Call by value and call by reference
|
|
[4 replies] Last: What's wrong with line 49? It's useless. It's a line of code doing ... (by Catfish666)
|