HELP! Data structures[code] if(A[j].kaina>A[b].kaina) { std::swap(A[j], A[b]); } [/co...
Merge two Linked ordered linked listWhat issues do you have?
Why does this program work?cout knows what a c-string is and shows it accordingly.
HelpYou get the duplicates due to this:[code]while (!input.eof()) { getline(input, line_input); // co...
Blackjack-Strategy tablesWhat is your problem? It seems to work?