Beginners - October 2016 (Page 25)

class help
 
Hi. I have been asked as an exercise to create an integerset class using a vector of bool to store t...
[14 replies] Last: Cheers I've managed to work it out.. The code below does what I want. ... (by jamesfarrow)
by lendcs
find the total amount of frabjous numbers (any number containing a "7") within the specified range.
 
Any tips on how to add up the total frabjous numbers in my code? #include<iostream> #include<s...
[3 replies] Last: #include <iostream> #include <sstream> using namespace std; bool isF... (by lastchance)
by rolen
help finding a gui lib for cpp [solved!]
 
hello im kinda new to c++ but i am a programmer in other languages like java and scripting langua...
[18 replies] Last: solved ! wxwidgets had to run minimal sample in (my_wx_dir)/sampe... (by rolen)
Move a character in arrays
 
Right here I'm trying to create a game style map where the integer p represents my character. My iss...
[3 replies] Last: I tried using values this time but still not sure how to properly code... (by clerkolleseum)
by CTLZ
Question on Arrays
 
When you enter data into an array via prompt, will it overwrite the data within the array if u call ...
[2 replies] Last: I'm not sure I completely understand your question, but it sounds the ... (by Yawzheek)
Help with functions
 
Iam trying to turn my code into a functin but i keep getting errors that say im redefinig parameters...
[3 replies] Last: @fivestar When you forward declare a function your telling the compil... (by boost lexical cast)
Not sure what the question is asking
 
So the code I have right now shows the counter going from 1-30 and at 30 it says that it has a multi...
[2 replies] Last: You have additional tests, so there will be more OR (||) conditions. ... (by lastchance)
Code will not compile
 
l
[17 replies] Last: No worries. Just make sure you use code tags in the future. Have a gre... (by integralfx)
Column bar chart on the console.
 
I'm looking for a way to make a column bar chart on the console like this: 12000 ...
[4 replies] Last: Here is the final version I turned in. // Author: Nikolas Britton;... (by nbritton)
Need help with my code
 
So my code works, but I want to break out of my loop when the counter is a multiple of 2, 3, and 5, ...
[7 replies] Last: ok thank you (by AchillesO23)
compile problem
 
l
[3 replies] Last: May I ask which way? (by lWilliamCl)
Vector displaying blanks?
 
So im writing a program ( a "game" if you will) for fun and I ran into this issue. The program compi...
[2 replies] Last: ahhhh I did not even think of two randomly generated number being the ... (by kingkush)
Compiler error on survey program
 
Hi, I'n nearly done this program. It's a survey that tallys all the votes from multiple entries and ...
[1 reply] : Try putting one big parenthesis on all the if and else if statements b... (by AchillesO23)
by king16
TotalUp Array
 
Hey, guys, I got this code written but I don't know how to following things: a. Total up the numbers...
[1 reply] : Please don't double post. http://www.cplusplus.com/forum/general/20005... (by integralfx)
Help with reverse file strings
 
So I have to write a program where it gets the name of an input file and output file (if they're ide...
[5 replies] Last: Could you explain what each line or lines are doing? I'm having troubl... (by iseehealthbars)
Parallel Arrays
 
I'm having problems with my homework and my professor is not responding. How do I get my arrays to ...
[7 replies] Last: Oh, ok. Do I call the function after the array then? Sorry, these ar... (by beverlyras)
switch statement problem
 
So, I needed to make a program where you enlarge the digits' 0-9. For some reason, I can't seem to o...
[4 replies] Last: You can always pass by reference to access digit directly: choice... (by boost lexical cast)
Survey program help
 
My program is not displaying the amount of votes correctly and I have no idea why. Any help would be...
[7 replies] Last: I've done that and it compiles but the program doesnt recognise a tie ... (by Benjidude)
What did I do wrong
 
l
[3 replies] Last: You can't make void menu() a global variable. It's a function. Don'... (by Moschops)
October 2016 Pages: 1... 2324252627... 51
  Archived months: [sep2016] [nov2016]

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