[try Beta version]
Not logged in

Beginners - April 2017 (Page 32)

Palindrome reconstruction - please help !!!
 
Palindrome reconstruction You are given a word consisting of lowercase Latin letters. You need to...
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
 
Hello, the problem is that i cant deal with initialization of 2 - n array. 1) It there a way to hav...
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?
 
Tried a couple ways but can't seem to get it to compile. Any recommendations on implementing said fu...
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)
Reversed Strings
 
So I'm supposed to write a program that asks the user to enter a string and then passes it to a void...
Apr 3, 2017 at 2:35pm
[5 replies] Last: Hello ohsimplyme, After reading your response and the other messaged ... (by Handy Andy)
Can We Develop A Mobile App With C++
 
I am a fresh programmer of C++ I have just started learning it. So I want to know that with C++ prog...
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)
Maze with Stack.
 
In class been asked to create a program which the following 'S' is guided to 'E' in this 2D maze. ...
Apr 3, 2017 at 1:32pm
[1 reply] : you generally want to try the next move in the same order each time. ... (by jonnin)
Reading text file problems
 
http://www2.cs.uidaho.edu/~bruceb/cs121/Assignments/tvDB.txt So I need help reading this text fil...
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
 
Write a function find_min that takes a double pointer indicating the start of an array, and an int i...
Apr 3, 2017 at 5:43am
[3 replies] Last: no, not quite. double *min = &array ; for(int I = 1; I < arraysize; I... (by jonnin)
Clearing the "input buffer"? (or whatever the start buffer)
 
Thanks for your help!
Apr 3, 2017 at 5:03am
[2 replies] Last: Thanks for your help! (by gchoi789)
by kmce
initalise?
 
I am trying to remember how something is called, it may be initialise but cannot remember for cert...
Apr 3, 2017 at 4:45am
[1 reply] : Circle circle declares a variable circle of type Circle. And depe... (by closed account 48T7M4Gy)
Strings
 
Hello, I'm new to C++ and I'm supposed to write a program that will change the first letter in a fil...
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)
Arrrays and Bool. Still lost
 
I'm Having a really hard time with arrays and boolean expressions. This is what i'm supposed to do, ...
Apr 3, 2017 at 3:15am
[2 replies] Last: http://www.cplusplus.com/forum/beginner/212371/ (by closed account 48T7M4Gy)
I am lost
 
This is what I'm trying to do: The main program will read in a group of three integer values which...
Apr 3, 2017 at 3:14am
[7 replies] Last: http://www.cplusplus.com/forum/beginner/212371/ (by closed account 48T7M4Gy)
Need help with looping structure
 
I am a beginner with Programming Fundamentals. I have an assignment that need help. Write a C++ p...
Apr 3, 2017 at 2:22am
[19 replies] Last: Well done. (by closed account 48T7M4Gy)
Accessing class from different file?
 
So, I am trying to access and use a class that is in a different file to avoid too much clutter in o...
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
 
Ok so I'm ready a C++ book and in it, it says that you should use as little function arguments as po...
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
 
Hi guys I have 1 question, when I was working in class I always used 1 variable seperetly but now I ...
Apr 2, 2017 at 9:03pm
[7 replies] Last: You are welcome @Dagr; But you could write more about your problem and... (by eyenrique)
While loop won't stop looping
 
Again, this game i'm working on had a bug. I have a while loop dealing for when the player levels up...
Apr 2, 2017 at 6:16pm
[1 reply] : if (_level == 1) { experienceToNextLevel = 50; } else { experienceToN... (by kingkush)
Odd output on console, assuming its got to do with pointers
 
I was trying to retrieve an enemy's name once the player was able to defeat them, something I added ...
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)
How to setup database connection
 
Please I need someone to put me through steps to setup database connection with C++. I'm using eclip...
Apr 2, 2017 at 5:41pm
[1 reply] : What database do you want to use ? (by Thomas1965)
April 2017 Pages: 1... 3031323334
  Archived months: [mar2017] [may2017]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.