by venros
C++ Calculator
|
|
[4 replies] Last: You are forgetting the return statement in your solve function. You... (by giblit)
|
by pilotnate
Monte Carlo method for pi
|
|
[1 reply] : Two problems: 1) the distance is sqrt(x*x+y*y) on line 15 2) since you... (by ats15)
|
by TenToesUp
Bank Account
|
|
[7 replies] Last: Guarding the headers worked. Thank you so much, I can feel the tension... (by TenToesUp)
|
by neuronet
Weird arrows getting into strings
|
|
[9 replies] Last: Yes, but you are mixing things by thinking of it that way. EOF signal... (by Duthomhas)
|
by Moonraker101
Reading from file problem
|
|
[2 replies] Last: Wow, thanks Smac89. I was scratching my head for hours trying to fig... (by Moonraker101)
|
by Sharan123
SDL function(Pollevent)
|
|
[1 reply] : When an event happens (window is closed, key is pressed, mouse is move... (by Peter87)
|
by Sam99
Stack problem
|
|
[9 replies] Last: Its really a nice explanation. :) Now I understand, I just need to dec... (by Sam99)
|
Can`t erase elements from vectors |
|
[15 replies] Last: To erase a vector, you can just use the erase member function: Myvec... (by IWishIKnew)
|
by slour
Isdigit
|
|
[16 replies] Last: cire? (by slour)
|
by Sharan123
SDL libraries
|
|
[3 replies] Last: Thank you brv this helped :) (by Sharan123)
|
by madger
String linked list trouble
|
|
[6 replies] Last: Ahh ok, Thank you so much for your help! Linked list is a new topic in... (by madger)
|
by dreaxbamf
While-loop skipping over lines
|
|
[4 replies] Last: Nevermind! I figured it out. It was because I was trying to call playe... (by dreaxbamf)
|
by MrDaniel
Double* <Unable to read memory>
|
|
[3 replies] Last: http://www.cplusplus.com/forum/general/112111/ A testcase consisting ... (by ne555)
|
by Xilonian
Function Pointer issue
|
|
[1 reply] : Missing const in the linearSearch function header. Solved my issue. I'... (by Xilonian)
|
by engr
how to master C++??
|
|
[2 replies] Last: thanks.. I read a lot.. but yet not mastered ... Recently i tried to m... (by engr)
|
Help with this code for smallest and largest |
|
[8 replies] Last: thanks for the struct code but i needed to try it myself first. (by closed account iAk3T05o)
|
by engr
increment problem
|
|
[2 replies] Last: yes thanks :D but the answer shows in textbook is 26..that's why I am ... (by engr)
|
by engr
can't execute (1,2)
|
|
[20 replies] Last: ye s :( I think that's the basic things to learn C,C++ as we have to i... (by engr)
|
by StarSonic7
&& Logic operator
|
|
[6 replies] Last: sry cire...i mixed c++ with the one used in embedded systems...its lik... (by nomijigr)
|
by Sharan123
c_str()
|
|
[9 replies] Last: @Catfish it's visual studio express 2010 (by Sharan123)
|