Modularizing |
|
[3 replies] Last: I'm used to programming in Java and not worrying about if I have to r... (by mbozzi)
|
by glungie
why does this simple function not work
|
|
[12 replies] Last: be sure you did a rebuild all in your project. The other options can... (by jonnin)
|
by shinxg
how to output the elements of a vector on one line?
|
|
[4 replies] Last: return indices of the two numbers such that they add up to a specific... (by gunnerfunner)
|
by heraclies
trouble with, if statements
|
|
[1 reply] : if (0 <= yearlyIncome < 15100) taxBracket = 10; if (15100 <= yearlyIn... (by chicofeo)
|
by seungyeon
polymorphism and pointer arrays
|
|
[5 replies] Last: i want to make a menu now //my beginning of my pointer to array menu... (by seungyeon)
|
by darje
cant understand why this program not runing
|
|
[11 replies] Last: ¿what's the rationale behind this `run anyway' option? I'm not sur... (by cire)
|
by Chamat
Why is this corrupting the stack?
|
|
[2 replies] Last: A silly mistake on my behalf, thank you. (by Chamat)
|
by karlemange
(1.0/a*a) vs. (1.0*a/a) - what is the difference?
|
|
[8 replies] Last: I gave the explanation before testing the program. When I did test it ... (by Chervil)
|
by blahblah123
Issue with program
|
|
[7 replies] Last: Hello blahblah123, You should initialize all your variables when you ... (by Handy Andy)
|
by Kiryu
Delete std::vector with non-pointer ob jects when deleting Class
|
|
[7 replies] Last: I don't remember if I have used this, but I've heard of it: https://gi... (by mbozzi)
|
by JorgeChemE
Sum of rows and columns in a matrix
|
|
[3 replies] Last: You had it to begin with. srand(time(NULL)); //different every run ... (by jonnin)
|
by elabass
compare f a number is less,equal or greater than 10
|
|
[2 replies] Last: what is the pseudo code for comparing if a number is less than,eaqual ... (by elabass)
|
help on an assignment |
|
[5 replies] Last: Thanks chicofeo for the help. very much appreciated. (by closed account y7p9z8AR)
|
by DimaMog
Operation Matrix
|
|
[3 replies] Last: How can I create such a matrix from 0 and 1, so that it works like thi... (by DimaMog)
|
Huffman algorithm |
|
[3 replies] Last: The code was edited to use unique_ptr for memory management and namesp... (by globaltourist)
|
by binaary
Needing some help with a text base game.
|
|
[3 replies] Last: @moschops cheers for the help @Flaze I just found a tutorial. well co... (by binaary)
|
by supp
Strings and functions
|
|
[3 replies] Last: My guess is that it clashed with std::function (http://www.cplusplu... (by gunnerfunner)
|
by mehnaaz
When Compiling, Value Not What It Should Be
|
|
[2 replies] Last: don't set a value for small on line 42 (by boredsatan)
|
by PandaYTB123
Expression must have a modifiable lvalue
|
|
[1 reply] : = is not the same as == Do not use = when you meant to use == ... (by Moschops)
|
by xxvms
clarification
|
|
[8 replies] Last: Hi, Not constructor, that is a different concept. Perhaps I should h... (by TheIdeasMan)
|