Beginners - April 2008 (Page 11)

by pinkk
Help
 
I am in a C++ College Now course that I am not terribly great in. On this site, there is sourcecode for a fraction addition program. How would I go about adding...
[no replies]
This program has to give the biggest of 10 numbers.What is the problem?
 
# include <iostream> using namespace std; int main () { int max=0; int array ; int num1, num2, num3, num4,num5,num6, num7, num8...
[2 replies] Last: Try: union { int array ; int num1, num2, num3, num4,num5,nu... (by ropez)
HELP with multiplication tables
 
I'm having trouble getting the outputs of the multiples to work for a while loop multiplication table and a do while loop multiplication table! I need a hint of...
[2 replies] Last: nevermind!! got it!!! (by imonleeme)
Here we go loopde loop!
 
Any help in totaling my returns variable for output? Thanks #include <iostream> #include <iomanip> #include <cmath> using namespace std; int main()...
[3 replies] Last: Ahaaa! forgot to initialize return_total to 0 before loop. :) thanks!! (by mantater)
Linker Errors - In Bulks.
 
Hello. I've been continuing trying to improve my little "calculator". It's just a basic one with addition, substraction, multiplication and division. So far...
[4 replies] Last: That worked perfectly! The program runs without problems now. Thank ... (by Gramdtante)
Coin Flip Output help
 
Hi, I got a question on the coin flip project. I got the program down right but my results show a number for each coin flip in addition to the cout that says ...
[4 replies] Last: Thanks Wolf. (by oatmeal1201)
Double Referenced Pointers and Syntax
 
I'm just curious if anyone has trouble with double referenced points and their syntax? Pointers can be referenced as subscripted arrays or as normal pointer ref...
[3 replies] Last: It might be an interesting point to say that: *bPtr ; is not a... (by snmcdonald)
run time error
 
with this code it reads file.txt into a multidimensional array, but when i run it prints the element multiple times and program crashes, can someone help explai...
[no replies]
by Roofio
Hey guys can u pls help me out last 1 i promise
 
hey guys thanks for your help so far, just need sum with this 1 Write a C++ program with a loop structure that reads in 5 integers one by one, calculate th...
[1 reply] : // pseudocode = yes // Like perl people say, there's more than 1 w... (by Hotaru)
opening a program on another computer
 
i was wondering what i would need to do to be able to get one of my programs to be able to be opened on a different computer without the other person needing to...
[8 replies] Last: From MS site (Express FAQ) http://www.microsoft.com/express/support/f... (by closed account z05DSL3A)
by Roofio
Help with question, I cant get the program working
 
Hey, Can you please help me with this question, I'm a little lost Write a C++ program with a case structure. The program reads in a character from the use...
[4 replies] Last: BTW: This is depricated MS-DOS code: #include <iostream.h> #inclu... (by ropez)
hi .........i had a simple question;;;;
 
i created a simple payrol progrram but there some thing error here is my code ;;;;; #include<iostream.h> #include<math.h> #include<string.h> int main() ...
[6 replies] Last: Depends on which manipulator you want to use, but this is a great plac... (by ropez)
Do you understand this?
 
I have a program that reads a file in binary, does some calculations with the numbers that are read, and writes out the result. When the program is done I somet...
[2 replies] Last: Thanks, I'll check another time to make sure there are no uninitialize... (by kaklehona)
get game to make players take turns ?
 
Can someone explain to me how to get a game to have the players take turns rolling dice ? Thank you!
[4 replies] Last: You helped me tremendously and thank you. I will tell you I am trying... (by katielynnsdad)
What do i use to program
 
I understand that you need to write stuff and then stuff happens but i have absolutely no idea where to write it. Is there a certain program that comes on every...
[1 reply] : You can start by reading the articles and posts on this site. You have... (by katielynnsdad)
by Roofio
Help with C++
 
Hey, I ve been screwing around with this program for ages, and I cant get a decent run, now im a little confused at what to use, can someone please help me ...
[1 reply] : You just have to manipulate the strlen() function from string.h. Just... (by bayabear)
getting started
 
I have to calculate compounded interest with loops, not formulas. If it is weekly compounded interest desired then, 1/52 of rate added to beggining balance ove...
[no replies]
back for help
 
Hello, I posted about a week ago with some pretty n00b syntax errors, now i'm tring to write a program to display the prime numbers between 1 and 100. I...
[1 reply] : OHH THE P0NAGE, y'all don't even know. i've been on this since last ni... (by enduser000)
Logical not '!=' ??
 
I am trying to create a do while loop with a logical not equal to statement within it for my programming class but its not working. Heres what I have: do ...
[3 replies] Last: do { cout << "What would you like to do? \n"; cout << "... (by firedraco)
by ACHRN
Formal Paramater assistance please.
 
ok, here's the thing, I can pretty much follow the instructor in class, but when I get home and try to complete the assigment, it's like I have rocks for br...
[2 replies] Last: thanks (by ACHRN)
April 2008 Pages: 1... 910111213... 18
  Archived months: [mar2008] [may2008]

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