by Carsonty99
Restaurant bill
|
|
[3 replies] Last: Yes that's what the question wants you to do. -> First get how many c... (by Satan)
|
by Ganado
.. (1,2)
|
|
[22 replies] Last: The problem closely resembles a codechef problem: https://www.codechef... (by Browni3141)
|
by Nick1245
C++ matrix
|
|
[1 reply] : You have for (j=1; j !=i; j++) cout << "#"; that prints some # befo... (by keskiverto)
|
templated function doesn't work |
|
[10 replies] Last: Why we don't need to tell bubble_sort for which type it needs to work... (by mbozzi)
|
by ThePuppay
Array Issue In OOP
|
|
[10 replies] Last: Glad to help. This is a great example of why a vector would have be... (by jonnin)
|
by doug4
Fun with Templates
|
|
[7 replies] Last: My question is why the commented out lines do not compile There's n... (by mbozzi)
|
by DellXT
Converter C
|
|
[1 reply] : look at it in a hex editor to see if the converted file (the one that ... (by jonnin)
|
by alaskxn
Need help with C++ project
|
|
[3 replies] Last: Your compiler should provide line numbers with the error. (by SamuelAdams)
|
by AvengerLB
Alternative to (this)
|
|
[4 replies] Last: I don't disagree exactly, but I am used to IDEs that tell me what they... (by jonnin)
|
by tpb
Deque and Map
|
|
[1 reply] : This is the improved version of question that i have asked earlier...... (by doug4)
|
by Forgetful
struct function with const
|
|
[7 replies] Last: > can plug it back in to get the mid point of the mid point We can us... (by JLBorges)
|
by tojo
Palindrome issue
|
|
[3 replies] Last: #include <iostream> int main() { const int vector = { 1, 7, 3,... (by JLBorges)
|
by efg1342
Program will not exit loop using Do-While
|
|
[5 replies] Last: Stop putting a semi-colon ; on the end of every line. They don't aut... (by Repeater)
|
by helios
Problem Solving please help
|
|
[1 reply] : Post the updated question in the other thread. (by helios)
|
by Salsa Boy
Can't read file in build but can read in IDE
|
|
[13 replies] Last: A simpler solution would be to just have the test file in the same dir... (by Repeater)
|
by willie99
Help with test function and output
|
|
[1 reply] : Perhaps your function test is firing those assert s and the program... (by Repeater)
|
by Raj12
Need help for my template class example
|
|
[2 replies] Last: Thankyou very much Cubbi, The second link is very much useful for me. (by Raj12)
|
by girl101
HELP
|
|
[3 replies] Last: Thank you (by girl101)
|
by DJFlash
Bank Teller Program
|
|
[1 reply] : if (n = 4) will always be true. All cin statements will be executed ... (by Satan)
|
by Satan
Why is _getch() reading a whitespace character?
|
|
[13 replies] Last: @Nwb Have you considered using PDCurses/NCurses? It's what I use for t... (by sergix)
|