7-17 Name Search. NEED HELP WITH CODE |
|
[10 replies] Last: My final code. It seems to check to see if the name entered is on the ... (by svtHeisenbergB4l)
|
Loops |
|
[2 replies] Last: Hi there, How about adding a bool into your while loop, an... (by tibrado)
|
by dadelayer
[Homework] Could I get some help with this?
|
|
[3 replies] Last: You don't know how to get started? (by Boxbird)
|
by ISO101
Replacing C with C++
|
|
[8 replies] Last: Thank you everyone for your input. I understand what I thought I was ... (by ISO101)
|
by moodydog
How to find the element number of a vector<string>?
|
|
[3 replies] Last: #include <iostream> #include <string> #include <vector> enum class ... (by integralfx)
|
by NavidTak
explicit in class
|
|
[2 replies] Last: It's useless because there are no parameters to the default constructo... (by mbozzi)
|
by vanessaL
Is this the best way to iterate over 2 singly linked lists of different size and a static array?
|
|
[no replies]
|
by nasaltu
School job FAST HELP!
|
|
[2 replies] Last: The code might be a bit advanced, you can choose to adapt the code to ... (by Boxbird)
|
by MackieJ
HELP: error C3861 identifier not found
|
|
[1 reply] : Without any code there is not much we can do to help. Usually, this is... (by rghrist23)
|
by f1bonacc1235
The summation of digits
|
|
[3 replies] Last: No problem and if you wanted to shorten it, you could use accum as ... (by rghrist23)
|
by ewazdomu
undefined reference to - own library
|
|
[1 reply] : How are you linking it? (by koothkeeper)
|
by fivestar
String help
|
|
[2 replies] Last: As a follow-up see http://www.cplusplus.com/reference/string/string/su... (by rghrist23)
|
by johnydogz
finding rank of the elements(vectors) in reverse way
|
|
[no replies]
|
by MMe24
Need some help on drawing a shape
|
|
[3 replies] Last: You're assigning color to vertexThreeColor, etc so it should be vertex... (by gunnerfunner)
|
by jigantie
Request for member '...' in '...' which is of non-class type
|
|
[2 replies] Last: That was the simplest solution to a stupid problem thanks a bunch! (by jigantie)
|
by SkarFaceT9
Prime Numbers List
|
|
[15 replies] Last: I did a quick benchmark and found that the "Sieve of Eratosthenes" is ... (by Boxbird)
|
by Novice2016
sorting nos in an array and recognising nos that are the same
|
|
[no replies]
|
by unknown3112
Deciphering the Code
|
|
[5 replies] Last: #include <iostream> int place(char item) { char temp = toupper(i... (by closed account 48T7M4Gy)
|
by Grimes
If value is on Left side of Binary tree
|
|
[6 replies] Last: although you lost me on A temporary binary tree is created that uses ... (by coder777)
|
by hooman90
reading login data file line per line
|
|
[6 replies] Last: case closed, i finally get the solution, thanks for u sakura for savin... (by hooman90)
|