by Gore7
Vector of pointer within Vector Pointer
|
|
[1 reply] : > i just want to know for sure if u can do a Vector of pointer within ... (by JLBorges)
|
by primera89
Functions issue
|
|
[2 replies] Last: haha man I am noob. Thanks! (by primera89)
|
by sciman777
Program not recognizing getchar() command?
|
|
[2 replies] Last: I was writing a long thank you thing, but before submitting I clicked... (by sciman777)
|
by crackedice
Output is blank
|
|
[1 reply] : while (current && '.' || current && '!' || current && '?') //c... (by kbw)
|
by SonnyTedesco
Having trouble creating
|
|
[no replies]
|
by adam2016
const variables in constructor
|
|
[3 replies] Last: You seem to be almost there: #include <iostream> class Year { pu... (by keskiverto)
|
by adam2016
returning a reference
|
|
[1 reply] : Address is not reference. What do you actually want to return? * A ... (by keskiverto)
|
by Pomidor
Error when linking libraries.
|
|
[2 replies] Last: Thank you it worked! (by Pomidor)
|
by Rick Jaimes
Writing a function that iterates through an array
|
|
[no replies]
|
No type name ERROR |
|
[3 replies] Last: I'm not sure that's how you use templates, but you should try to use s... (by benhart)
|
by daverave1212
How can I make an object be treated like a string (example inside)
|
|
[1 reply] : What makes this work for std::string is the non-explicit const char* ... (by Peter87)
|
by hooi1997
How to check if there is any character in a string?
|
|
[6 replies] Last: Wow. thank both of you very much! (by hooi1997)
|
by adam2016
operator overloading an enum
|
|
[2 replies] Last: thanks Peter,I thought maybe it wasn't possible to overload enums, (by adam2016)
|
by LTJska82
Error Handling
|
|
[2 replies] Last: This kind of error is a result of high complexity within the code. I'd... (by benhart)
|
by petie86
cout on one line?
|
|
[1 reply] : #include <iostream> #include <string> #include <vector> #include <alg... (by JLBorges)
|
by Vinz24
need help in getting the value of a varriable in 1 function ro be used in 3 other function
|
|
[3 replies] Last: The output should be like this: We... (by Vinz24)
|
by theoracle09
Class Inheritance questions
|
|
[7 replies] Last: Using inheritance this way may affect your code in a bad way, problem ... (by benhart)
|
by TudorGwyn
Line 11: Statement has no effect [-Wunused-value]
|
|
[1 reply] : line 13: on for loop, for( numar = 0 ; numar <= 100 ; ++numar ) {... (by ar2007)
|
by sciman777
Avast keeps interrupting my programs?
|
|
[2 replies] Last: Thank you for the reply, but under exceptions it needs an exact locati... (by sciman777)
|
by Yeyk
trigonometric identities
|
|
[1 reply] : what warnings? What do you want to know? I personally would make a R... (by jonnin)
|