
please wait
by hmwhoknows
Basic Cout problem c++
|
I've been programming this simple and in my opinion fun little random number guessing game, but i've gotten a small but annoying problem. when i launch the pro... |
Apr 24, 2015 at 6:32am
[2 replies] Last: Thanks alot, really bothered me. As you may have guessed i'm quite new... (by hmwhoknows)
|
by SeanTharpe
Watch People Code
|
Not sure where to post this, but you can watch people code live and it's really awesome for learning! WatchPeopleCode.com is the site, or Just Google "WatchPe... |
Apr 24, 2015 at 4:39am
[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 bottom and the part that follows it. It would be much appreciat... |
Apr 24, 2015 at 2:57am
[no replies]
|
by student2015
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 coordinates for 25 people. I then need to compare these with... |
Apr 24, 2015 at 12:58am
[7 replies] Last: Is it possible to save information from a function into a text file a... (by Disch)
|
by student2015
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 convert `double' to `double (*) ' for argument `1' to `double ... |
Apr 24, 2015 at 12:17am
[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 i can go on to the rest of the program. this is the instruct... |
Apr 23, 2015 at 11:14pm
[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 subjects in 4 academic years |
Apr 23, 2015 at 10:33pm
[1 reply] : How does one calculate persentages on math class? (by keskiverto)
|
by EricWalters
Looking for Tutor
|
I am looking for a C++ tutor on a weekly basis to help me go over my assignments and explain the techniques and assignments. My time is extremely flexible. Plea... |
Apr 23, 2015 at 10:10pm
[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 so that every 10 years after the age of 30, someone's jacke... |
Apr 23, 2015 at 9:16pm
[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!
|
... |
Apr 23, 2015 at 8:40pm
[6 replies] Last: Why would you even try an int? You're going to have exactly the same ... (by AbstractionAnon)
|
by gravedigger
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 will need to code an input value, then use a conversion form... |
Apr 23, 2015 at 8:36pm
[2 replies] Last: Its for my C++ class. WE have to fix a code using visual basic. (by gravedigger)
|
by phenom01
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 graduate next month. The class was all online, and I didn't ... |
Apr 23, 2015 at 7:32pm
[3 replies] Last: I actually have to create both, after creating the flowchart I have to... (by phenom01)
|
by fung915
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 numbers, and reverse the linked test and print the numbers again. ... |
Apr 23, 2015 at 6:16pm
[4 replies] Last: Yeah for some reason it's not detecting your pointer as NULL even thou... (by hyperfine)
|
by haitianfella
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. I can't figure out how this function need to be prototyped... |
Apr 23, 2015 at 6:10pm
[no replies]
|
by ManlyMartin
Segmentation fault.
|
I'm trying to get four files through this test: #include "sl_list.h" #include "sl_node.h" #include <iostream> #include <sstream> using std::cout; u... |
Apr 23, 2015 at 5:45pm
[1 reply] : #ifndef SL_NODE_H #define SL_NODE_H #include <string> #include <climi... (by ManlyMartin)
|
by qwertyking
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 the loop is not working, the random number for computer's g... |
Apr 23, 2015 at 4:46pm
[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 : Programming principles and practice using C++. Today I'm here be... |
Apr 23, 2015 at 4:02pm
[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 grasped the basics so I am now willing to use sfml making 2d gam... |
Apr 23, 2015 at 3:23pm
[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 the frequency in hz of a musical note. The user enters th... |
Apr 23, 2015 at 3:23pm
[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 direction it just stops //-------UPDATE THE BALL--------... |
Apr 23, 2015 at 2:34pm
[5 replies] Last: This is the function in my Breakout clone that dealt with handling the... (by Texan40)
|