Beginners (Page 81)

Tax program help
 
The goal of my program was to be used to calculate the federal tax. The tax is calculated as follow...
[no replies]
Reading information from a .dat file and storing in an array.
 
hello all, I am working on a project to essentially take information from a .dat file, and the pro...
[no replies]
Using getline to read until a number
 
I have a file that has several lines of text with each line having a person's name followed by his/h...
[4 replies] Last: Variant for "Finds the index": auto it = std::find_if( str.begin(), s... (by keskiverto)
by rgork
Dynamic memory question
 
I have a class Myclass and the following: struct Data {Myclass* a;}; vector<vector<Data> > da...
[4 replies] Last: Oh right, forgot about the new. Thanks. (by rgork)
Function Argument Trouble
 
Hello! My name is Nick and I am in the process of teaching myself C++. I have a question about a ...
[7 replies] Last: I got my function to work Except that what you've posted is not vali... (by cire)
Quick Question
 
Just had a quick question about a certain reference. <cerrno> (errno.h) Just wondering how much t...
[3 replies] Last: Haha ops... My eyes must be getting old. I somehow thought you wrote <... (by Peter87)
by Tomsta
Can't get player to jump properly
 
OK so i need to try and make my player jump, and although i can him to move upwards on a keypress i ...
[2 replies] Last: yes one of them has, but i'm scared to ask him for help (he kinda inti... (by Tomsta)
Trouble with Practice Code
 
I've been reading this very well written beginner's C++ book which has been helping me tremendously....
[3 replies] Last: Yup, that fixed it. Well, guess you learn extra stuff from human error... (by TripCode)
Getting around using global variables
 
I am working on an assignment where the program calculates shipping costs based on data read in from...
[6 replies] Last: You declared the function as having two parameters double charge(ifst... (by vlad from moscow)
Reverse Star Pyramid
 
I want reverse pyramid like this ================= **************** ******** **** *...
[3 replies] Last: I want 2 power rising like this 2*0 =1 2*1 =2 2*2 =4 2*3 =8 2*4 =16 (by tjnapster555)
by Hihelp
HELPPPPPPPPPPPPPPPPPP
 
#include <iostream> #include <cstdlib> #include <time.h> using namespace std; ...
[16 replies] Last: Need to finish this code quickly, running out of time :( You're cut... (by Catfish3)
Vector vs list/deque, forward insertion.
 
Why is it that vectors do not allow forward insertion and list and deque does? Or is it just a case ...
[4 replies] Last: Thank you Peter for that complete explanation, much appreciated. (by Olysold)
how to convert 190.434 to binary point
 
I need help in converting this decimal point number 190.434 to binary point I done this tell me if I...
[no replies]
Is this function correct?
 
int turn_plays(int array , int boats, int &counts); Do all functions have to be uniformed or can t...
[3 replies] Last: Thanks everyone! (by closed account LN3RX9L8)
by elmurp
How should I approach this...
 
I have a big project that was just assigned in class, and I want to be proactive about getting it se...
[3 replies] Last: I don't think I've quite learned about some of the elements of the cod... (by elmurp)
LOST!!!!
 
need help finishing up program for class, no tutoring at school to help. i have the hole be random f...
[no replies]
Need Help Using Do Loops and While Loops in C++
 
What am I doing wrong? I have been doing super simple C++ for a while but when I got the idea to ...
[8 replies] Last: @ superRazor: First things first. I definitely prefer the coding of Th... (by compiler)
by Arcand
Handling Data
 
Hi! Im trying to write a (very (very (very))) basic console adventure, and I have run into a bit ...
[2 replies] Last: my question is more about the handling of the input, from 43 - 58 of t... (by Arcand)
lost!!!
 
this is whay i have so far the key is to write a program that test both if then else statments ...
[3 replies] Last: Just making a minor correction so people don't get confused. [quote=S... (by Zereo)
Battleship Program
 
I am trying to create a battleship game using a 6x6 board, only 2 ships that cover 2 spaces each, pl...
[no replies]
Pages: 1... 7980818283... 126
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.