Beginners - February 2017 (Page 17)

Memeory allocation
 
The codes below is to create a single linked list from an array input. The first block of code does...
[3 replies] Last: Thank you, both. (by landlord2017)
Help with this code please
 
I made this code where you create an account and then the username and password are saved so that yo...
[9 replies] Last: Thanks , Andy (by Raul4pk)
Random Maze Generator
 
I am struggling quite a bit with this recent assignment. How would I go about randomly choosing t...
[3 replies] Last: How do I nest loops on something like this? Nested loops? Think abou... (by lastchance)
Quick Question
 
I have this program below and my question is: Would I change the Total = Total + N; ?? I've tried ch...
[3 replies] Last: Ouch, assignment: "debug this code". So, what would you do to make ... (by newbieg)
Error: Palindrome function using Bool
 
Hello, I am new to using bool in c++. I am trying to make a function (is_palindrome) that tests i...
[1 reply] : If you are defining a function you do not want to use a semicolon befo... (by newbieg)
strange error
 
Not sure how I messed up, but I get an error that simply states "exited with non-zero status" sig...
[3 replies] Last: You didn't declare the size of the vector. You can make it vector<in... (by Hengry)
I think I have an issue but I'm not sure
 
Would someone mind double checking my code? There are newlines after each line displayed that I didn...
[4 replies] Last: And since you're here might as well: http://stackoverflow.com/question... (by gunnerfunner)
Help with do while magic 8 ball
 
The again after my while is undefined and I am not sure how to fix it. I could you some help. ...
[4 replies] Last: That is what i thought you meant but I figured i ask for clarification... (by colonelchainsaw)
convert a cipher to binary
 
Suppose I have this ciphertext: ╟êZÇN^Θ·@▒cI┴F√wî▀-:  ⌡┤╡╨╨ETh«...
[5 replies] Last: What will the function type be? Well that depends on how you want to... (by integralfx)
for loop not working correctly (runs 1 less time than it should?)
 
My for loop collects user input one less time than I want it to and I have no idea why? The first ti...
[4 replies] Last: Thank you so much! It worked! Just out of curiosity, can you tell me w... (by bellefoster3)
What is the correct way to create a data type with discrete values
 
In a struct I have an 8 bit value called bmRequestType. There are three fields in the 8 bits like th...
[3 replies] Last: enums are a type. you can say TD_CTRL_BITS myctrl = TD_CTRL_ARM; ... (by jonnin)
string and save it to another string please help!
 
so i'm trying get the user to input a date 12/05/2005 and the outcome will be Dec 05, 2005. i got th...
[3 replies] Last: Duplicate post: http://www.cplusplus.com/forum/beginner/208549/ (by integralfx)
Help me make this look more appealing
 
When I output this code it is always all over the place. How do i make it look like: Joe Garcia 8...
[6 replies] Last: Thank you that did help!!! (by sesslit805)
Question about making spaces when present
 
Hi, I have a question about making spaces in message_a. For example if I enter 'hi my name is' for ...
[4 replies] Last: Ah thanks man, that worked perfectly for what I needed once I tweaked ... (by crowandrabbit)
Quick C++ Question
 
This program prompts for F and G and computes the Total of the numbers between F and G inclusive. ...
[1 reply] : I'm not sure what you are asking but you are on the right track. Refer... (by joe864864)
Spawning random obstacles on an array?
 
Hi there everyone. I'm really struggling currently with getting this grid set up for a very basic ga...
[no replies]
by V416
Array wont compile correctly
 
I am quite new to C++ and I can't seem to see the problem with my code. I have been working on in th...
[2 replies] Last: Thank you gunnerfunner. (by V416)
Descending order of integers
 
So right now, when I run this with an integer of 25, it spits out 1, 5, 25. I need it to be reversed...
[5 replies] Last: Thanks integralfx!! it worked! (by hstrauss)
Increasing Timer?
 
Hi. I've just finished my big project of building a full working text based MineSweeper. I have ever...
[1 reply] : simple way is clock() and CLOCKS_PER_SEC constant. game starts, star... (by jonnin)
What can I do to improve this program
 
It's supposed to do tedious math that I don't feel like doing for my engineering classes. Right now ...
[9 replies] Last: If you want to automate tedious calculations for your classes then get... (by dhayden)
February 2017 Pages: 1... 1516171819... 37
  Archived months: [jan2017] [mar2017]

This is an archived page. To post a new message, go to the current page.