c++ looping string array |
|
[1 reply] : You just need to increment the value of counter-variable "i" by 4. The... (by brijeshjain13)
|
Wrong display Calculation |
|
[5 replies] Last: Original post: #include <iostream> using namespace std; int main()... (by MrHutch)
|
Calculation error |
|
[4 replies] Last: Original code for reference: #include <iostream> using namespace st... (by MrHutch)
|
by silent one
Loop shows last line instead of all relevant
|
|
[4 replies] Last: Thanx a milli. It worked. (by silent one)
|
by rajhansk
member selection operator program
|
|
[2 replies] Last: I did make some changes, and it worked. Thanks using namespace std;... (by rajhansk)
|
Final Exam Code |
|
[1 reply] : What do yo mean by "fails to work"? In other words what do you expect ... (by tipaye)
|
by itiankongu
C++ and Java
|
|
[no replies]
|
Adjacent list |
|
[1 reply] : There are several errors. Line 26: The type to push_back is std::lis... (by coder777)
|
by abeke
2048 game
|
|
[6 replies] Last: sorry ,I do not know what you say,can you statement clearly ? Now... (by daguanqiao)
|
by Pegasus1
Cannot resolve overloaded function based on conversion to type
|
|
[4 replies] Last: Yes, that makes sense. I simultaneously changed the scope of the decl... (by Pegasus1)
|
C++ Word Count Program (with sorts) Error |
|
[no replies]
|
by VeZeXeZe
Keeping Score and Declaring a Winner Assistance
|
|
[3 replies] Last: What exactly is that telling me I need to do to fix that? I don't kno... (by coder777)
|
by redempvfx
What's wrong with this pointer?
|
|
[1 reply] : Hi, You don't seem to have defined any of the class functions :+) Do ... (by TheIdeasMan)
|
by Guardian2013
Trying to pass an Array into an argument as a pointer, but sumTINGwong
|
|
[6 replies] Last: Here is the completed program / Assignment. Thank you for helping me u... (by Guardian2013)
|
by alphamonkay
Else if statements not working properly
|
|
[3 replies] Last: Hey it works now! Thanks so much guys I appreciate it. (: (by alphamonkay)
|
by fivestar
DUNGEON CRAWLER HELP!!
|
|
[3 replies] Last: If you want the grid to be displayed in the loop, and you're wondering... (by cire)
|
by b29hockey
overload error
|
|
[3 replies] Last: What are the down sides? and what are the benefits to using std:: W... (by TheIdeasMan)
|
by Pegasus1
All Prime Numbers in interval [2,n]
|
|
[2 replies] Last: Thank you! (by Pegasus1)
|
by ItsGary
C++ Composition Not Working?
|
|
[4 replies] Last: Thank you. Figured it out. This is what i ended up doing. int mai... (by ItsGary)
|
by helpmepls
Question about bool and a loops in it
|
|
[1 reply] : return transfers control back to the caller immediately, so if both br... (by helios)
|