[try Beta version]
Not logged in

Beginners - October 2014 (Page 40)

something simple??
 
Am I using the Multidimensional array wrong? #include <iostream> #include <fstream> #include...
Oct 15, 2014 at 1:26am
[7 replies] Last: Here we are: #include <iostream> #include <fstream> #include <strin... (by elite zero)
Project one - Sequencing numbers
 
Hi im a student currently attending a c++ programming class at Fairmont State University. My class a...
Oct 15, 2014 at 12:50am
[10 replies] Last: I talked to my teacher and he was impressed but the fibonaci sequence ... (by CrimsunwolfXIII)
by NUNU77
LineUp C++ what I have so far
 
Can any one help me its not reading my File A teacher has asked all her students to line up singl...
Oct 15, 2014 at 12:44am
[no replies]
Please help im so lost and very new.
 
I need help writing a math tutor program that goes under these guidlines --------------------------...
Oct 15, 2014 at 12:18am
[1 reply] : I kind of cleaned your code up for you :) Let me know if you need anyt... (by coltehrman)
pass data from one class to another
 
How will i pass a string from one class to another. Here is a sample code #nclude "Reveiver" ...
Oct 15, 2014 at 12:09am
[1 reply] : On the face of it, it seems like it should work (assuming you have get... (by Zhuge)
issue with functions
 
I am doing a project for school in which part of it is printing out array values. I call to my pri...
Oct 14, 2014 at 11:56pm
[2 replies] Last: #include <iostream> #include <stdlib.h> using namespace std; float en... (by Logan S)
Random Grade Generator(while, for loops, if else if)
 
Hi. I am a beginner to c++, and am taking an introductory class. I was tasked with making a program ...
Oct 14, 2014 at 11:27pm
[3 replies] Last: Thanks, i fixed the what MiiNiPaa pointed out and the numeric grade ca... (by jolive5)
Help me out please im havving issues.
 
Write your question here. Hey guys can you help me with this simple calculator I made #include <...
Oct 14, 2014 at 10:52pm
[1 reply] : x and y are both integers, so dividing them yields an integer. You'll ... (by Zhuge)
Help WIth program for class
 
Hello Everyone, I am very new to programming and have fell a bit behind in class. I am reading my bo...
Oct 14, 2014 at 10:43pm
[3 replies] Last: Thank you. (by Beauzel)
How do I create an object inside another class?
 
Hey, I have only been programming for a couple of days and Im trying to do a text adventure game, th...
Oct 14, 2014 at 10:10pm
[2 replies] Last: That is exactly what I have been looking for, but I couldnt find any i... (by TarikNeaj)
I need help here can someone be of assistance.
 
I am getting an error "59|undefined reference to `add_values()'|" #include <cstdlib> usin...
Oct 14, 2014 at 10:03pm
[4 replies] Last: Line 9 declares this function: void add_values (); and line 55 calls... (by dhayden)
void functions
 
I have an assignment where I need to use functions to make a program that lets you select two differ...
Oct 14, 2014 at 9:59pm
[5 replies] Last: if (gameNumber = 1) playGame1(); if (gameNumber = 2) playGame2(); Yo... (by dhayden)
How to restart loop again?
 
I've made the code and all i need to do is have it restart after inputting y. The problem is that in...
Oct 14, 2014 at 9:40pm
[7 replies] Last: title: how to restart loop again? restarting means you started the ... (by closed account 1CfG1hU5)
Play Again
 
Hey, I'm a beginner at coding and I have to write a code for two guessing games, one where the user ...
Oct 14, 2014 at 8:37pm
[2 replies] Last: int main() { int gameNumber = 0 cin >> gameNumber; if(gameNumber==1) ... (by anup30)
by Setzer
Comparing a string to an int
 
Is is possible to compare a string to an int inside of a while loop? Essentially, I'm making an RPG....
Oct 14, 2014 at 8:01pm
[1 reply] : You can use the length() member function to get the length of the stri... (by Peter87)
[b]Need help quickly please[/b]
 
The error is too few arguments to function in refrence to add_values() How do I fix that? Also how...
Oct 14, 2014 at 7:31pm
[2 replies] Last: So what would I put as the argument for line 53 to get it to call up t... (by Magnes34)
Need help with pointers
 
I don't get why the address of 'a' and value of 'first.mLength' are different. Shouldn't they be equ...
Oct 14, 2014 at 7:00pm
[2 replies] Last: I get it now. Thanks. (by avadhootp)
parseToNumbers by std::regex
 
Hello! My code must write numbers on the screen, but it dodn't do it #include <vector> #include ...
Oct 14, 2014 at 6:57pm
[2 replies] Last: Thank you! And sorry for my example above. It doesn't work: #includ... (by Observer)
Need Help with debugging
 
Hi! I have been doing c++ for 5 day and I have a problem I cant solve. So give it a go. #inc...
Oct 14, 2014 at 6:49pm
[3 replies] Last: Thanks guys! Problem fixed. I guess it's a rookie mistake, but I am ne... (by IvanErlic2000)
Opening a website from C++
 
Hello How would I go to open a website (with a browser) in C++? Linux -only and without system-...
Oct 14, 2014 at 6:46pm
[6 replies] Last: ^It only doesn't file this header: #include <QDesktopServices> (by Nielyboyken)
October 2014 Pages: 1... 3839404142... 70
  Archived months: [sep2014] [nov2014]

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