Palindrome reconstruction - please help !!! |
|
Apr 3, 2017 at 7:54pm
[7 replies] Last: thank you for all here is the code I wrote not allowed to use the re... (by kizhvac kampazitr)
|
by Pampam
Init array
|
|
Apr 3, 2017 at 6:05pm
[7 replies] Last: Do you understand the difference between a function call and a functio... (by jlb)
|
by xero3g
Easiest method to add a mean output in search and sort code?
|
|
Apr 3, 2017 at 3:19pm
[4 replies] Last: Hello xero3g, Before you ask the user to continue or exit call a func... (by Handy Andy)
|
by ohsimplyme
Reversed Strings
|
|
Apr 3, 2017 at 2:35pm
[5 replies] Last: Hello ohsimplyme, After reading your response and the other messaged ... (by Handy Andy)
|
by briankelling
Can We Develop A Mobile App With C++
|
|
Apr 3, 2017 at 1:48pm
[1 reply] : The short answer is yes. https://www.qt.io/qt-for-application-develop... (by closed account 48T7M4Gy)
|
by bounddyy
Maze with Stack.
|
|
Apr 3, 2017 at 1:32pm
[1 reply] : you generally want to try the next move in the same order each time. ... (by jonnin)
|
by SeanKeisuke
Reading text file problems
|
|
Apr 3, 2017 at 8:31am
[2 replies] Last: The file you linked is not accessible, probably the server is too busy... (by Thomas1965)
|
Pointers |
|
Apr 3, 2017 at 5:43am
[3 replies] Last: no, not quite. double *min = &array ; for(int I = 1; I < arraysize; I... (by jonnin)
|
by gchoi789
Clearing the "input buffer"? (or whatever the start buffer)
|
|
Apr 3, 2017 at 5:03am
[2 replies] Last: Thanks for your help! (by gchoi789)
|
by kmce
initalise?
|
|
Apr 3, 2017 at 4:45am
[1 reply] : Circle circle declares a variable circle of type Circle. And depe... (by closed account 48T7M4Gy)
|
by Billybob31
Strings
|
|
Apr 3, 2017 at 3:32am
[2 replies] Last: As an adjunct to that, and either way, reading a line at a time instea... (by closed account 48T7M4Gy)
|
by esokoletsky
Arrrays and Bool. Still lost
|
|
Apr 3, 2017 at 3:15am
[2 replies] Last: http://www.cplusplus.com/forum/beginner/212371/ (by closed account 48T7M4Gy)
|
by esokoletsky
I am lost
|
|
Apr 3, 2017 at 3:14am
[7 replies] Last: http://www.cplusplus.com/forum/beginner/212371/ (by closed account 48T7M4Gy)
|
by khoavo87
Need help with looping structure
|
|
Apr 3, 2017 at 2:22am
[19 replies] Last: Well done. (by closed account 48T7M4Gy)
|
by ghostk91
Accessing class from different file?
|
|
Apr 3, 2017 at 1:49am
[2 replies] Last: Are you saying to include the libraries? I have those in the "game.h" ... (by ghostk91)
|
by Ch1156
how to print this vector
|
|
Apr 3, 2017 at 12:51am
[4 replies] Last: idk, it just seems weird that in main if I have a bunch of functions t... (by Ch1156)
|
by Dagr
Variables in array
|
|
Apr 2, 2017 at 9:03pm
[7 replies] Last: You are welcome @Dagr; But you could write more about your problem and... (by eyenrique)
|
by moosyman
While loop won't stop looping
|
|
Apr 2, 2017 at 6:16pm
[1 reply] : if (_level == 1) { experienceToNextLevel = 50; } else { experienceToN... (by kingkush)
|
by moosyman
Odd output on console, assuming its got to do with pointers
|
|
Apr 2, 2017 at 6:04pm
[1 reply] : I figured out the problem, I forgot to use c_str() at the end of strin... (by moosyman)
|
by olumide
How to setup database connection
|
|
Apr 2, 2017 at 5:41pm
[1 reply] : What database do you want to use ? (by Thomas1965)
|