by smr0930
battleship help
|
|
[4 replies] Last: Hey thanks that worked. But what was it that you did? just declared th... (by smr0930)
|
by ProbePLayer
Namespaces, go figure...
|
|
[5 replies] Last: ooooh, thanks a lot coder777, this namespace thing is confusing withou... (by ProbePLayer)
|
by andimiami
Okay, now I have no output. Parsing help!
|
|
[6 replies] Last: Yes, I just emailed my instructor and he said the same thing. Actually... (by andimiami)
|
by mishoo
Inheritance question
|
|
[2 replies] Last: #include <iostream> using namespace std; class A { public: ... (by hamsterman)
|
by jimmy5023
How to display length/width of binary tree (1,2)
|
|
[22 replies] Last: Yes, that's the problem. I did not declare any pointer, the only point... (by jimmy5023)
|
by firix
substring for both reading and writing
|
|
[no replies]
|
by bigfisherman
default constructor help
|
|
[5 replies] Last: A better way would be with initialization list: [code firstline=16]Sch... (by Bazzy)
|
by AliRiaz
recursive function
|
|
[4 replies] Last: done thanks hamsterman(2185) it works now i am able to submit my assig... (by AliRiaz)
|
by mora78
Euler method for ODE in c++
|
|
[no replies]
|
by abrumit
Unable to open file
|
|
[2 replies] Last: I cannot believe I didn't see that. Thank you. I'll give it a try an... (by abrumit)
|
by caneta
Fill a polygon
|
|
[2 replies] Last: I don't know how to recognise the corners of the polygon Check the n... (by ne555)
|
by zantocon
Problem with increment operator
|
|
[3 replies] Last: Thanks for the pointer information! That was the problem! I had the ... (by zantocon)
|
by rainapte
Frustrating "redefinition" error
|
|
[6 replies] Last: With the fix I detailed above, the two compile without error or warnin... (by Moschops)
|
Mixed loops?! |
|
[3 replies] Last: Doesn't int i = 0; "initialize" it? It does. But line 2/7 doesn't. ... (by coder777)
|
by bensdixon
Error C3861 issues
|
|
[3 replies] Last: It has. Thanks for the quick response, Xander. (by bensdixon)
|
by gongzhen
Hi Template Questions
|
|
[4 replies] Last: Is the normal rule that functions implemented inside the class declara... (by anonymous23323124)
|
Filling a string array with lines from a text file |
|
[1 reply] : Doing this with STL it goes like this: std::ifstream is(...); // nee... (by coder777)
|
Elements of a String |
|
[9 replies] Last: You're welcome :) (by GodPyro)
|
by jimmy5023
Converting ints and doubles and floats.
|
|
[5 replies] Last: The idea of 'runprogram' is that you put the whole program in it (or m... (by Disch)
|
by ferrari5107
What does '\0' mean here?
|
|
[2 replies] Last: its quite useful if you want to iterate through each character of a st... (by ascii)
|