by thor36
"pow" returns 1, although from maths standpoint it is not correct result
|
|
[2 replies] Last: That was it, thanks ! (by thor36)
|
by Endymion
Calling a fuction
|
|
[5 replies] Last: In the first snippet, you are passing only one parameter on line 15 wh... (by Zhuge)
|
by clodi
missing ';' before '<class-head>'
|
|
[5 replies] Last: F**K!!!!!!!!!!!!!!!!!!!! Thank you so much.. :) (by clodi)
|
by kabuki
Template and classes
|
|
[2 replies] Last: Okay thanks, I was confuse. I only need to overload operator==. (by kabuki)
|
by martin619
Dynamic memory allocation in Table 2D
|
|
[4 replies] Last: Ok now I solve the problem thx very much my code now looks like this: ... (by martin619)
|
by elliott22
Convert nested for loop to nested do while loop
|
|
[1 reply] : Holy cow, I finally got it! I realized one of the issues was that I n... (by elliott22)
|
When should i use the "this" pointer? |
|
[2 replies] Last: The this keyword is also useful if you want to pass the object to a fu... (by Peter87)
|
by Wilderness
returning multiple values from a function
|
|
[3 replies] Last: i got it, thanks for your help. (by Wilderness)
|
by xxgixxx
when should I move from one chapter to another
|
|
[4 replies] Last: thank you all for your your help! (by xxgixxx)
|
by Walnut
Adding libraries
|
|
[5 replies] Last: Wow thanks so much rjvc! That was exactly what I was looking for and n... (by Walnut)
|
by cory244
error passing 'const Filesys'
|
|
[8 replies] Last: Awesome thanks guys think I got it figured out now. Sorry so late on r... (by cory244)
|
Error reading from file |
|
[2 replies] Last: Anyone see whats wrong? (by closed account 3R5fjE8b)
|
by JoJodoggy1
Do-while loop issue
|
|
[8 replies] Last: oh like a Bool ? How would I implement a bool to this? Well, I'm not ... (by helios)
|
by ajie9168
Encryption and decryption with vector and rotor?
|
|
[1 reply] : Make a class with a constructor taking the multiplier/divisor and the ... (by ShodanHo)
|
by thaimama
Help Bullet C++
|
|
[1 reply] : i'm trying below code but it's error: vector intertor incompatible Is... (by MiiNiPaa)
|
What is the point of overloading operators in classes? |
|
[4 replies] Last: Ah thank you, I completely forgot about the operator keyword. I made s... (by SomeAmazingGuy)
|
by lmm131
multithreading
|
|
[1 reply] : See my answer here http://www.cplusplus.com/forum/beginner/147855/ (by dhayden)
|
by lmm131
multithreaded solution
|
|
[1 reply] : It depends on the program but frequently yes. That's the reason for mu... (by dhayden)
|
by shadeform
Compiling custom headers
|
|
[no replies]
|
by Danny7
continue statement with more
|
|
[8 replies] Last: am i doing something wrong? i just need a continue in there but if i c... (by Danny7)
|