Beginners - April 2015 (Page 14)

Basic Cout problem c++
 
I've been programming this simple and in my opinion fun little random number guessing game, but i've...
[2 replies] Last: Thanks alot, really bothered me. As you may have guessed i'm quite new... (by hmwhoknows)
Watch People Code
 
Not sure where to post this, but you can watch people code live and it's really awesome for learning...
[3 replies] Last: It looks like Twitch where people can watch and chat, but with coding ... (by SeanTharpe)
by CVLT
Need help with Two-Dimensional Arrays Assignment
 
The part I need help with is drawing out the tic-tac-toe board itself which is found at the very bot...
[no replies]
Difficuty calculating numbers and putting them in a 2D array
 
For my assignment I need to create a code that calculates the distances between x coordinates and y ...
[7 replies] Last: Is it possible to save information from a function into a text file a... (by Disch)
Cannot convert `double' to `double (*)[5]' for argument `1' to `double facelines(double (*)[5], double (*)[5])'
 
I don't understand why I am getting this error. 56 Z:\Win7Files\Documents\DevC++\IM.cpp cannot co...
[3 replies] Last: Doesn't saying array just state the size of the array though? Like ... (by Disch)
by ryan1
help constructors for classes
 
aving trouble figuring out the constructors the code in the main() is supposed to test the class so ...
[2 replies] Last: thanks alot for you help i figured it out heres the final code FOR AN... (by ryan1)
by tuqa
percentage program
 
Write your question here. i want to ask about how to do a code to calculate the percentage of 6 sub...
[1 reply] : How does one calculate persentages on math class? (by keskiverto)
Looking for Tutor
 
I am looking for a C++ tutor on a weekly basis to help me go over my assignments and explain the tec...
[no replies]
by Aideux
Function help
 
So I'm trying to write a program that calculates the sizes of clothing. Right now, I want to make it...
[3 replies] Last: Lines 7,11,13,16 really don't accomplish anything. They set jacket , ... (by AbstractionAnon)
by azoom
some trouble with priming loop. help would be grateful!
 
Hi, I need to make this loop but I'm having trouble. if i type 999 it will quit, but if i don't type...
[6 replies] Last: Why would you even try an int? You're going to have exactly the same ... (by AbstractionAnon)
Input Value and outbox Homework help...
 
Well I dont have full details yet, but can someone break down how I can learn about this : You ...
[2 replies] Last: Its for my C++ class. WE have to fix a code using visual basic. (by gravedigger)
Can anybody please help me by explaining this C++ task
 
I have a final assignement for C++ intro to programming class, I have to pass the class in order to ...
[3 replies] Last: I actually have to create both, after creating the flowchart I have to... (by phenom01)
while loop for linked list not working
 
Hi guys , i am writing a project that asks us to create a linked list with numbers, print the number...
[4 replies] Last: Yeah for some reason it's not detecting your pointer as NULL even thou... (by hyperfine)
Creating a 2D Iterator for vector containing strings data type
 
I have a 2D vector containing strings. I'd like to create a function that iterates through the array...
[no replies]
Segmentation fault.
 
I'm trying to get four files through this test: #include "sl_list.h" #include "sl_node.h" ...
[1 reply] : #ifndef SL_NODE_H #define SL_NODE_H #include <string> #include <climi... (by ManlyMartin)
Functional error, please help me
 
I don't know why it doesn't work. It is basically rock, scissor, paper with more option. and I think...
[2 replies] Last: So it doesn't leave the loop, and not giving me whether or not I won t... (by qwertyking)
Misunderstanding argument passing
 
Hello, I'm a beginner in programming and studying the C++ programming language using the book : Prog...
[1 reply] : What i can't understand is why the compiler doesn't report me that th... (by Disch)
by MRQ1
Learning c++ by using sfml.
 
Write your question here. Hello everyone! I have been learning c++ for a while now and have gras...
[1 reply] : Learn both at the same time! I believe in learning through experience ... (by closed account 2LzbRXSz)
Else/if problem and switch
 
Hi all, I'm really new to this so please excuse my ignorance. I'm making a program that works out...
[4 replies] Last: case '1': This is the ascii value for the charater '1', which is 49 ... (by Texan40)
Changing sprite direction with sfml! HELP
 
Does anyone know why when my sprite intersects with a border it doesn't rebound in the correct direc...
[5 replies] Last: This is the function in my Breakout clone that dealt with handling the... (by Texan40)
April 2015 Pages: 1... 1213141516... 52
  Archived months: [mar2015] [may2015]

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