by mekat
C++ about arrow control
|
|
[1 reply] : Try changing yt instead of xt under case 'y'. Think about how increasi... (by kevinkjt2000)
|
by Hummer1
i need an additional code. pls. help
|
|
[2 replies] Last: Oh my gosh... I could not do this... I would just write the functions... (by IWishIKnew)
|
by beginner2012
error C2062: type 'int' unexpected
|
|
[2 replies] Last: Thank you very much!! It worked :) (by beginner2012)
|
by Zerpent
Runtime error when printing std:string.
|
|
[10 replies] Last: Ok, I will take a closer look at how namespaces work and I will rememb... (by Zerpent)
|
Why is it bad to put stuff in global scope |
|
[3 replies] Last: Thanks I'm nearly finished reading it.thanks guys, I got it. (by closed account EwCjE3v7)
|
by mosahab
pass 2-d arrays with different names to the one function
|
|
[4 replies] Last: What about reference? (by closed account EwCjE3v7)
|
by NouveauRiche
dynamic memory allocation
|
|
[4 replies] Last: I'd recommend you look at the STL classes std::string (for character a... (by MikeyBoy)
|
by Aibsr
return a reference
|
|
[2 replies] Last: A reference parameter saves a temporary. a = b; // pseudo expands to ... (by keskiverto)
|
by xjliu618
Questions regarding parallel processing.
|
|
[1 reply] : I presume that the receiver writes a new file every time (or at least ... (by keskiverto)
|
by masschamber
Help with two dimenstional array and ifstream
|
|
[4 replies] Last: Please show your student.dat file. Do you make sure that it is empty b... (by abhishekm71)
|
by Ragnell
Declaring "end1" in scope.
|
|
[3 replies] Last: Thanks guys. (by Ragnell)
|
by Jazpy
Variadic function
|
|
[4 replies] Last: Thanks for the help, it's working as expected now this worked too in ... (by Jazpy)
|
by tetricsteel
While loops and Programing Logic
|
|
[3 replies] Last: I'm aware. I was hoping the TC might clarify as to what his/her questi... (by Zhuge)
|
by SkaN
Segmentation fault caused by addition operation
|
|
[11 replies] Last: Thanks very much :) (by SkaN)
|
Binary Tree |
|
[6 replies] Last: thanks for replies I will look at them at choose a good one :D (by closed account 1v5E3TCk)
|
by Zerpent
Virtual Base Class
|
|
[5 replies] Last: Ok thank you so much :). (by Zerpent)
|
by ar2007
fstream fail open file
|
|
[13 replies] Last: Some explenation why it did not work. Your say test_file.open and th... (by Nickel Dare)
|
by JHEN18
array
|
|
[9 replies] Last: I would simply declare the array with 81 and once it reaches the 81st ... (by Nickel Dare)
|
by theblackdog
Access an function of an class
|
|
[7 replies] Last: Doing it the wrong way won't give you a better understanding ;) (by LB)
|
by drowe217
Instruction
|
|
[3 replies] Last: C++ is very low level, there is a lot to know before learning graphics... (by IWishIKnew)
|