by pacman169
Program4
|
|
[9 replies] Last: @wildblue what if the OP meant ||? :P Original code would have been... (by wildblue)
|
by akif13
How to access private members
|
|
[2 replies] Last: Also, a person with BMI of 18.5 is not obese. (by Abramus)
|
by bonho
Publish / subscribe program
|
|
[1 reply] : The Observable/Observer approach lacks of flexibility. It needs a part... (by coder777)
|
by pacman169
program5
|
|
[6 replies] Last: [quote=justinelandichoruiz]here is the fix code No. Read the task de... (by keskiverto)
|
by Antone333
Save and Load text file
|
|
[2 replies] Last: You can also use Save << A << " "; (by Atyab)
|
by phoenixm
error with unordered_map + hash functiom
|
|
[7 replies] Last: could you show me please how to provide hashing function for Candidat... (by MiiNiPaa)
|
by xenovia12
enum initializing
|
|
[5 replies] Last: No it is not an enum. You cannot use enum the way you want because the... (by MiiNiPaa)
|
by venros
C++ Sort & Operator Overloading < (less than)
|
|
[9 replies] Last: what If I had multiple classes and wanted 1 vector of pointers to com... (by MiiNiPaa)
|
by RomiEdu
Allocating dynamic memory class in void function
|
|
[3 replies] Last: Making your code obfuscated and then complaining that it doesn't work.... (by ne555)
|
by sysLoad
Compilation problem: pointer
|
|
[1 reply] : mySortedStack::pop() invalidates this->next. See if you can spot why. (by helios)
|
by DreamAces80
C++ Question Solved
|
|
[12 replies] Last: thanks! I can do both actually and prefer to read and see it. Ill chec... (by DreamAces80)
|
by Falek
Replacing user entered data and only accepting numbers
|
|
[3 replies] Last: will only accept numbers #include <iostream> #include <string> #inc... (by closed account j3Rz8vqX)
|
by carlplusplus
I'm having a problem on passing a struct array to a function. Help me please.
|
|
[2 replies] Last: Looks like you need modify line 116 to PDISPLAY(newProd, val); a... (by dangrr888)
|
by h4ever
is there non const variant of c_str()?
|
|
[14 replies] Last: Is it possible to use similar solution but for char * buffer It uses ... (by MiiNiPaa)
|
by pacman169
Program7
|
|
[1 reply] : line 13 should be either int a; or better yet int mile; I would al... (by giblit)
|
by Mirza214
Replacing Permutations within a string
|
|
[1 reply] : Binary counting will give you the combinations. e.g. 00000000 000000... (by mik2718)
|
by mehak
reference
|
|
[1 reply] : You cannot bind a reference to nonexisting object (without some tricke... (by MiiNiPaa)
|
by mehak
objects
|
|
[4 replies] Last: thnku :) (by mehak)
|
by mehak
destructors,constructors,virtual functions
|
|
[1 reply] : Constructors are called in order from most base to most derived class... (by MiiNiPaa)
|
by tdk93
How does this program work
|
|
[2 replies] Last: Effectively all it's doing is something like this; printf("%c%s%c... (by Chervil)
|