by kyrresc
std::swap()
|
|
[5 replies] Last: @kyrresc: Read about name lookup: https://en.cppreference.com/w/cpp/la... (by keskiverto)
|
the char data type error |
|
[2 replies] Last: Thank You, I got that... (by pratyushmisra)
|
by Haseeb2998
can someone explain how the vlaue is 6?
|
|
[3 replies] Last: can someone explain to me how Can you explain to us how you did work... (by keskiverto)
|
result not correct |
|
[7 replies] Last: Mike's code makes it hard to see the decimal point (he was doing that... (by MikeStgt)
|
by Orion98
Recursive Functions: Getting the Sum of Even or Odd Integers in Given Range
|
|
[3 replies] Last: #include <iostream> #include <string> using namespace std; int main(... (by lastchance)
|
by Eto
Find n prime numbers
|
|
[3 replies] Last: See https://github.com/kimwalisch/primesieve#primesieve (by MikeStgt)
|
Sorting by Last Name |
|
[4 replies] Last: > I also changed the loop variables and it outputed the names correctl... (by salem c)
|
Calculating an Average |
|
[4 replies] Last: I saw in the diagnostics my test scores were were incorrect. I fixed i... (by simulationspecimen)
|
by kevinfab
two dimensional array
|
|
[3 replies] Last: int dice1 = rand() % 9 + 4; This gives a range of 4 to 12. It is a... (by deleted account xyzzy)
|
by kepherax
Help with vectors (modifying, adding, deleting)
|
|
[2 replies] Last: There are several different ways to create and initialize the contents... (by deleted account xyzzy)
|
by kdrewes
How do you verify if a password contains a digit?
|
|
[3 replies] Last: Works perfectly. Thank you guys for all your help. Much appreciated. (by kdrewes)
|
by thylath
Code Clean Up Help
|
|
[2 replies] Last: Create a reserveSeat() function that takes the start and end rows to d... (by dhayden)
|
by Joo
Problem with copying a region from two dimensional array to another two dimensional array
|
|
[4 replies] Last: I've made a testing environment for Joo's function. There I got no seg... (by nuderobmonkey)
|
by kyrresc
Scoped enum as input to function
|
|
[1 reply] : std::string to_string( Suit s ) { switch(s) { case Suit... (by JLBorges)
|
by Sheepposu
Errors with classes
|
|
[3 replies] Last: http://wiki.codeblocks.org/index.php/Creating_a_new_project (by Repeater)
|
by thylath
User Defined Functions and Arrays
|
|
[3 replies] Last: yes. its already reference, so change it in the function and it will ... (by jonnin)
|
by lost110
Adding two polynomials
|
|
[1 reply] : Before delving into your code, please note you’re shadowing your cla... (by Enoizat)
|
by thylath
Arrays and changing an int into a symbol
|
|
[2 replies] Last: Thank you very much, that helped alot! (by thylath)
|
by Guil
problem with truncate
|
|
[1 reply] : Hello Guil, PLEASE ALWAYS USE CODE TAGS (the <> formatting button),... (by Handy Andy)
|
by hexed23
Adding an image to a microsoft word file
|
|
[1 reply] : Well if you're talking about docx files, they're just XML files in a Z... (by salem c)
|