by linsll68
Creating a header file
|
|
[3 replies] Last: Usually when you start a new project you can select a project type. Bu... (by rrosario)
|
by Maerle
what's wrong??
|
|
[4 replies] Last: it was lacking an ')' before : no more problems (by Maerle)
|
by jleach
DLL Function Arguments problem
|
|
[2 replies] Last: Sorry to keep posting, but I did have some (little) progress. I rea... (by jleach)
|
by ShiHao
Custom input stream function
|
|
[no replies]
|
by nathan10
Pointer Problem
|
|
[2 replies] Last: Thank you very much, Disch. It did not occur to me that omitting the ... (by nathan10)
|
by mmyers
Rewriting the string class
|
|
[no replies]
|
Reading in data and putting it in an array |
|
[2 replies] Last: So the idea with that is that I basicly create an array of size 0, the... (by WilliamERoberts)
|
Program doesn't work, but gives no errors. |
|
[13 replies] Last: Also, when you call a function, you don't need to include the return t... (by LB)
|
by GhostServer
For loop and while Problem
|
|
[5 replies] Last: system("pause"); can be replaced with cin.ignore(); cin.ignore();... (by Albatross)
|
by Kness
Count Controlled Loops and File usage.
|
|
[17 replies] Last: My quotes file is in the same directory. I'm going to try it at school... (by Kness)
|
by wreidan
factorial related problem
|
|
[2 replies] Last: ne555, I've adressed the overflow with my professor, and he w... (by wreidan)
|
by sbk
exchangeing the values of two instantces of a class
|
|
[no replies]
|
by jpperera
Int Array trouble
|
|
[2 replies] Last: my prof wants me to use a two dimensional array. if it was one i would... (by jpperera)
|
by cppNoob
getline-istringstream troubles
|
|
[no replies]
|
by invfo
Constructor with parameters makes program crash
|
|
[9 replies] Last: That line was just another typo. String seems to be very useful class... (by invfo)
|
by RialnisMada
IDE Compiling Issues
|
|
[3 replies] Last: Actually I am having another problem... Using the wxDev-C++ IDE, I ... (by RialnisMada)
|
by janeD
Writing in a random access file
|
|
[2 replies] Last: Thank you soo much! this has been a great help for me:) (by janeD)
|
by JoshuaS
Problem with a simple queue class
|
|
[3 replies] Last: You may want to modify your queue so get() an put() work in constant t... (by ne555)
|
by Mark wylie
loops
|
|
[2 replies] Last: #include <iostream> using namespace std; int main () { for... (by janeD)
|
by Kyon
Another way to get an abstract class?
|
|
[3 replies] Last: +1 coder777 Don't make the user pay for what they don't use/need (v... (by jsmith)
|