Beginners - March 2013 (Page 40)

by fluffy
Dice Challenge
 
This dice game program works fine but i need it to repeat each turn seven times for each 'player' th...
[13 replies] Last: You could also add an easter egg, where say if a player chose the name... (by Vidminas)
Selection sort - output problems
 
Hi, I made a program which sorts (with selection sort) random numbers ascending : int* Selectio...
[3 replies] Last: Sorry I forgot to write this line, because i wrote the code from my he... (by grayfox)
need help in c++... urgent..
 
wap which reads marks of 3 subjects of each students(total students10) and print the markz of only t...
[4 replies] Last: Start from hello world program and reading about arrays. (by codehelper)
by tpot94
Reading from file to array
 
I am new to c++ and am unsure how to read from a file with an unspecified amount of entries into 3 a...
[1 reply] : #include <iostream> #include <fstream> #include <string> #include <ve... (by qsz13)
by DELB
Array Issue
 
Hi, int main(int argc, const char * argv ) { // insert code here... const int RANG...
[4 replies] Last: Yeah that seems to clear it up. Thanks. I have another query, I woul... (by DELB)
Battle Ship in PSPAD C++
 
Alright, so I need to pass this class and I have no idea how to do this program... It's been either ...
[1 reply] : Well, that two-dimensional array can be done numerically. You can zer... (by Ispil)
by stdeez
help pleezzzzzzzze
 
cin>>initMaxX>>initMaxY; int size=initMaxX*initMaxY; bug b ; for (int i=0...
[2 replies] Last: thanks :b (by stdeez)
by abzksm
Please plz plz i need help (1,2)
 
I want to write a program to calculate Pi: Pi=4-4/3+4/5-4/7+4/9-4/11+... (the user inputs the numb...
[24 replies] Last: If you can't do something with your current level of understanding kee... (by agnophilo)
inquiry about while loop structure
 
hello guys.. i just started studying while loop ..! this is the first code i that i wrote. #inclu...
[9 replies] Last: Next time you get an error saying you didn't initialize something, if ... (by agnophilo)
average
 
PROBLEM that so difficult creating a program that calculates the average of the three test sco...
[4 replies] Last: no , we are not yet in pointers (by justin123)
Unique Random Numbers Array
 
So I've been struggling with a writing a program for homework for a week and a half that requires an...
[6 replies] Last: Fantastic, thank you both. With that I've managed to crack it and get ... (by Specula)
by acelya
Help!
 
class MathProcess { public: double GetLogValue(double, double); double G...
[8 replies] Last: Why should complex be derived from MathProcess? Which of the inherited... (by TheIdeasMan)
linear linked list help
 
hi guys, so im trying to implement a linear linked list in my program, and in the process of doing s...
[no replies]
SDL Not Working
 
Okay, so I've been working on this simple platformer in my spare time, now it came to a movement tes...
[12 replies] Last: Thanks, this is solved officially now :) (by closed account N36fSL3A)
by binbk
compare two file txt
 
Hi everybody My homework is write the program to compare two files .txt and figure out they are dif...
[15 replies] Last: #include<iostream> #include<fstream> #include<cctype> #include<strin... (by binbk)
Help Converting to read from data file
 
//This the one that requires a binary search of the data. Your program should read the //charge acco...
[no replies]
Data Structure program created with pointers
 
This is beatiful. 3 weeks ago I was struggling with the i/o syntax, loops and arrays. My progress i...
[4 replies] Last: Thankyou ;) (by Minimacfox)
by urkal1
trying to calculate cost of shipping
 
I just started a very basic programming class and I'm trying to figure out how to calculate the cost...
[1 reply] : At the: if (Weight <= 2) Cost = (Miles/500) * 1.5; if (Weight <= 6)... (by Minimacfox)
MFC Edit Control
 
So, i'm working on a GUI dialog game project for school, and I've come to a point where the player i...
[no replies]
Ending a loop help
 
Hey, I'm in my second semester of college. In my c++ class we were given 7 things to do for the midt...
[10 replies] Last: Apologies, we did get a bit away from the original question. I'm listi... (by Chervil)
March 2013 Pages: 1... 3839404142... 87
  Archived months: [feb2013] [apr2013]

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