by alastor50
Problems with functions for c++
|
|
[2 replies] Last: You don't need to return the value. In this problem you are to just pr... (by Stalker)
|
by baronrhys
Encrypting/Decrypting using transposition cipher
|
|
[2 replies] Last: Is there a specific place I should put these? (by baronrhys)
|
by technologist
char card symbols problem
|
|
[8 replies] Last: What does this code give you: #include <iostream> #include <clocale>... (by Moschops)
|
by dn90
Double hashing issue.
|
|
[1 reply] : Run it under a debugger. Look at the values of variables at the point ... (by Moschops)
|
by Hamfam
Bool is setting itself to false
|
|
[4 replies] Last: Also, your Location class probably shouldn't have booleans representi... (by keskiverto)
|
by Gyiove
calculating avarage without knowning the sum of numbers but there are clues and the pattern repeats.
|
|
[7 replies] Last: I insist, ¿what's your physic problem? I agree. You've posted a v... (by dhayden)
|
by chusaijames
Need help for carry array Integer operator+ function
|
|
[2 replies] Last: The if (carry > 0) ret.info[i++] = carry; within the loop makes no s... (by keskiverto)
|
by Banlom
Question to split by words
|
|
[2 replies] Last: Yes, the numbers are always in the square brackets. What do you mean w... (by Banlom)
|
by tspen54
Problem with exchange sort int float pairs
|
|
[3 replies] Last: Yes, I'm looking through the rest of the code now. The thing to do is ... (by Chervil)
|
by stormy6161
rot13
|
|
[3 replies] Last: I added #include<string> and I think it's working (by stormy6161)
|
by omer123
How to run C++ programs on Mac or Linux?
|
|
[2 replies] Last: Thanks buddy (by omer123)
|
by rtylerr
Map<vector<vector<int*>*>>
|
|
[3 replies] Last: Why on earth would a that loop return a local copy? If you don't spe... (by cire)
|
by raiiiny
Getting Rid of Global Variables
|
|
[1 reply] : //Function prototypes void showMenu(); void showBill(double, double, ... (by cire)
|
by jam47
expected constructor, destructor...
|
|
[2 replies] Last: Thanks ne555, I will study that. (by jam47)
|
by antonyt
Trees
|
|
[1 reply] : class node{ container<node> children; }; class tree{ node root... (by ne555)
|
by undecked0
need help
|
|
[2 replies] Last: thanks, i was looking into to but im still a little confused. once i d... (by undecked0)
|
by g0ldt1g3r
How to sort alphabetically
|
|
[4 replies] Last: I don't understand how to alphabetically organize it? To determine i... (by dhayden)
|
by prestokeys
Help with ambiguity
|
|
[2 replies] Last: Here's one way I've found: #include <iostream> #include <tuple> #inc... (by prestokeys)
|
by aliyesami
socket programming issue
|
|
[1 reply] : anyone ? (by aliyesami)
|
by RianB
Vector2 Struct: Unresolved External Symbol
|
|
[1 reply] : Solved... I decided to make the Vector2.cpp file, inline... (by RianB)
|