by Zivojin
Funtion that multiplies every element of array type point
|
|
[9 replies] Last: There's are errors: void Vector::Rotiraj_desno(Vector v) { int i;... (by kbw)
|
help in pair code |
|
[2 replies] Last: See this thread on the same topic: http://www.cplusplus.com/forum/begi... (by Satan)
|
Hello im just wondering how to do this? |
|
[8 replies] Last: y is a*x+b, the variable holding the output. MikeyBoy didn't write the... (by Satan)
|
by masterinex
how to convert char * to char []
|
|
[2 replies] Last: You can copy the string literal into a non-const array, and then use t... (by MikeyBoy)
|
by Unspoken
Function template, is it possible to constrain what parameters I can pass?
|
|
[4 replies] Last: Mr. Borges, you help is invaluable as always. Thank you for your time ... (by Unspoken)
|
by whitefall
returning a local pointer
|
|
[2 replies] Last: Actually I wouldn't return a reference (unless you absolutely have to)... (by coder777)
|
by KingReno
Header file error / Makefile.win
|
|
[1 reply] : It's because your compiler doesn't know the path of your Cylinder.h fi... (by nuderobmonkey)
|
by KingReno
2d Vector help
|
|
[7 replies] Last: Looks fine to me. (by kbw)
|
by WyntrHeart
How do I read this tutorial code line?
|
|
[5 replies] Last: CRectangle rect ; creates a two element array of class CRectangle on... (by closed account E0p9LyTq)
|
by ryan157
Undefined reference error? Rational class lab
|
|
[1 reply] : You never defined the functions under the class.. how is the compiler ... (by Satan)
|
by kcattgirl
HW Help Can't Figure it out
|
|
[16 replies] Last: The sample code did not make much sense to me, I'm not trying to be a ... (by kcattgirl)
|
by soulworld05
sizeof and how many bytes
|
|
[3 replies] Last: ohh now I got it, thanks! (by soulworld05)
|
by mpj91bv
arrays
|
|
[1 reply] : Hello mpj91bv, PLEASE ALWAYS USE CODE TAGS (the <> formatting butto... (by Handy Andy)
|
How to get size of a character |
|
[1 reply] : if you just need 1 character from the stream you can just throw away t... (by closed account SECMoG1T)
|
by nickp220
Need help with code
|
|
[2 replies] Last: Thank you very much felt like bagging my head against the wall for som... (by nickp220)
|
C++_Templates_No1 |
|
[1 reply] : #include <iostream> class Complex { public: Complex (double re ... (by Enoizat)
|
too much cpu usage from my thread pool. |
|
[13 replies] Last: @kbw thank you very much for the suggestions, i'll definitely try that... (by closed account SECMoG1T)
|
by vysero
Unused method arguments
|
|
[4 replies] Last: Is there a common method for documenting an overloaded method? For ins... (by vysero)
|
by jjordan33
My array sorting isn't working
|
|
[1 reply] : C-style arrays decay into pointers when they are passed to functions. ... (by Enoizat)
|
by truckboy98
Tracing output confused at some points!
|
|
[2 replies] Last: " // to the second (x) shouldnt it only accept (y)? Not sure what you ... (by truckboy98)
|