by akshayarora9
error in the code
|
|
[1 reply] : "main" should be main() "cout<<gradeBook1.displayMessage();" should be... (by MagicDark)
|
Find characters in a string |
|
[1 reply] : This is very simple to implement yourself. Something like: int fin... (by Moschops)
|
by GamexCoder
Keyboard recognition
|
|
[2 replies] Last: I'd do the same xkcd83 suggests, only with a string instead of a char ... (by Serious Sam)
|
by codrgi
vector loop?
|
|
[3 replies] Last: Note that it is good practice to favour the pre-increment form of the ... (by andywestken)
|
by midurad
iterator for a template class containing vector
|
|
[1 reply] : I figured it out. The problem was that when I was creating an instance... (by midurad)
|
by rprcmky
using switch statements
|
|
[2 replies] Last: Thanks.. Tried going back and noticed the missing brackets. Now line ... (by rprcmky)
|
by pbdemon101
completely stumped
|
|
[2 replies] Last: You really should attempt the code before posting to forums. Figure o... (by TheMeerkat)
|
by rjcup3
.eof() problem with functions
|
|
[6 replies] Last: If you guys care, I fixed it... here's what I did for posterity: #in... (by rjcup3)
|
Parsing binary data from file |
|
[9 replies] Last: Hi all, I've been following your thread. I am not a great c++ coder, ... (by bennyp)
|
by lrockm
Arrows ->
|
|
[5 replies] Last: Thanks a lot guys, I at least grasp the idea of the usage already :) (by lrockm)
|
by voyance
Prime numbers help please
|
|
[1 reply] : In the isprimes function, you have the return statement in the for loo... (by xkcd83)
|
by Warmaster
Baby Names
|
|
[5 replies] Last: Ok, I get it now and got it working with the following implementation:... (by Warmaster)
|
by basedmod
How do I Loop this?
|
|
[2 replies] Last: how would i go about using the the "for loop" and "switch construct" ?... (by basedmod)
|
by aspirewire
Tortoise Hare Race
|
|
[4 replies] Last: For a delay, you could use #include <windows.h> and then call Sleep... (by whitenite1)
|
by catalincat94
Quadratic equation
|
|
[5 replies] Last: How does it show you delta? I don't see an output statement for delta.... (by Michael37)
|
by spongebox
How can i press a key?
|
|
[2 replies] Last: Thanks lol ive been searching for "key press c++" and all i got is "ke... (by spongebox)
|
by ccPac014
updating a card deck
|
|
[1 reply] : Could you explain a little bit more what you want to do ??. Apparently... (by MagicDark)
|
Can you use a method inside a stream insertion overload? |
|
[2 replies] Last: Thanks Andy. (by horseatingweeds)
|
by Diego Paramo
temperature home work
|
|
[5 replies] Last: The comment about the void main is valid. Celsius() isn't defined with... (by mzimmers)
|
by grimrader22
expected `,' or `;' before "int"
|
|
[1 reply] : The error says it all. You are missing a ';', the "before int" signifi... (by Danny Toledo)
|