by loganc123
Searching an array of structs for a string, then output struct data
|
|
[4 replies] Last: == compares anything there is a suitable overload for. my mistake was... (by Jaybob66)
|
by adam2016
Airline ticket system
|
|
[5 replies] Last: wow thanks guys =) (by adam2016)
|
by shgeto
Siplifying code
|
|
[2 replies] Last: Adding a function like bool noZeroDivision(zlomek p1, zlomek p2) { r... (by Enoizat)
|
by adam2016
calculator from Bjarnes book
|
|
[6 replies] Last: I'm not quite sure what the problem is that you've found. (by kbw)
|
by ashley50
Fibonacci Array
|
|
[2 replies] Last: #include <iostream> int main() { const int SIZE{20}; int f = {... (by lastchance)
|
by urko18
How reduce code in arduino
|
|
[4 replies] Last: Thank you for answering jonnin! I´m trying to do what yo say: vo... (by urko18)
|
by jerrinst
Help with a for() loop in a structure
|
|
[1 reply] : So I just realized I totally goofed and in my loop candy should have ... (by jerrinst)
|
by eci0x
sorting dynamic 2D array
|
|
[4 replies] Last: std::sort will do a full row at a time. so you need a loop over all t... (by jonnin)
|
by Ostrich
Making an array with a user specified amount
|
|
[4 replies] Last: Wow, thank you! I'll just rip off your code then change it a bit and m... (by Ostrich)
|
by zzQwerty
Translating pseudocode
|
|
[1 reply] : http://en.cppreference.com/w/cpp/language/range-for (by keskiverto)
|
by Pirnandddd
YES/NO COUNTER
|
|
[1 reply] : cin << ans_1; When reading into the variable, the arrows go the othe... (by Repeater)
|
by huhuh
Different result evey this code is executed
|
|
[4 replies] Last: Thanks! I did search before posting but didnt stumble on that link. (by huhuh)
|
by HACKER522
INFIX TO POSTFIX
|
|
[1 reply] : Hey i got the answer. Now no need to reply. You can use the code to de... (by HACKER522)
|
by ghost00989
employee system
|
|
[5 replies] Last: g (by ghost00989)
|
by shirshir950
metrix
|
|
[4 replies] Last: #include <iostream> using namespace std; const int ROWS = 5; const i... (by shirshir950)
|
by loganc123
getline isn't allowing input
|
|
[1 reply] : I fixed your problem with the input,now the input should work the pro... (by adam2016)
|
comparing string letter by letter |
|
[4 replies] Last: New line where? In stored string or in output? std::string input; st... (by keskiverto)
|
by adam2016
ofstream not written to file
|
|
[9 replies] Last: thanks Chevril =) I fixed it up (by adam2016)
|
by Bopaki
What does this error mean:
|
|
[8 replies] Last: Thank you very much to all of you!!! My program worked very well after... (by Bopaki)
|
by eci0x
Latin square
|
|
[2 replies] Last: Hello eci0x, Found this that might be of some help http://www.cpluspl... (by Handy Andy)
|