by JasonMcG
global operator <<
|
|
[1 reply] : The operator << has an arity of two: stm << object ; So we need to... (by JLBorges)
|
by mehak
Class
|
|
[2 replies] Last: Why are Bix::main and Bix::show creating private instances of Bix name... (by AbstractionAnon)
|
by JasonMcG
sorting
|
|
[10 replies] Last: > error: 'class std::multiset<std::pair<std::basic_string<char>, doubl... (by JLBorges)
|
by mehak
type checking
|
|
[1 reply] : You are spewing many questions of similar nature. Start from some int... (by keskiverto)
|
by Geranimo
Problem with iterators
|
|
[13 replies] Last: Ok I finally got it working, I think sleeping helps clarifying all tha... (by Geranimo)
|
by mehak
constructors
|
|
[1 reply] : I came across this statement however couldnt understand. Probably bec... (by Avilius)
|
by ugonna
block characters and loop program
|
|
[no replies]
|
by mehak
ad-hoc polymorphism
|
|
[no replies]
|
by mehak
class pointers
|
|
[2 replies] Last: Hi, One can declare a function that takes a pointer to a base class, ... (by TheIdeasMan)
|
by mehak
friend function
|
|
[1 reply] : It's not. #include <iostream> class Class { public: Class(int valu... (by Peter87)
|
by hyaghini
hide cin
|
|
[4 replies] Last: see: http://www.cplusplus.com/forum/beginner/43683/ (by JLBorges)
|
by buddha87
Does bit shift operator changes the operands?
|
|
[5 replies] Last: I hadn't thought of that. I recently discovered that boost::path appe... (by kbw)
|
HELP! I need help understanding this error message |
|
[1 reply] : Problem is line 43: i <= s.length() After you fix that, the next ... (by Smac89)
|
by xenovia12
function pass by parameter
|
|
[8 replies] Last: okay i learn some techniques about using or making global . If you a... (by xenovia12)
|
by Acidbassist
Program-Defined Value Returning Function - 3 Test Scores Averaged
|
|
[2 replies] Last: Well, as I figured, it was something really simple. And I appreciate y... (by Acidbassist)
|
by Dan Feerst
pointers, bool types, why doesn't this work?
|
|
[8 replies] Last: I would not write a class at all: it is a sideways approah to a rather... (by IWishIKnew)
|
by Antone333
Is This Possible?
|
|
[2 replies] Last: thanks. i agree with just having a set number of arrays with a lock. t... (by Antone333)
|
strstr and finding text in pointer |
|
[no replies]
|
by VentusiK
Problem with while loop and variables
|
|
[3 replies] Last: The program is fine, woks as expected, but when i tried to add a while... (by VentusiK)
|
by bigstuff1988
C++ program help
|
|
[1 reply] : If your whole program is in one (cpp) file, then why are you linking t... (by keskiverto)
|