by Grimes
runtime determines bool eval (Single linked list)
|
|
[3 replies] Last: could the insert back method an added issue? //tail( insert back) m... (by Grimes)
|
by CGunn86
Class variables question
|
|
[5 replies] Last: No, because you make sure you only create public getters and setters w... (by MikeyBoy)
|
by Chamat
Fstream function not working
|
|
[13 replies] Last: Perhaps this style would be more usual in C++. Rather than explicitly ... (by Chervil)
|
by Nelson108
How to get basic enemy unit movement on a board or grid console game in c++?
|
|
[1 reply] : Normally you would store your characters in a 2-dimensional array. Let... (by Thomas1965)
|
by ficaman47
Help with Codeblocks calculator
|
|
[2 replies] Last: Thank you very much (by ficaman47)
|
by muhammad k
the inheritance and the scoping
|
|
[4 replies] Last: No. If you want to make the variable global use static : http://en.c... (by coder777)
|
by muhammad k
abstract classes
|
|
[2 replies] Last: how are these descendants (Set, List, Queue) different from each other... (by gunnerfunner)
|
by mgala
Function in program not printing out a list of arrays when being called
|
|
[3 replies] Last: Thanks for all the help! Unfortunately I'm not allowed to use structs ... (by mgala)
|
by jokerren
Stack vs. Queue Linked Lists
|
|
[3 replies] Last: such a method and that should be const qualified The operative word ... (by gunnerfunner)
|
by tgould66
Help with arrays in functions
|
|
[1 reply] : OK so you have your function prototype their bool search(int arr , in... (by joe864864)
|
by raynierl
Prime Nnumbers and Genterating memory
|
|
[11 replies] Last: @Raynieri Sorry for not addressing your question about junk values. I... (by closed account 48T7M4Gy)
|
by muhammad k
Recompilation - classes
|
|
[5 replies] Last: makes sense, that's what I meant to say when I said bar is not defined... (by muhammad k)
|
by Avarghese
For Loop to calculate PI
|
|
[8 replies] Last: 3.313759 is correct for the 500th iteration. [quote=wikipedia]Leibni... (by AbstractionAnon)
|
by bren7473
How to use member functions declared in header and source files in the main method.
|
|
[8 replies] Last: A member of a class can access other members of the same class. class... (by keskiverto)
|
by igorland
Convert a vector of unsigned characters to an IEEE 754 float
|
|
[3 replies] Last: OK. Solved using: finalResult = reinterpret_cast<float&>(hexNumber);... (by igorland)
|
by nfnicolas
array
|
|
[2 replies] Last: If the OP is trying to get the sum of the digits of each element (slop... (by closed account E0p9LyTq)
|
by chloejones25
C++ vector coding
|
|
[10 replies] Last: yeah the program is running good! Sorry what do you mean by remove... (by gunnerfunner)
|
by Mahmgl
Need help with assignment
|
|
[3 replies] Last: If there are no numbers, then there is no sum and no average. You can ... (by keskiverto)
|
by dton626
80 percent done.. Stuck on the last 20%
|
|
[5 replies] Last: Thank you. I just completed the program. (by dton626)
|
by toraaglobal
Email Parser
|
|
[2 replies] Last: Your program to check if an email id exists is unnecessarily complicat... (by gunnerfunner)
|