Beginners - October 2016 (Page 10)

Need help with this code
 
Hello, It's my first time in here hopefully I could get some help with this code. I am supposed to i...
[3 replies] Last: 1. To keep things simple (at least in the beginning): An array can be ... (by Nico)
how to read the input word in if statement
 
i want to make a program that asks the user if he is old or young and depends on the answer the prog...
[3 replies] Last: thanks , i program works now :D (by justauser)
by ka5k
Trivia Game using classes
 
I am working on an intro C++ project and need a little help with my code. I am new to learning clas...
[4 replies] Last: Your code tags need work. They should be your code here Ple... (by AbstractionAnon)
Loops - Drawing a Tree (c++)
 
Hi! I'm having trouble with this problem. (1) Modify the program to ask the user to specify a number...
[3 replies] Last: Thank you so much! It makes more sense now (by student2019)
by CTLZ
Unique_ptr error
 
Hi I am currently using unique ptr for my vector and i keep hitting errors when i push_back an objec...
[1 reply] : ShapeTwoD::getVector() returns a copy of the shape vector but the prob... (by Peter87)
string from vector and seperate in to char?
 
Is there a way to grab a string from a string vector and split it in to individual character so i ca...
[6 replies] Last: Can you explain to me which part splits the string in to individual ch... (by Austin Patton)
how to use the counter from a do while loop and use it in a for loop
 
hello I'm currently trying to set up Russian arithmetic for an assignment I have. to do this I firs...
[14 replies] Last: True: cannot use static array. Use vector. That is the "easy option" f... (by keskiverto)
understanding +=
 
I am doing a test that help me understanding some concept of c++ I need to write the output of the...
[1 reply] : I recommend you to run your program through a debugger. Set a breakpoi... (by ne555)
by kmce
Pointers
 
So i am trying to understand pointers, and failing slightly. So hoping someone can help me clear it ...
[2 replies] Last: Ok I think I am getting it now. Thanks :) (by kmce)
Feeling overwhelmed!
 
Not really a coding question, but advice? I'd consider myself a intermediate/advanced beginner in s...
[9 replies] Last: What I meant to convey is just like programming is structured, learnin... (by SamuelAdams)
by sheel
Double free or corruption, double linked list
 
Hello everyone. I am writing a program where I am creating arrays with new and pointing to them usi...
[6 replies] Last: This is gdb output. Please help me understand this. Program received... (by sheel)
iterator
 
Hi I am attempting to populate a map with a word count and a list of words, based on an input strin...
[3 replies] Last: Why not put the entire line in a string stream You will have to do t... (by gunnerfunner)
Anyone have an answer to this chegg question?
 
I've got an assignment that uses part of this question from chegg and I don't know how to go about t...
[5 replies] Last: Yeah I solved it anyways but it's good to be wary of these kind of peo... (by iwasherenotyou)
Class initialisation list problems (actually it's probably a variable scope problem)
 
Hi All I have a class called GameManager and a class called Player. The GameManager class has ...
[2 replies] Last: Thanks! (by keeps21)
For Loop: Less Than or Not Equal to?
 
Should I use a less than symbol: for(unsigned int rep = 0; rep < 5; rep++) Or a not equa...
[4 replies] Last: is there any performance difference? Nope. #include <iostream> in... (by integralfx)
Unable to program PIC10F204
 
Write your question here. I am making a capacitive touch sensor board like microchip's demo board. ...
[no replies]
Function is not executing
 
I'm just starting out learning how to code. I can't figure out why the function doesn't execute. ...
[2 replies] Last: Thank you so much! (by Zerdalias)
Help with my code. (1,2)
 
How can I display Error for only a specific case in case either 1) If the input 0 was wrong. Only d...
[20 replies] Last: #include <iostream> #include <string> using namespace std; int main(... (by lastchance)
Random numbers not acting random, any help appreciated
 
I'm writing a code which will get random numbers and apply them to 15 different variables within a s...
[2 replies] Last: Thank you kindly! Works like a charm now, have a good evening. (by arowsmitt)
Selectively read text file using keywords
 
I am attempting to make a program that reads an STL (stereolithography) file for its facet coordinat...
[8 replies] Last: It works! Can't believe I got a problem solved in a single night, than... (by mistertilapia)
October 2016 Pages: 1... 89101112... 51
  Archived months: [sep2016] [nov2016]

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