by pearlyman
Compare two values from two classes
|
|
[1 reply] : Your variables obj and val are declared in main() . You try to a... (by fg109)
|
by macboy49
Pointer Help Please
|
|
[1 reply] : I'm new to C++ and VERY new to pointers... but I'll take a stab at it.... (by pearlyman)
|
by LaimisG
two-dimensional array
|
|
[3 replies] Last: primary data is stored in a text file. If it's stored in a text file... (by pearlyman)
|
by rhenzo2015
PLEASE I NEED HELP! SOME CODES WOULD DO!
|
|
[2 replies] Last: You mean like... function name(){ for (int x=0;x<4;x++){ cout - ent... (by pearlyman)
|
std::vector erase seg fault |
|
[1 reply] : you are missing a proper assignment operator for the `component' class (by ne555)
|
by catpokemon
Code won't edit/overwrite the text file, even though everything appears to be working correctly.
|
|
[7 replies] Last: I hate to bump, but I'm going to bump. This is due tonight and my teac... (by catpokemon)
|
by Orval
toupper help
|
|
[2 replies] Last: That makes sense, but still confused on how to use toupper's statement... (by Orval)
|
Problems with overloading operator |
|
[3 replies] Last: the file name was "ADT". I'm guessing when I include the header file, ... (by welcometomyworld)
|
Input into a String |
|
[3 replies] Last: how do strings allocate just enough space for the internal character ... (by Yanson)
|
by abc456
Please help me fix this program?
|
|
[no replies]
|
by abc456
How can I fix this code so the function countChars accepts a character as parameter?
|
|
[3 replies] Last: Smac89 I understand most of what you said. only I'm unsure what to mak... (by abc456)
|
by KickAz
CLASSES - ISO C++ forbids in-class initialization of non-const static member 'pi'
|
|
[2 replies] Last: Prior to C++ 11, in order to initialize a variable in your class, you ... (by Aaron Vienneau)
|
help with backtracking |
|
[4 replies] Last: ty for help i did it :D #include<iostream> using namespace std; int ... (by closed account E3h7X9L8)
|
tokenizing strings |
|
[2 replies] Last: Straight from heaven , that's what i needed thank you very much @fg109... (by closed account SECMoG1T)
|
by mighty asker
Algorithms for 2D arrays
|
|
[4 replies] Last: And same for vectors? (by mighty asker)
|
by Vandalism
Linked Lists(Nodes)
|
|
[2 replies] Last: hey your data is not going to linked list. it is being stored in array... (by amarjit86255)
|
by Vandalism
Create Lists(Nodes)
|
|
[3 replies] Last: here ... struct Node { Node(int i) : info(i), next(nullptr)... (by closed account SECMoG1T)
|
How exactly does const* char work? |
|
[3 replies] Last: This always trips me up, so I thought I'd ask so I had a reference at ... (by Aaron Vienneau)
|
by sirrunrun
trouble when changing from c++ to c
|
|
[5 replies] Last: The algorithm is using std::map because it's convenient in C++. Creati... (by dhayden)
|
by hmlwin
Wrote program to sum terms, but can't get it to give me the correct summation...
|
|
[3 replies] Last: To solve a problem like this, it's often helpful to look at easy input... (by dhayden)
|