by Gabi
nested class in template class
|
|
[4 replies] Last: I found the answer, it should be: template<typename T> class A {... (by Gabi)
|
by assaado
Stuck somewhere
|
|
[3 replies] Last: There are no and/or keywords in c++. There are http://en.wikipedia.or... (by Bazzy)
|
by ztein
Using loop to count number of entries
|
|
[4 replies] Last: Yeh it worked. Thanks. The code: #include <iostream> #include ... (by ztein)
|
by icq128651232
About the return value
|
|
[3 replies] Last: y starts as 5. Then you do y = add_two(y). Inside the add_two( i... (by lace28)
|
by murmuls404
function with array
|
|
[2 replies] Last: If all are odd,i have to print out only negative numbers That is the ... (by murmuls404)
|
by pntball650
reading in from file into constructor
|
|
[5 replies] Last: :) I thought the ifstream musn't be used during of execution of constr... (by screw)
|
by rej3kt
very simple do/while statement
|
|
[10 replies] Last: And using system is a very bad practice. Most of what you most likely ... (by closed account S6k9GNh0)
|
by PBIRBAS
My programm isn't working - Can somebody provide me a solution ?
|
|
[8 replies] Last: The OP code looks C (by Bazzy)
|
by Progesco
How to store a fraction in reduce form
|
|
[2 replies] Last: My first idea was the string with which you can process. Than I used t... (by screw)
|
by Joliedoll
Completely lost. Function program
|
|
[13 replies] Last: FYI... You have a typo on line 49. (by jsmith)
|
by compone87
Adding a single character to a char array?
|
|
[2 replies] Last: strncat will work with a single char: char s = "Tes"; char c =... (by jRaskell)
|
by maey kich
Multiple Module Arrays
|
|
[1 reply] : // foo.h #define MYARRAY_SIZE 12 extern int myarray[ MYARRAY_SIZE... (by Duthomhas)
|
by Nature1
C to C++ question
|
|
[4 replies] Last: Alright I made some progress thx to btripp. My next problem is that I ... (by Nature1)
|
by Nut420x
problem with loop
|
|
[5 replies] Last: you wouldn't also know how for this program. To use a new variable to ... (by Nut420x)
|
by btripp
Need a little advice
|
|
[2 replies] Last: I will have to look into that. I had it downloaded on my laptop. But i... (by btripp)
|
by Joliedoll
homework question for functions
|
|
[9 replies] Last: yea i wouldnt use a reference in this case, i just thought it was requ... (by btripp)
|
why not always hello? |
|
[4 replies] Last: The reason I am doing this is to gain an understanding of pointers and... (by closed account iw0XoG1T)
|
by Joliedoll
min, max, middle problem.
|
|
[2 replies] Last: Okay, this is the new code I have now. //Program consisting of thr... (by Joliedoll)
|
by crimshaft
Deleting pointers froms vector?
|
|
[7 replies] Last: Yes. (Though of course it isn't really possible to put auto_ptrs in a... (by jsmith)
|
why does it work on windowsXP, but not on linux? |
|
[3 replies] Last: Thank you--I will correct line 16. (by closed account iw0XoG1T)
|