by SuddeN
Binary to decimal conversion not working
|
|
[6 replies] Last: #include <iostream> #include <string> using namespace std; int Conve... (by lastchance)
|
by metametal818
function pointer
|
|
[1 reply] : catch (const bad_alloc &) { die("allocation failure"); } The throw... (by keskiverto)
|
by metametal818
Templates
|
|
[2 replies] Last: Now, looking at your code: what do you mean? Is it like this? templ... (by highwayman)
|
by metametal818
Using namespace
|
|
[2 replies] Last: Not using using namespace std; is not a status symbol. If only it wa... (by againtry)
|
by Shervan360
String concatenation in C++
|
|
[1 reply] : Convert the integer to a string with std::to_string https://en.cppre... (by JLBorges)
|
by leojai123
Display the weekday by input month and day
|
|
[5 replies] Last: http://www.cplusplus.com/reference/ctime/mktime/?kw=mktime (by againtry)
|
IS VALID FUNCTION |
|
[6 replies] Last: #include <iostream> #include <string> #include <ctype.h> using names... (by kbw)
|
by noyou
Struggling to complete this program
|
|
[2 replies] Last: double amountAllowableMeals = 0.0; if (timeOfDeparture > 07.00) ... (by noyou)
|
by BatJuan72
Help please
|
|
[1 reply] : Hello BatJuan72, I was looking over your post and wondering if you ha... (by Handy Andy)
|
Computer Science Final (1,2) |
|
[28 replies] Last: #3: The condition for a while loop goes inside the parentheses: while... (by dhayden)
|
Blackjack |
|
[4 replies] Last: When the computer wins, what score does the human have and what score ... (by Repeater)
|
various examples of looping programs |
|
[1 reply] : while ( input != correct_password) { cout << "Wrong password. Try a... (by Repeater)
|
by Shervan360
Find an nth element in an integer number
|
|
[4 replies] Last: partially. Here, no loops: #include<iostream> #include<cmath> usin... (by jonnin)
|
by thomash16
Genetic Algorithm NEED HELP
|
|
[4 replies] Last: I really am sorry for the lack of comments. In the moment I hadn't rea... (by thomash16)
|
by carmel b
Program returns 0 instead of going back to main menu
|
|
[4 replies] Last: Thanks a lot man, deleted the cout cin and it worked. can't believe it... (by carmel b)
|
by seatea
Beginner programmer - help with authentication problem
|
|
[13 replies] Last: The name of the function was chosen by our teacher, and we are not all... (by seatea)
|
by Xenataron
How do I fix my loop?
|
|
[4 replies] Last: My pleasure :) (by H00G0)
|
by Detslibli
Euler Problem from Hackerrank, code complete but not correct
|
|
[13 replies] Last: I don't know, I haven't seen a link to the actual question yet. It'... (by dhayden)
|
by jf3238
New to c++ and need finding an error in my code
|
|
[3 replies] Last: #include<iostream> #include <ctime> using namespace std; int AskRan... (by againtry)
|
by medosz
terminating loop
|
|
[2 replies] Last: I made some changes, but the problem is from the second loop it doesn`... (by medosz)
|