User profile: coder777

User info
User name:coder777
History
Joined:
Number of posts:4809
Latest posts:

HELP! Data structures
[code] if(A[j].kaina>A[b].kaina) { std::swap(A[j], A[b]); } [/co...

Merge two Linked ordered linked list
What issues do you have?

Why does this program work?
cout knows what a c-string is and shows it accordingly.

Help
You get the duplicates due to this:[code]while (!input.eof()) { getline(input, line_input); // co...

Blackjack-Strategy tables
What is your problem? It seems to work?