by Alby94
Template
|
|
[7 replies] Last: Templates and inheritance are unrelated. It just so happens that the e... (by LB)
|
by mrb2129
Passing arrays to function
|
|
[3 replies] Last: You've defined the function to take an array as its first argument. W... (by MikeyBoy)
|
by csi1490
problem with sorting arrays
|
|
[10 replies] Last: Strange. #include <iostream> #include <iomanip> #include <algorithm> ... (by keskiverto)
|
by nothingkwt
Trouble using setprecision and while loop.
|
|
[2 replies] Last: I got the same result. (by nothingkwt)
|
multiple if statements HELP |
|
[3 replies] Last: if (1>=1){ cout << x+y; } if(2>=1){ cout << x-y; } These if conditi... (by wildblue)
|
by Aska123
need to read data from file through cmd line arguments argc and argv
|
|
[1 reply] : Original thread: http://www.cplusplus.com/forum/unices/125112/ (by keskiverto)
|
by theperson
memError occuring when using push_back method of vector
|
|
[4 replies] Last: Ok thanks, I didn't think to check the push_back method. I guess I was... (by theperson)
|
by Poetix33
Question help!
|
|
[1 reply] : 1. If all variables are integer type then , value of X become 1. 2. ... (by ak16)
|
by ECEsasha
Trying to get transpose matrix, not sure what's wrong with my code!
|
|
[3 replies] Last: Perhaps a good reason not to use similar looking chars like i and j... (by TheIdeasMan)
|
by jakelawson44
Object Reference
|
|
[1 reply] : 1. line:27 SimpleCat* FunctionTwo(SimpleCat *theCat); } I dont und... (by ak16)
|
by nerdyboy11
cant fix this error after i compiled
|
|
[2 replies] Last: Thank you. (by nerdyboy11)
|
by ECEsasha
So close to getting the right output! For loops?
|
|
[2 replies] Last: Haha, oh my. I feel silly. Thank you so much! :D (by ECEsasha)
|
by d100man
c++
|
|
[1 reply] : this will help you, If any issue then please let us know. if(sex=="... (by ak16)
|
by jasongog
ASCII character converter
|
|
[3 replies] Last: it goes to an infinite loop. Why? The reason is that after entering i... (by coder777)
|
This homework assignment is due in 2 hours and I'm screwed. PLEASE HELP |
|
[2 replies] Last: like above you also can write code for "median". try it by yourself. I... (by ak16)
|
by BaneX
formatting issue!!!
|
|
[4 replies] Last: @Yanson, thank you. Although for some reason i'm not able to separat... (by BaneX)
|
by Kroggor
Rectangular To Polar Coordinate Conversion
|
|
[3 replies] Last: Never mind, I figured it out by myself. Thanks keskiverto! Honestly, I... (by Kroggor)
|
by dnulho
using constants and statics to create ID's for object.
|
|
[3 replies] Last: Since your class has const data members, you can't use the default ope... (by firedraco)
|
by sparky1337
Using Scope operator and finding meaning in errors (1,2)
|
|
[20 replies] Last: I had no idea that was meant to be used that way. I thought you were j... (by sparky1337)
|
by jakelawson44
Compiler Errors
|
|
[3 replies] Last: there are no const non-class rvalues in C++, so a function returning a... (by Cubbi)
|