by mke48
Undefined reference errors
|
|
[1 reply] : Maybe replace your Player.hpp with Player.cpp (by salem c)
|
by porkshop
Prime (1,2,3)
|
|
[57 replies] Last: One more try, now vector replaced by bitset in the hope its count... (by MikeStgt)
|
by Splaterfix
Help on a Theatre statistics program
|
|
[7 replies] Last: Hello Splaterfix, You are welcome a lot. And I'm not sure why the... (by Handy Andy)
|
by MikeStgt
Is there a chance to access vector<bool> content byte- or word-wise?
|
|
[8 replies] Last: Thank you to all who answered, thank you for your time. OK, how many... (by MikeStgt)
|
by Zivojin
Power of Recursion
|
|
[3 replies] Last: recursion can blow up the stack but the stack on modern computers is q... (by jonnin)
|
Card game |
|
[8 replies] Last: I tried right now and felt stupid because I had tried for(int i=0; ... (by sangamgyawali0)
|
by mpg
exercise with function c++
|
|
[17 replies] Last: Codeblocks (CB) is not a compiler. It uses a compiler. Its installer p... (by keskiverto)
|
help dat file |
|
[15 replies] Last: Thanks for your code andy, however the code written above much more si... (by closed account 4wpL6Up4)
|
Using rand and while loops for Selection Menus? |
|
[2 replies] Last: #include <iostream> #include <random> // returns a random number fro... (by nuderobmonkey)
|
by CWarrior987
Variable/input data issue
|
|
[2 replies] Last: Hello CWarrior987, The only thing I could add to what dutch has said ... (by Handy Andy)
|
by Splaterfix
Theatre stats program
|
|
[2 replies] Last: The problem is line 36. The value is overwritten on line 101. (by coder777)
|
by ffloyd
only need your direction
|
|
[1 reply] : So post your code. (by salem c)
|
by gjur99
Help with Program functions
|
|
[9 replies] Last: #include <iostream> double get_length() ; double get_width() ; doubl... (by JLBorges)
|
by dboyhade
Im trying to make an average calculation when given 3 numbers
|
|
[3 replies] Last: Thanks that should help (by dboyhade)
|
How to protect my program's files? |
|
[3 replies] Last: Thanks a lot for the answers. Love the amount of detail, links and all... (by brianbathorycpp)
|
by mke48
undefined reference to cxx11::basic_string
|
|
[10 replies] Last: Just tried all your suggestions and none of them work (by mke48)
|
by BudSkigee
Can you assign 2 types to 1 variable?
|
|
[6 replies] Last: By coincidence, your last snippet of code avoided this issue, but plea... (by Ganado)
|
by colt
Operator overloading threevariables without tmp variable
|
|
[4 replies] Last: Ok, I am able to compile it and run it (after adding a "return color" ... (by cotro)
|
Completed a Program but Kattis thinks it's wrong? |
|
[4 replies] Last: @doug4 Oh okay, thanks for clarifying. Didn't realize there was an on... (by PiggiesGoSqueal)
|
by PhysicsIsFun
scope of vectors
|
|
[2 replies] Last: Thank you very much Andy! (by PhysicsIsFun)
|