by PaulKersey
Trouble with recursion
|
|
[1 reply] : For recursion you need to replace the for loop with a call to the func... (by coder777)
|
by technologist
SWAP error
|
|
[2 replies] Last: Thank you! (by technologist)
|
by schellman2
I need help writing this!
|
|
[1 reply] : http://www.cplusplus.com/forum/general/179115/ Duplicate postings are... (by closed account 48T7M4Gy)
|
by Massiso
HEEEELP a student out. pleeeease!
|
|
[1 reply] : So what have you tried? By the way your size member variable doesn't ... (by jlb)
|
by adel eshtaya
Help !
|
|
[3 replies] Last: #include <iostream> #include <stdio.h> #include <string.h> #includ... (by adel eshtaya)
|
by SeeLemon
Finding UUID in text file
|
|
[4 replies] Last: Thank you, that worked out fine. (by SeeLemon)
|
by beesea309
Sorting Parallel Arrays
|
|
[6 replies] Last: You've got to user your brain now and figure out what 'swap' means and... (by Duthomhas)
|
by dakman96
How to find the longest increasing sublist?
|
|
[5 replies] Last: Perhaps you can explain what insert and copyList are supposed to b... (by cire)
|
by Sobia
Time complexity
|
|
[3 replies] Last: It doesn't matter what n is. What matters is n→infinity. The outer ... (by Duthomhas)
|
by bsc123
Tic Tac Toe help
|
|
[1 reply] : I would also like to make it replace the board with X's and O's rathe... (by Chervil)
|
by turtlesavage
Does anyone know a way to actively modify text output speed?
|
|
[2 replies] Last: Once again, my hero to the rescue. Thanks big dog! (by turtlesavage)
|
by ElGuapo
Population C++ Calculator
|
|
[1 reply] : I'd probably start by creating a class that describes a population and... (by Shadowwolf)
|
by bsc123
replacing char in tic tac toe
|
|
[3 replies] Last: Perhaps you're right, though it still isn't entirely clear to me. Some... (by Chervil)
|
by needhelp121
need help to write the code for the function
|
|
[1 reply] : I think you should read this first. http://www.cplusplus.com/forum/beg... (by Thomas1965)
|
by KimPossible
sorting array!
|
|
[5 replies] Last: What exactly is the plan that's driving your program? Did you prepare ... (by closed account 48T7M4Gy)
|
by yj1214
Good graphical math sources?
|
|
[1 reply] : https://www.khanacademy.org/math/geometry (by cire)
|
by Bingocat4
Program stuck in a loop
|
|
[1 reply] : Okay well I've figured out that for some reason the program works fine... (by Bingocat4)
|
by bsc123
Tic Tac Toe lag problems
|
|
[no replies]
|
by jasonwynn10
Windows to Mac Conversions
|
|
[1 reply] : "clear", but you shouldn't do that anyway. (by Duthomhas)
|
by minty2015
Bool functions within an Array
|
|
[1 reply] : I'm not exactly sure if my code is correct in the bool 'isTriangle' (... (by cire)
|