by looky
() why {}
|
|
[2 replies] Last: All C++ functions begin like this: RETURN_TYPE function_name ( INPU... (by Moschops)
|
Issue with class calculation functions with OOP |
|
[2 replies] Last: line 67, 72: Let's remove the arithmetic from the lines. double b... (by AbstractionAnon)
|
by ClassyChap
Strange output with consecutive characters in cout
|
|
[5 replies] Last: For example, you could redirect the output to a file. (by helios)
|
by eliiofaddoul
is an algorithm the same as a pseudo-code ?
|
|
[1 reply] : Algorithm is an idea of what to do to. It can be expressed in many way... (by keskiverto)
|
by redempvfx
mingw Compiler: Getting an error when trying to compile this calculator program.
|
|
[1 reply] : My mistake. I fixed it. I apoligize. (by redempvfx)
|
by jam47
Can't find where errors are
|
|
[5 replies] Last: The function header at line 43: encrypt2 (plaintext, key){ should lo... (by Chervil)
|
Calculating N amount of assignments |
|
[2 replies] Last: Dynamic memory was made specifically for this. No dynamic memory is ... (by cire)
|
by Unicow
Using a vector as a counter for coin toss?
|
|
[4 replies] Last: The possible values of dice1 + dice2 on line 16 range from 2 to 12. ... (by cire)
|
by specbk
can i replace a while loop with a return value?
|
|
[1 reply] : A return statement returns a value and terminates the function. int ... (by Too Explosive)
|
by jgialis
Array Classes
|
|
[2 replies] Last: Thank you. Figured it out! (by jgialis)
|
Confused about vectors. |
|
[1 reply] : If the strings inside the vector correspond to the indices of the vect... (by Arslan7041)
|
by StupidLag
class: user defined array
|
|
[1 reply] : > im getting an error saying bad array new length ¿a compilation erro... (by ne555)
|
by b29hockey
Class and Vectors
|
|
[1 reply] : > Let me know if more information is needed provide enough to reproduc... (by ne555)
|
by sailink37
unsure why my code prints out this
|
|
[1 reply] : Hi, Please always use code tags. http://www.cplusplus.com/articles/z1... (by TheIdeasMan)
|
by leashbomb69
Help with string code
|
|
[10 replies] Last: Since I am having no problems, I think its a GCC error. Have you tried... (by Diedes)
|
by tehHuzzlenut
Trying to Catch invalid symbols in a string
|
|
[1 reply] : Hello, try using this to remove unwanted characters: input.erase(std... (by McNo)
|
by tdyoung
Calling by Reference and value
|
|
[2 replies] Last: Thank you very much. I see now why it wasn't working before. I need to... (by tdyoung)
|
by Outlaw782
Program inserting junk into list.
|
|
[3 replies] Last: Thank you for your input cire, after doing your test it seems the firs... (by Outlaw782)
|
by jjkrynock
Reading data from a file questions
|
|
[2 replies] Last: Thank you koothkeeper. (by jjkrynock)
|
by b29hockey
Finding largest and smallest element in array
|
|
[4 replies] Last: cool! thank you for the help! (by b29hockey)
|