by EleKtroFR
Multiple Template Inheritance
|
|
[10 replies] Last: What if I MUST use an inner class (public) and use it exactly how i w... (by mbozzi)
|
by jangoj1998
URGENT c++ bug; string manipulation
|
|
[2 replies] Last: seems punctuation is the topic du jour - check this out http://www.cpl... (by gunnerfunner)
|
by DuckyDuck
acos not working properly
|
|
[2 replies] Last: Thank you for the quick answer! Perfect (by DuckyDuck)
|
by JoaquimVas
Files Not Working
|
|
[7 replies] Last: Hmm, the funny thing is that the original pdf that this was taken from... (by newbieg)
|
by Fitter
Structure of Switch code
|
|
[2 replies] Last: Thanks for that cire . Leaving out 'break' ! Aaaaarrrrrggggh!!... (by Fitter)
|
by profzog
Program for x^y with negative powers
|
|
[2 replies] Last: Your problem is that you never use the p value, but instead you use th... (by Golden Lizard)
|
by wawzky
FILE HANDLING: Bug in displaying the name and date of birth. How to fix this?
|
|
[3 replies] Last: "I have trouble formatting my output..." // Here's 240 lines of irr... (by cire)
|
by JUAN DENT
How operations invalidate iterators - couple of doubts...
|
|
[4 replies] Last: Thanks a lot!! Great answers helios!! Juan Dent (by JUAN DENT)
|
by Hamxa1994
singly linked list problem
|
|
[3 replies] Last: Thanks man i did some changing ,now my code is complete check it out .... (by Hamxa1994)
|
by shuthairah
quadratic assignment problem
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/206956/ (by TheIdeasMan)
|
by SCB3
Stuck on adding costs to Nodes (Pathfinding)
|
|
[6 replies] Last: Ah ok, I did managed another method to populate the map which now work... (by SCB3)
|
by youngc
I am having trouble with my program running
|
|
[4 replies] Last: Thank you so much changing int to string worked perfectly. Thanks Agai... (by youngc)
|
by TinyTertle
Strange allocation bug
|
|
[4 replies] Last: My question now is, why did it work with the first few characters? ... (by dhayden)
|
by sylvain
Have you any smarter way to achieve this file
|
|
[7 replies] Last: To Chervil. Fantastic and smart. Your file works very well. It is very... (by sylvain)
|
by DragonOsman
Book class for PPP2 - Help Needed (1,2)
|
|
[20 replies] Last: Okay, never mind. I found out that the Library class instance has to ... (by DragonOsman)
|
by Ekinne
fraction numbers
|
|
[1 reply] : duplicate: http://www.cplusplus.com/forum/beginner/206920/ (by Chervil)
|
Handle Exception Error |
|
[2 replies] Last: You also need to check that the file contains all those fields: ... (by Chervil)
|
by Thunderchook
Counting numbers within a Vector
|
|
[12 replies] Last: Thanks, Coder777, that is what was missing. All the other solutions p... (by Thunderchook)
|
by Previn
Need help reading a file?
|
|
[2 replies] Last: There's a small problem with SamuelAdams' code. The inputfile stream... (by MZH)
|
by ttiimm13
need help with loop
|
|
[3 replies] Last: The easiest way is to use break in order to jump out of a while(tru... (by MZH)
|