by Kuzco
Help with static data members
|
|
[2 replies] Last: That worked like a charm. Thank you :) (by Kuzco)
|
by Atari
Need help
|
|
[3 replies] Last: Might be easier to check the digits directly, rather than taking the s... (by Gaminic)
|
by juzz mars
Help please!!!
|
|
[1 reply] : lowerVersionOfChar = tolower(exisitingChar); (by Moschops)
|
by fweth
'Outsourcing' of functions
|
|
[2 replies] Last: OK cool, I will start researching this term :) (by fweth)
|
by nitishkj
Mergesort algorithm implementation
|
|
[no replies]
|
by yshicht
Use of template classes in other template classes
|
|
[4 replies] Last: I understood the problem. Thanks. (by yshicht)
|
by duiu
list does not name a type
|
|
[2 replies] Last: Good suggestion. The error left a bit ago, I'm not sure what I did, bu... (by duiu)
|
by hbjgd
string does not name a type
|
|
[2 replies] Last: #ifndef GAME_H #define GAME_H #include <fstream> #include <string> //... (by Stewbond)
|
by Edward A
Make a char into an operation?
|
|
[3 replies] Last: else if (operation == '*' or 'x') This will always be true. Anyth... (by shacktar)
|
Structs, consts, and references |
|
[8 replies] Last: If only you were my professor <.< (by BlueLeaderOne)
|
by jeri
Can you help me?
|
|
[2 replies] Last: The only thing I see is the space issue, when you say analyze do you m... (by Edward A)
|
by biplav17
making a interger a character
|
|
[11 replies] Last: oh. In that case, don't do const_cast, but change the function to tak... (by Disch)
|
Program using class, Errors! |
|
[19 replies] Last: OP: You should really really read up on classes. There is a nice tutor... (by Mathhead200)
|
by beginner123
any good source code websites?
|
|
[7 replies] Last: Haha yes, cause an IDE is just a walk in the park to make A few peopl... (by ResidentBiscuit)
|
by fabiolanza
Input of initial data through main ()
|
|
[4 replies] Last: Peter87 Thanks a lot! (by fabiolanza)
|
by ausairman
Too many iterators?
|
|
[1 reply] : IMO, that is a bit excessive. As for from an efficiency point of vi... (by Disch)
|
by ausairman
Looking for a neat way to pass many variables to a function
|
|
[1 reply] : If these variables are all commonly grouped (which I assume they are, ... (by Disch)
|
Or operator (||) with three possibilities? |
|
[3 replies] Last: np. This is actually a surprisingly common problem. Along with thing... (by Disch)
|
by FabianW
Hello, I am new here.
|
|
[1 reply] : Read the tutorial and then start coding. If you don't know what to cod... (by Moschops)
|
by f00tiefan
Infix-to-Postfix Expression Conversion
|
|
[1 reply] : Please don't double post. Make sure you understand the algorithm by g... (by ne555)
|