by ElleJay
How to make a repeating menu
|
|
[2 replies] Last: printMenu(); cin>>choice; while (choice!=5) {// run code } ... (by SamuelAdams)
|
Transferring for loop to while loop in a program |
|
[6 replies] Last: Awesome, now I got it, thanks for the help everyone! (by Bayan Khorshidi Berkeley)
|
by Misenna
How to get the sum of Ascii values?
|
|
[7 replies] Last: Ganado, yes, that is EXACTLY what I wanted! Thank you very much! :-)) (by Misenna)
|
by SwissPie
Comparing values of array after adjusting values
|
|
[1 reply] : Hello! Well, one solution would be to use a dual-selection sort. Mean... (by Misenna)
|
by adam2016
Bad alloc problem
|
|
[5 replies] Last: thanks Ganado yeah my math was way off also very good point I probab... (by adam2016)
|
Help with program ASAP!!!!! |
|
[2 replies] Last: Or you can just add something like this to the end of the program... ... (by Manga)
|
by PhantoM123
Skip List C++
|
|
[2 replies] Last: I've fixed the list, thanks for the help. (by PhantoM123)
|
by Alex1993
strcpy and assignment does not work
|
|
[8 replies] Last: If you are always passing file names for n tables then you don't need ... (by dhayden)
|
Getting incorrect return in a function |
|
[4 replies] Last: the result is a random value. I've tested the functions separately and... (by ThiagoCavalcante)
|
by EbonyMG
Shipping Charge
|
|
[4 replies] Last: Your code works for me on the test case that you provided. Can you de... (by dhayden)
|
by cowmil222
Why does the cin.fail() to work properly when I input a string or char?
|
|
[4 replies] Last: Take a look at line 34. After you get a user input you want to check i... (by fiji885)
|
by george2018
error C2660: function does not take 0 arguments
|
|
[2 replies] Last: Thanks ! (by george2018)
|
by fivestar
Sublime C++
|
|
[2 replies] Last: Can you have c++ code on sublime? C++ code is plain text. You can u... (by Repeater)
|
Getline not reading the first character, despite there being no ignore statement |
|
[4 replies] Last: Thank you very much for the help! (by kevinHobbit91)
|
by RP366336
Sum of Odds
|
|
[3 replies] Last: ^^^ good catch.. I took the int off sum instinctively but didnt catch... (by jonnin)
|
by Elarionus
Function to alter a variable value and then return to the function?
|
|
[1 reply] : like this? void foo(int &value) { value--; } ... cout << reaval... (by jonnin)
|
by Propheciah
Need help with creating a table
|
|
[1 reply] : if you just want to produce output in table form, you need more stuff ... (by jonnin)
|
by AkelaMan
C++ Calendar Error
|
|
[2 replies] Last: Thank you! Everything was solved! Probably the only error now is if th... (by AkelaMan)
|
by HenrikAET
Function returning a function
|
|
[1 reply] : The pointer-to-function syntax is a bit unintuitive, particularly when... (by helios)
|
by Sigge414
Help appreciated!
|
|
[1 reply] : String a; a = "fruit"; if(a == "fruit" or a =="berry" or a =... (by Repeater)
|