by XboxOne2019
A logic explanation about averages
|
|
[6 replies] Last: @ jonnin Yes, agreed that new code is typically fine with doubles. @... (by Duthomhas)
|
by mcgrim8
strings to numbers
|
|
[16 replies] Last: or the 2 cent answer, std is too big, so its better to do smaller usi... (by jonnin)
|
by dutch
efficient coding
|
|
[14 replies] Last: you are messing up the update part. index= 0 1 2 3 4 value= 3 9 10 11... (by ne555)
|
by CodeNovice01
Why are these codes doing this?
|
|
[3 replies] Last: ... (by highwayman)
|
by highwayman
One-run functions?
|
|
[9 replies] Last: Sorry that’s supposed to be VARS not CARS so sorry XD thanks for the... (by highwayman)
|
by rozick1
can vectors be used without invoking copy constructor?
|
|
[3 replies] Last: > Is that because std::ofstream has deleted copy constructor/assignmen... (by JLBorges)
|
by cool123dude
To divide the elements into K segments such that the sum of minimum element of each segment is maximum
|
|
[2 replies] Last: Note that the sample has a second solution: [1,2]+[5,3] The task is a... (by keskiverto)
|
by jigs123
vector rend call
|
|
[3 replies] Last: About std::vector::rend.... Returns a reverse iterator pointing to t... (by deleted account xyzzy)
|
Compile time string build function |
|
[7 replies] Last: Here's a very sloppy but still much nicer version in the value domain:... (by mbozzi)
|
Help stuck in this problem |
|
[1 reply] : Hello counter strike, PLEASE ALWAYS USE CODE TAGS (the <> formattin... (by Handy Andy)
|
by CodeNovice01
Operations Program, Need guidance
|
|
[9 replies] Last: @CodeNovice01: Read http://www.cplusplus.com/doc/tutorial/functions/ a... (by keskiverto)
|
by CodeNovice01
With functions and arrays
|
|
[8 replies] Last: Jonin, I appreciate the advice, as of right now my professor wants us ... (by CodeNovice01)
|
by jsmithplus
Shortening this comparison code the right way
|
|
[4 replies] Last: is this really do { code } while (something and all the combo test... (by jonnin)
|
by dutch
dsj vjskd
|
|
[17 replies] Last: don't check every combination, check only the ones that occur between ... (by ne555)
|
by adam2016
Dynamic cast vs static cast
|
|
[8 replies] Last: very true :) (by adam2016)
|
by kokonuts
Function issue
|
|
[4 replies] Last: No, ::variable would only be need to explicitly reference a variable i... (by Ganado)
|
Restructuring a GSL matrix |
|
[3 replies] Last: I'm not familiar with gsl , but taking a guess, try moving gsl_matri... (by dutch)
|
by medosz
Factorial with while statement
|
|
[1 reply] : Your loop goes one-too-far, ultimately multiplying the result by 0. ... (by dutch)
|
Help me to understand these sections of code |
|
[5 replies] Last: This mean until you get no match. (by Zaap)
|
by Jochebed111
Vector crashing
|
|
[13 replies] Last: > so actually we couldn't use assign() function to assign the value 5 ... (by JLBorges)
|